aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* Next step in the #2979 experimentMax2018-02-182-10/+18
* previous commit continuedMax2018-01-203-20/+22
* Work around some cases of „background thread manipulating ui“ during CSV ...Max2018-01-202-77/+107
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-20135-12878/+9896
|\
| * merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-2025-240/+134
| * merge SPExportController (part of #2789)Max2018-01-2033-3881/+2822
| * merge SPUserManager (part of #2789)Max2018-01-205-456/+307
| * merge SPQueryController (part of #2789)Max2018-01-2015-811/+595
| * merge some smaller classes (part of #2789)Max2018-01-2013-271/+124
| * merge SPTableStructure (part of #2789)Max2018-01-208-1328/+1151
| * merge SPTableContent (part of #2789)Max2018-01-2011-1467/+1213
| * merge SPConnectionController (part of #2789)Max2018-01-2013-2040/+1649
| * Merge SPDatabaseDocument (part of #2789)Max2018-01-2027-1487/+1235
| * Merge SPWindowController (part of #2789)Max2018-01-203-497/+412
| * Merge SPAppController (part of #2789)Max2018-01-2013-414/+261
* | Remove another 2 cases of very strange object notification behavior (code style)Max2018-01-178-20/+28
* | Work around an exception that would occur when changing Query Favorites while...Max2018-01-176-45/+37
* | Restore a tiny bit of the indentation Xcode just hosedMax2018-01-131-53/+61
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-137-115/+95
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-1311-902/+1005
* | Change the way SPTextView loads theme colors to prevent loading invalid color...Max2018-01-132-31/+72
* | Rewrote the theme loading method because it would too easily accept invalid d...Max2018-01-131-72/+103
* | Fix an issue where the contents of a duplicated query favorite would be overw...Max2018-01-051-4/+12
|/
* * Moved `-[SPHistoryController currentlySelectedView]` to SPDatabaseDocument ...Max2017-12-0210-89/+109
* SQL export used the wrong syntax for view placeholders when the columns conta...Max2017-11-171-1/+6
* Fix a rare timing-sensitive crash when closing a window during a connection a...Max2017-11-171-1/+4
* Fix a case of "background thread updating UI" (#2916)Max Lohrmann2017-11-112-1/+3
* For UTF16 and UTF32 encoded files the charset autodetection logic did not ret...Max2017-09-061-1/+25
* MariaDB 10: SP used a case sensitive check for „CURRENT_TIMESTAMP“ which ...Max2017-09-031-2/+2
* #2863 fix LHS table views when dragging a tab off a windowAbhi Beckert2017-08-252-0/+13
* Add a 24-hour-format export filename token.Michael Rog2017-08-074-18/+25
* MariaDB 10.2.1+: Work around an exception when trying to view tables that use...Max2017-06-181-98/+107
* Fix an error where Sequel Pro would crash when loading the list of Stored Pro...Max Lohrmann2017-06-101-1/+2
* Fix an issue that could cause Sequel Pro to become unusable when reloading a ...Max2017-06-071-11/+12
* Change the way index deletion works (part of #2811)Max2017-06-061-60/+104
* Now that was some silly code… (part of #2811)Max2017-06-051-1/+4
* Small changes to PR #2807 and surrounding codeMax Lohrmann2017-05-305-17/+35
* Add capability export and copy blobs as hex, if "Display Binary Data as Hex" ...Michael Heins2017-05-302-2/+17
* Minor bug: CSV/XML export file names could behave differently for localized v...Max Lohrmann2017-05-251-2/+2
* Minor fix: When „Display as Hex“ was enabled, „NULL“ was highlighted ...Max Lohrmann2017-05-201-4/+4
* Some changes to PR #2795Max Lohrmann2017-05-204-87/+166
* Hex edit for binary columnsMichael Heins2017-05-194-8/+97
* Add a check for table comment being NULLMax2017-05-171-2/+3
* Fix an erroneous check that would allow to close windows with only one tab ev...Max2017-05-162-13/+10
* Apply changes from 23c4d04e433f9eb21872edacc41173e34ec45ac2 to SPTableContent...Max2017-05-151-0/+12
* Apply changes from e1b881b8f893803c4949a69055c4e8106562327d to SPTableContent...Max2017-05-152-11/+2
* Change some method calls so the custom query view controller gets notified wh...Max2017-05-103-8/+18
* Expand a mutex lock because it previously did not cover all possible multithr...Max2017-05-061-17/+26
* Fix the way „Kill Query“ / „Kill Connection“ acquires the ID to preve...Max2017-05-041-13/+34
* Implement progress for BZ2 file importFacundo2017-04-293-39/+46