aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b87faacf805f76daaa5ad9e2e6e39efc3d558289'Abhi Beckert2017-03-031-1/+1
|\
| * Fix typo when exporting processes listQuentin Mazars-Simon2017-02-241-1/+1
* | Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2017-02-1711-30/+608
|\|
| * Add unit tests and fix a bug in JSON formatterMax2017-02-121-4/+4
| * Fix an erroneous if condition (#2688)Max2017-02-121-1/+1
| * Merge branch 'master' of https://github.com/sequelpro/sequelproMax Lohrmann2017-02-121-0/+1
| |\
| | * Fix a minor memory leakMax2017-02-121-0/+1
| * | * Add a JSON formatterMax Lohrmann2017-02-124-3/+511
| |/
| * Fix display of column type in FieldEditorController for JSON type (part of #2...Max2017-02-091-1/+2
| * Add a warning when Sequel Pro was launched from Terminal and a SSH connection...Max2017-01-281-1/+46
| * Reenable SSH/SSL file picker accessory view by default on OS X 10.11+ (#2673)Max Lohrmann2017-01-282-0/+15
| * Restrict some variables to their actual usage scopeMax2017-01-271-12/+11
| * Fix an issue with SQL exports when configured to create an new INSERT stateme...Max2017-01-271-9/+10
| * Fix #2457: Use system font as default for table content, not Lucida Grande.Stuart Connolly2017-01-074-5/+13
* | Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2017-01-041-4/+15
|\|
| * Fix a bug which prevented creating new users on mysql 5.7.6+ servers (introdu...Max Lohrmann2016-12-071-4/+15
* | Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2016-12-072-24/+41
|\|
| * Change the behavior of user manager to only update values that actually chang...Max Lohrmann2016-12-071-9/+10
| * Don’t execute REVOKE query when adding new users (part of #2229)Max Lohrmann2016-12-072-15/+31
* | Begin work on comparing two databasesAbhi Beckert2016-12-021-0/+65
|/
* Some changes suggested in PR #2606 to improve MySQL 5.8 handlingMax2016-11-015-8/+14
* Fix a potential memory management / multi threading issue (#2513)Max2016-07-121-2/+7
* 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