aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implementation of enhancement described in issue #75. You can now add the cur...stuconnolly2009-04-103-9/+84
* That shouln't be there. Copy/paste error.stuconnolly2009-04-101-4/+3
* - If a connection is reestablished automatically by the mysql libraries, ens...rowanbeentje2009-04-092-4/+20
* Fix for issue #190. As the connection sheet tableview uses bindings, renaming...stuconnolly2009-04-093-6/+58
* - Improve time interval granularity for times below 10 seconds (show two dec...rowanbeentje2009-04-091-0/+6
* Make table operation messages more user friendly (issue #192) and display the...stuconnolly2009-04-093-226/+345
* • removed debug infoBibiko2009-04-091-1/+0
* • syntax highlighting synchronized according to the completion listBibiko2009-04-092-17/+261
* - Second part of r498: ensure that SQL imports are read in as UTF8, and quer...rowanbeentje2009-04-083-8/+62
* • keyword update for syntax highlightingBibiko2009-04-082-8/+349
* • FIXED: unique completion listBibiko2009-04-081-13/+34
* • simplified paste: (esp. for undo)Bibiko2009-04-082-4/+3
* • ADDED “TRUNCATE” as SQL keyword for syntax highlighting resp. auto-up...Bibiko2009-04-081-1/+2
* • FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b...Bibiko2009-04-082-3/+10
* • FIXED auto-uppercasing bug if SQL keyword is found at the absolute end of...Bibiko2009-04-081-5/+10
* - changed the structure of the edit menu to more closely resemble other Mac O...jakob2009-04-081-87/+87
* • syntax highlighting updatedBibiko2009-04-083-108/+148
* • optimized syntax highlighting a bitBibiko2009-04-073-248/+311
* • FIXED in runAllQueries: deselect a given selection before calling textSto...Bibiko2009-04-071-0/+1
* Remove the 'Duplicate' menu item from the 'Edit' menu. Resolves issue #221. T...stuconnolly2009-04-071-249/+570
* Fix for issue #211: Table content count incorrectly reporting selected row co...stuconnolly2009-04-071-8/+16
* - Quote the build-version script to allow it to be run correctly when the pa...rowanbeentje2009-04-071-1/+1
* • improved auto-uppercasing for: pasting queries from favourites & history ...Bibiko2009-04-072-7/+28
* • FIXED bug in doTranspose: if [textView string] === "abc|d" Bibiko2009-04-071-1/+1
* - Select 'drop tables' option for MySQL export by default, to improve backup...rowanbeentje2009-04-065-32/+113
* • FIXED: "Limit from" NSStepper retains the old value if the new value woul...Bibiko2009-04-062-2/+28
* • ADDED - (IBAction)doRemoveDiacritics:(id)senderBibiko2009-04-063-428/+44
* Remove the 'Clear' menu item from the 'Edit' menu because it doesn't actually...stuconnolly2009-04-051-39/+429
* • ADDED: - (IBAction)doTranspose:(id)sender;Bibiko2009-04-053-2/+70
* Fix an issue where by the show/hide console menu item was not being updated w...stuconnolly2009-04-053-12/+41
* • tentative fix to suppress auto-uppercasing/syntax highlighting of table/f...Bibiko2009-04-051-2/+2
* • updated xcode projectBibiko2009-04-051-0/+6
* • ADDED to SPTextViewAdditions:Bibiko2009-04-054-555/+286
* • ADDED: SPTextViewAdditions for adding global functionality to each NSText...Bibiko2009-04-052-0/+55
* • ADDED to menu item “Edit” the submenus:Bibiko2009-04-051-1/+19
* • ADDED to menu item “Edit” the submenus:Bibiko2009-04-051-36/+458
* - Fix an invalid reference to a missing pulldown_arrow image causing invalid...rowanbeentje2009-04-056-115/+103
* • FIXED: allow to enter dead keys esp. for non-US keyboardsBibiko2009-04-041-1/+3
* - Change the method of creating a new table to be the same as that when creat...stuconnolly2009-04-043-262/+1268
* • FIXED upper case of e.g. 'order_' issueBibiko2009-04-041-18/+23
* - removed some ellipsis (...) from the Favorites/History Menu on the Custom Q...jakob2009-04-031-19/+57
* • REARRANGED keyDown: for further changesBibiko2009-04-031-115/+278
* • ADDED copyAsRTF: to preserve syntax highlighting while copyingBibiko2009-04-031-0/+19
* - Fixed issue #219: Query tab favorites, history, run buttons missing in nigh...avenjamin2009-04-031-76/+37
* - Fixed missing image erroravenjamin2009-04-031-49/+82
* - Add the ability for CMTextView to automatically capitalise SQL keywords in...rowanbeentje2009-04-036-45/+131
* - Improves autopairing to no longer autopair different quote characters with...rowanbeentje2009-04-021-1/+34
* - Changed to "NULL" column header to "Allow NULL" to make it cleareravenjamin2009-04-021-42/+16
* Change the toggle console menu item's title to either 'Show' or 'Hide' console.stuconnolly2009-04-022-16/+50
* - Changed Auto Complete keyboard shortcut to just Escape instead of Option-Es...avenjamin2009-04-021-13/+21