| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed NSFontPanel issue. Now showing font collections in Font Panel | avenjamin | 2009-05-21 | 1 | -0/+7 |
* | • made mySQLConnection reachable for CMTextView | Bibiko | 2009-05-20 | 1 | -0/+2 |
* | New preference to allow the displaying of vertical grid lines in table views. | stuconnolly | 2009-05-19 | 1 | -26/+42 |
* | • implemented a new approach to split a string into single SQL statements b... | Bibiko | 2009-05-19 | 1 | -0/+10 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -1/+2 |
* | - added ability to view function and procedures and preliminary ability to in... | mtvee | 2009-05-13 | 1 | -2/+2 |
* | More dialog updates. Issue #192. | stuconnolly | 2009-05-12 | 1 | -5/+6 |
* | • added "Query Editor" preference pane for setting colors, font, and modes ... | Bibiko | 2009-05-07 | 1 | -20/+28 |
* | • MySQL Help - simplified code for goBack/Forward buttons because it is sup... | Bibiko | 2009-05-01 | 1 | -8/+2 |
* | • added "MySQL Help" to the MainMenu > Help submenu | Bibiko | 2009-04-30 | 1 | -9/+22 |
* | • changed context menu item in CQ's textview to support "MySQL Help" | Bibiko | 2009-04-30 | 1 | -0/+11 |
* | • MySQL Help | Bibiko | 2009-04-30 | 1 | -1/+1 |
* | • MySQL Help | Bibiko | 2009-04-30 | 1 | -40/+69 |
* | • MySQL Help | Bibiko | 2009-04-29 | 1 | -2/+3 |
* | Add a menu item separator between the default menu items and MySQL search items. | stuconnolly | 2009-04-29 | 1 | -0/+1 |
* | • MySQL Help refactoring | Bibiko | 2009-04-29 | 1 | -152/+161 |
* | • MySQL Help | Bibiko | 2009-04-29 | 1 | -18/+26 |
* | • MySQL Help | Bibiko | 2009-04-29 | 1 | -15/+76 |
* | • MySQL Help: | Bibiko | 2009-04-28 | 1 | -1/+1 |
* | • MySQL Help | Bibiko | 2009-04-28 | 1 | -2/+8 |
* | • MySQL Help | Bibiko | 2009-04-28 | 1 | -7/+17 |
* | • MySQL Help: | Bibiko | 2009-04-28 | 1 | -17/+9 |
* | • MySQL Help improved: | Bibiko | 2009-04-28 | 1 | -7/+52 |
* | • some minor cosmetics for the MySQL Help | Bibiko | 2009-04-28 | 1 | -14/+14 |
* | • improved MySQL Help GUI resize behaviour | Bibiko | 2009-04-27 | 1 | -5/+41 |
* | • MySQL Help improved | Bibiko | 2009-04-27 | 1 | -216/+298 |
* | • MySQL Help improved | Bibiko | 2009-04-27 | 1 | -17/+163 |
* | • added a prototype to support an Help view for the current word in the Cus... | Bibiko | 2009-04-24 | 1 | -2/+72 |
* | - Ensure that the structure view is always selected on program launch, whate... | rowanbeentje | 2009-04-23 | 1 | -5/+1 |
* | - Clean up some edge cases with "Run current"/"Run previous", and rework the... | rowanbeentje | 2009-04-23 | 1 | -66/+76 |
* | • CHANGED: if an error occurs in a series of queries the user will be asked... | Bibiko | 2009-04-22 | 1 | -32/+205 |
* | • slightly improved "Run Previous" detection | Bibiko | 2009-04-21 | 1 | -4/+26 |
* | • FIXED: synchronized "Run Current/Selection/Previous" button appearance wi... | Bibiko | 2009-04-21 | 1 | -2/+12 |
* | - Add support for "Run previous" in the custom query text field; this behavi... | rowanbeentje | 2009-04-21 | 1 | -12/+58 |
* | • added selectLineNumber:x to CMTextView to be able to select the line x | Bibiko | 2009-04-20 | 1 | -3/+40 |
* | - Add defaults for the SelectLastFavoriteUsed and LastFavoriteIndex keys | rowanbeentje | 2009-04-17 | 1 | -1/+1 |
* | - Tweak code to use the new UseKeepAlive preference value | rowanbeentje | 2009-04-11 | 1 | -4/+4 |
* | Added printing support via WebKit WebView | bamse16 | 2009-04-11 | 1 | -0/+10 |
* | • FIXED in runAllQueries: deselect a given selection before calling textSto... | Bibiko | 2009-04-07 | 1 | -0/+1 |
* | • improved auto-uppercasing for: pasting queries from favourites & history ... | Bibiko | 2009-04-07 | 1 | -0/+17 |
* | - Fix an invalid reference to a missing pulldown_arrow image causing invalid... | rowanbeentje | 2009-04-05 | 1 | -11/+23 |
* | - Add the ability for CMTextView to automatically capitalise SQL keywords in... | rowanbeentje | 2009-04-03 | 1 | -0/+11 |
* | - Implemented "Clear History" in new Gear menu | avenjamin | 2009-04-02 | 1 | -0/+6 |
* | - Add a new "gear" action menu underneath the custom query view, including a... | rowanbeentje | 2009-04-02 | 1 | -1/+52 |
* | - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f... | rowanbeentje | 2009-04-01 | 1 | -1/+4 |
* | - Refactor custom query results redrawing code and reset view position to av... | rowanbeentje | 2009-03-25 | 1 | -23/+17 |
* | - changed the status message after executing a custom query to read "1 row af... | jakob | 2009-03-20 | 1 | -11/+27 |
* | SPSQLParser changes: | rowanbeentje | 2009-03-19 | 1 | -151/+354 |
* | - BLOB and binary fields are now fully visible and editable again (fixes Iss... | rowanbeentje | 2009-03-03 | 1 | -0/+8 |
* | - Re-design the custom query favourties editor and get rid of the nasty plus/... | stuconnolly | 2009-03-02 | 1 | -2/+13 |