| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • removed setting of textColor after syntax hiliting | Bibiko | 2012-01-05 | 1 | -11/+0 |
* | • removed blocking of SPTextView textStorage while syntax hiliting | Bibiko | 2012-01-05 | 1 | -2/+2 |
* | • fixed issue for line numbering view if associated textView is scrolled fr... | Bibiko | 2012-01-05 | 3 | -20/+39 |
* | • sped up the line number drawing; now it's 5 times faster | Bibiko | 2012-01-05 | 2 | -20/+30 |
* | - Fix compilation errors reported by pornelski in Issue #1253 | rowanbeentje | 2012-01-04 | 1 | -3/+3 |
* | - Fix addition of new passwords for favourites edited via the Preferences in... | rowanbeentje | 2011-10-20 | 1 | -4/+14 |
* | - Fix two incorrect initialisations; thanks to sqlprodev for spotting these | rowanbeentje | 2011-10-20 | 2 | -2/+2 |
* | - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK | rowanbeentje | 2011-10-17 | 6 | -89/+62 |
* | - Improve the favourites editing process to edit keychain items, rather than... | rowanbeentje | 2011-10-16 | 3 | -22/+84 |
* | When building a string of all console messages, use a copy of the visible mes... | stuconnolly | 2011-10-16 | 1 | -2/+8 |
* | Update donate URL. | stuconnolly | 2011-10-09 | 1 | -1/+1 |
* | For some reason table creation on MySQL 4.0 servers doesn't like the engine/t... | stuconnolly | 2011-10-09 | 4 | -33/+44 |
* | * Move key of a hidden pref to the same place as the others | dmoagx | 2011-10-09 | 2 | -2/+2 |
* | Add a hidden preference for specifying the long running query notification ti... | stuconnolly | 2011-10-08 | 4 | -8/+10 |
* | Ensure the that table constraints are cleared in [SPTableData informationForT... | stuconnolly | 2011-10-08 | 2 | -33/+34 |
* | - Rework table data saving to ensure that cells that should be edited via th... | rowanbeentje | 2011-10-05 | 6 | -324/+307 |
* | - Update database encoding routines to cache the database encoding, preventi... | rowanbeentje | 2011-09-29 | 2 | -6/+25 |
* | Set the previously used export filename and path when the export dialog is op... | stuconnolly | 2011-09-29 | 1 | -23/+43 |
* | Fix test. | stuconnolly | 2011-09-26 | 1 | -2/+2 |
* | - Fix editing of binary string values, a regression in r3428; addresses log ... | rowanbeentje | 2011-09-22 | 2 | -0/+6 |
* | Rework linebreak handling in content and custom query result views, as trigge... | rowanbeentje | 2011-09-21 | 5 | -37/+141 |
* | * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated .strings... | dmoagx | 2011-09-15 | 2 | -0/+22 |
* | Improve custom query result export menu item validation to prevent triggering... | stuconnolly | 2011-09-13 | 1 | -1/+1 |
* | - Speculative fix for Issue #1154 (problems using some field separators duri... | rowanbeentje | 2011-09-12 | 1 | -0/+3 |
* | - Add the ability to view hidden files in SSH/SSL key selection dialogs; thi... | rowanbeentje | 2011-09-10 | 6 | -24/+57 |
* | - Make add relation error detail intro localisable | rowanbeentje | 2011-09-09 | 1 | -1/+7 |
* | - Require there to be at least 50 rows to be in the table before using the "... | rowanbeentje | 2011-09-07 | 1 | -1/+1 |
* | Rework relation addition and name lookups following testing and research: | rowanbeentje | 2011-09-07 | 3 | -96/+56 |
* | Replace use of string literals with constants in SPTableRelations.m | stuconnolly | 2011-09-04 | 1 | -15/+22 |
* | Fix for issue 1168. Whenever the database is changed load all of the currentl... | stuconnolly | 2011-09-04 | 5 | -87/+160 |
* | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 15 | -620/+855 |
* | * Fixes some localization spacing issues reported by Frédéric Latour | dmoagx | 2011-09-02 | 2 | -2/+2 |
* | - Attempt to detect SSH master use correctly, to improve Issue #1095 | rowanbeentje | 2011-09-01 | 1 | -1/+3 |
* | - Reorder window instantiation process to ensure window has had its size set... | rowanbeentje | 2011-08-31 | 2 | -2/+3 |
* | - Clean up undo manager handling | rowanbeentje | 2011-08-31 | 6 | -1/+37 |
* | - Cancel and clear autocomplete if a keyboard combo is being run - this fixe... | rowanbeentje | 2011-08-30 | 1 | -0/+3 |
* | - Move table creation to a threaded task, avoiding race conditions caused by... | rowanbeentje | 2011-08-29 | 1 | -4/+16 |
* | - Disable and re-enable table view double click actions when opening and clo... | rowanbeentje | 2011-08-28 | 1 | -0/+38 |
* | Tidy up. | stuconnolly | 2011-08-27 | 3 | -0/+10 |
* | - Fix issues undoing past an autocompletion type-through, addressing excepti... | rowanbeentje | 2011-08-26 | 1 | -0/+2 |
* | * Fixes some strings that were not really localizable the way they were const... | dmoagx | 2011-08-26 | 1 | -11/+21 |
* | - If the field mapper was cancelled, abort the CSV import at once to avoid c... | rowanbeentje | 2011-08-25 | 2 | -5/+17 |
* | - Prevent export and indexes controller awakeFromNib: routines from being ru... | rowanbeentje | 2011-08-25 | 5 | -2/+28 |
* | * Fixes sorting of integer values in server process list (issue #1159) | dmoagx | 2011-08-24 | 1 | -1/+22 |
* | Tidy up. | stuconnolly | 2011-08-24 | 2 | -11/+26 |
* | Rework editable row checks in views and custom query results: | rowanbeentje | 2011-08-24 | 2 | -59/+44 |
* | Fix for Bundle Editor Group names not showing up in Lion. | mattlangtree | 2011-08-23 | 1 | -2/+2 |
* | During an SQL export, if the structure is disabled also uncheck the include D... | stuconnolly | 2011-08-17 | 1 | -0/+5 |
* | - Lion compatibility improvement: add support for fullscreen windows, on the... | rowanbeentje | 2011-08-16 | 5 | -20/+86 |
* | - Review changes made in r3376 and revert a number of regressions | rowanbeentje | 2011-08-14 | 9 | -38/+28 |