aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Fix another case of "background thread updating UI"Max2015-11-061-7/+10
* Fix bundle commands no longer working in popup field editor (and possibly oth...Max2015-10-211-6/+8
* Fix a crash that could happen when exiting fullscreen mode on 10.11Max2015-10-181-0/+1
* Fix a concurrent modification exception that could occur when duplicating a d...Max2015-10-021-5/+10
* Fix a crash when the database popup was removed from the toolbar (why would y...Max2015-06-181-9/+36
* Fixed two case of background thread interacting with UIMax2015-04-221-2/+3
* Fix Sequel Pro forgetting database charset when renaming or copying a databas...Max2015-03-121-18/+20
* Fix an issue with connection color and cloned connectionsMax2015-03-031-4/+4
* Fix an issue where a KV Observer was not removed on dealloc resulting in KVO ...Max2015-01-111-0/+1
* Change some code formattingMax2015-01-061-10/+15
* Addition to commit 2735e15bMax2015-01-041-2/+1
* Replace some "magic numbers" with constantsMax2015-01-041-6/+6
* Formalize [x release], x = nil; conventionMax2015-01-041-56/+55
* Add code for utf8mb4 encodingMax2014-12-191-18/+20
* Replace some NSDictionaries with literalsMax2014-12-131-48/+46
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-4/+4
* Add cast for [NSApp delegate]Max2014-12-131-23/+23
* Replace boxed integers in code with @ literalsMax2014-12-131-9/+9
* Reformatting code for modern ObjCMax2014-12-131-26/+26
* Include tab color when duplicating tab.Max2014-11-291-0/+4
* Change some split view width calculations.Max2014-11-291-1/+6
* Attempt to fix #1961Max2014-11-111-10/+4
* Add a "Go to Database" dialogMax2014-10-121-0/+19
* Fix string formatting warnings in NSRunAlertPanel by using the additional arg...rowanbeentje2014-05-041-1/+1
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Force a table reload (just the view not the actual data retrieval) whenever t...Stuart Connolly2014-01-201-30/+46
* Add an option to display binary data as hex, while displaying it in blue to d...Stuart Connolly2014-01-141-3/+8
* More tidy up.Stuart Connolly2013-12-021-2/+6
* Tidy up change to test git integration.Stuart Connolly2013-12-021-2/+0
* Remove more use of deprecated methods.Stuart Connolly2013-11-271-74/+65
* Updated Save Create Syntax panel sheet to 10.6+ SDKMarius Ursache2013-11-111-22/+12
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-18/+18
* Ensure the relations table view is refreshed after field changes result in a ...stuconnolly2013-10-271-0/+1
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ...dmoagx2013-10-231-0/+6
* Allow opened SQL files to be saved back to the original file, addressing Issu...rowanbeentje2013-09-081-1/+13
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-2/+2
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-2/+4
* * Move some duplicate code for charset/collation to it's own classdmoagx2013-04-261-204/+46
* Issue #1601: Fix menu items not being validated properly once a connection is...stuconnolly2013-04-031-49/+63
* - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith...rowanbeentje2013-04-031-9/+12
* - Fix validation of the "Add to Favorites" File menu item when editing past ...rowanbeentje2013-04-021-3/+3
* * Add support for ALTER DATABASE statement (needs review)dmoagx2013-03-171-0/+135
* - Correctly reset document state for setting it from file/when duplicating t...rowanbeentje2013-03-131-2/+3
* - Improve startup when loading from file, preventing overwrite of details re...rowanbeentje2013-03-121-1/+1
* * Adding the possibility to set a collation when creating a databasedmoagx2013-03-111-1/+85
* * When adding a database the servers default charset is now showndmoagx2013-03-111-1/+3
* - If the Custom Query editor view is active on window open, correctly set th...rowanbeentje2013-03-101-3/+6
* Tweak and improve the User Manager:rowanbeentje2013-03-091-8/+9
* - Alter the database creation sheet to correctly use the selected new databa...rowanbeentje2013-03-021-38/+13