aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where checking and then unchecking "Suppress leading placeholder...Max2016-07-101-1/+1
* Fix a spelling mistake (code)Max2016-07-102-4/+4
* Remove debug code for #2163Max2016-07-102-57/+0
* Fix a case of "background thread updating UI"Max2016-06-261-16/+18
* woops, forgot a fileMax2016-06-261-1/+3
* Another attempt at #2436Max2016-06-261-148/+196
* #2489 CSV export now treats header rows as non-numeric, even if the column is...Abhi Beckert2016-06-201-1/+7
* #2434 now use NSTitlebarAccessoryViewController if availableAbhi Beckert2016-06-052-11/+28
* #2434 remove title bar line hiding viewAbhi Beckert2016-06-051-8/+1
* #2434 remove title bar line hiding viewAbhi Beckert2016-06-051-49/+0
* #2414 fix crash hovering mouse over removed table column headerAbhi Beckert2016-06-052-0/+5
* Fix an issue with autocompletion not suggesting column names (#2507)Max2016-05-164-14/+14
* Merge branch 'master' of https://github.com/sequelpro/sequelproAbhi Beckert2016-05-093-17/+17
|\
| * Make reassigning "Select active query" (^Y) possible (#1215)Max Lohrmann2016-05-082-11/+4
| * Clarify what the execution time reported by Sequel Pro means (related to #264)Max2016-04-271-6/+13
* | #2482 decode percent escaped characters in handleEventWithURL.Abhi Beckert2016-04-221-1/+8
|/
* Fix a focus loss issue from the previous commit (#2468)Max Lohrmann2016-04-171-0/+5
* * Add the possibility to navigate table list by arrow keys when using table f...Max Lohrmann2016-04-161-16/+35
* new table footer icons for connection windowAbhi Beckert2016-04-152-0/+94
* fix warningsAbhi Beckert2016-04-102-1/+8
* fix warningsAbhi Beckert2016-04-104-24/+25
* #2470 fix logic error preventing drag from table content viewAbhi Beckert2016-04-101-2/+1
* fix warningsAbhi Beckert2016-04-101-0/+1
* fix warningsAbhi Beckert2016-04-103-1/+2
* fix warningsAbhi Beckert2016-04-102-0/+6
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-095-23/+65
* fix various compile warningsAbhi Beckert2016-04-0330-80/+95
* Add a warning message when trying to import an utf8mb4 SQL file on older MySQ...Max2016-03-221-1/+30
* Fix a minor issue where switching an existing datatype to JSON could cause an...Max2016-03-201-2/+3
* Merge branch 'master' into issue-346Abhi Beckert2016-03-181-4/+12
|\
| * Add some debug code for #2445Max2016-03-141-4/+12
* | #346 Work on new tab bar designAbhi Beckert2016-03-184-6/+30
|/
* Merge pull request #2250 from JamesForks/uuid-supportAbhi Beckert2016-03-061-0/+2
|\
| * Allows UUID's within text fields. Closes #2245James Brooks2015-10-011-0/+2
* | Change a potentially risky call (hopefully a fix for #2436)Max2016-03-061-1/+1
* | Merge branch 'master' of https://github.com/sequelpro/sequelproMax2016-03-053-39/+40
|\ \
| * | Restore bundled zlib (#1972)Abhi Beckert2016-03-051-1/+1
| * | Remove bundled zlib #1927Abhi Beckert2016-03-041-1/+1
| * | Comment out debug code for #2297Abhi Beckert2016-03-041-35/+36
| * | Merge pull request #2425 from bamse16/masterAbhi Beckert2016-03-041-3/+3
| |\ \
| | * \ Merge remote-tracking branch 'upstream/master'Marius Ursache2016-02-294-109/+169
| | |\ \
| | * | | Fixed fabs compiler warningsMarius Ursache2016-02-291-3/+3
* | | | | Fix a wrongly structured setter that might have been involved in some crashesMax2016-03-051-2/+3
* | | | | Change some risky behavior (might be related to #2432)Max2016-03-051-2/+5
|/ / / /
* | / / Fix an issue where changing a user password and adding a host at the same tim...Max2016-03-031-2/+18
| |/ / |/| |
* | | * Add support for changing user passwords in MySQL 5.7.6+ (#2418)Max2016-02-292-21/+69
* | | Simplify some codeMax2016-02-271-35/+41
* | | Deobfuscate some code a bitMax2016-02-272-78/+82
* | | Fix an issue that made query favorites with 20 or more "mirrored snippets" un...Max2016-02-271-2/+4
|/ /
* | Add comprehensive locking to SPDataStorageMax2016-02-241-179/+211