aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-1710-201/+76
* Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-1785-980/+1690
|\
| * - Fix a bug in the SPMySQL integration branch causing the table triggers lis...rowanbeentje2012-03-162-4/+4
| * More SPMySQLIntegration bugfixes:rowanbeentje2012-03-151-5/+5
| * More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-145-9/+11
| * SPMySQL integration bugfixes:rowanbeentje2012-03-142-7/+5
| * Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-1410-20/+752
| * - Bring SPMySQL Framework integration branch up to date with trunkrowanbeentje2012-03-054-4/+43
| |\
| * | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-2381-949/+897
* | | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-164-37/+6
* | | Display a dialog whenever the user attempts to change the storage engine of a...stuconnolly2012-03-111-46/+118
| |/ |/|
* | - Fix a retain cycle in SPNarrowDownCompletion popups while the structure is...rowanbeentje2012-03-041-0/+7
* | * Fixes a crash on 10.6 when closing a connection (Overrelease of MCPConnection)dmoagx2012-03-041-1/+1
|/
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-0825-99/+98
* Fix minor copying and saving console view content issues.stuconnolly2012-01-292-16/+23
* - Make SPConnectionController a NSConnectionView subclass so that retain cyc...rowanbeentje2012-01-212-4/+1
* When editing a FLOAT field in the field editor, don't include the decimal pla...stuconnolly2012-01-161-27/+64
* - Fix connection Growl notifications for background tabs to show the correct...rowanbeentje2012-01-151-1/+8
* When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-143-162/+204
* Protect against dodgy preference data that may case bounds exceptions when se...stuconnolly2012-01-113-5/+7
* Improve index addition, especially where key sizes are required:rowanbeentje2012-01-111-3/+28
* - Roll back r3453 to avoid future license issuesrowanbeentje2012-01-101-3/+3
* Fix the indexes view not restoring the use vertical table view gridlines pref...stuconnolly2012-01-091-0/+1
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-094-6/+6
* • removed for syntax hiliting "ensureLayoutForCharacterRange" since it can ...Bibiko2012-01-081-4/+0
* - Add a new CSV import field escape setting, as a new default, supporting bo...rowanbeentje2012-01-063-3/+30
* • removed setting of textColor after syntax hilitingBibiko2012-01-051-11/+0
* • removed blocking of SPTextView textStorage while syntax hiliting Bibiko2012-01-051-2/+2
* • fixed issue for line numbering view if associated textView is scrolled fr...Bibiko2012-01-053-20/+39
* • sped up the line number drawing; now it's 5 times fasterBibiko2012-01-052-20/+30
* - Fix compilation errors reported by pornelski in Issue #1253rowanbeentje2012-01-041-3/+3
* - Fix addition of new passwords for favourites edited via the Preferences in...rowanbeentje2011-10-201-4/+14
* - Fix two incorrect initialisations; thanks to sqlprodev for spotting theserowanbeentje2011-10-202-2/+2
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-176-89/+62
* - Improve the favourites editing process to edit keychain items, rather than...rowanbeentje2011-10-163-22/+84
* When building a string of all console messages, use a copy of the visible mes...stuconnolly2011-10-161-2/+8
* Update donate URL.stuconnolly2011-10-091-1/+1
* For some reason table creation on MySQL 4.0 servers doesn't like the engine/t...stuconnolly2011-10-094-33/+44
* * Move key of a hidden pref to the same place as the othersdmoagx2011-10-092-2/+2
* Add a hidden preference for specifying the long running query notification ti...stuconnolly2011-10-084-8/+10
* Ensure the that table constraints are cleared in [SPTableData informationForT...stuconnolly2011-10-082-33/+34
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-056-324/+307
* - Update database encoding routines to cache the database encoding, preventi...rowanbeentje2011-09-292-6/+25
* Set the previously used export filename and path when the export dialog is op...stuconnolly2011-09-291-23/+43
* Fix test.stuconnolly2011-09-261-2/+2
* - Fix editing of binary string values, a regression in r3428; addresses log ...rowanbeentje2011-09-222-0/+6
* Rework linebreak handling in content and custom query result views, as trigge...rowanbeentje2011-09-215-37/+141
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated .strings...dmoagx2011-09-152-0/+22
* Improve custom query result export menu item validation to prevent triggering...stuconnolly2011-09-131-1/+1
* - Speculative fix for Issue #1154 (problems using some field separators duri...rowanbeentje2011-09-121-0/+3