| Commit message (Expand) | Author | Age | Files | Lines |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | Fixed warning on ‘beginSheetForDirectory’ | Marius Ursache | 2013-11-10 | 1 | -22/+16 |
* | Cleaned up Format string is not a string literal (potentially insecure) errors | Marius Ursache | 2013-11-09 | 1 | -1/+1 |
* | Allow opened SQL files to be saved back to the original file, addressing Issu... | rowanbeentje | 2013-09-08 | 1 | -4/+1 |
* | Rework table content and custom query data loading and storage for speed incr... | rowanbeentje | 2013-08-13 | 1 | -105/+84 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -13/+4 |
* | Issue #1717: Custom query export validation only needs to know the number of ... | stuconnolly | 2013-05-11 | 1 | -0/+10 |
* | - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith... | rowanbeentje | 2013-04-03 | 1 | -9/+13 |
* | - Fix query status and error message title to not always suggest an error ha... | rowanbeentje | 2013-04-01 | 1 | -0/+5 |
* | - Alter the SPComboPopupButton to ignore clicks started in the left-hand par... | rowanbeentje | 2013-04-01 | 1 | -4/+3 |
* | Combine the "Run All" and "Run Current/Previous/Selection" buttons into a sin... | rowanbeentje | 2013-03-31 | 1 | -65/+128 |
* | - If date-type fields are cleared, and allow NULLs, save the cell value as N... | rowanbeentje | 2013-03-06 | 1 | -1/+1 |
* | Fix remaining 10.6/7 build warnings. | stuconnolly | 2013-02-17 | 1 | -5/+5 |
* | Fix more wanrings by creating a protocol that delegates of the copy table sho... | stuconnolly | 2013-02-16 | 1 | -9/+11 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -67/+67 |
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -38/+46 |
* | * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to... | dmoagx | 2013-02-01 | 1 | -1/+1 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -3/+0 |
* | Fix Issue #1527, weird display artifacts when reordering custom query results... | rowanbeentje | 2013-01-22 | 1 | -2/+2 |
* | Minor tidy up. | stuconnolly | 2013-01-11 | 1 | -10/+7 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -1/+2 |
* | Improve connection handling and recovery in general, and specifically to addr... | rowanbeentje | 2012-08-18 | 1 | -0/+6 |
* | - Add linebreak display in the database processes list, preventing display o... | rowanbeentje | 2012-08-06 | 1 | -1/+1 |
* | - Remove BWToolKit from the project, using ibtool to strip out plugin depend... | rowanbeentje | 2012-08-03 | 1 | -4/+0 |
* | - Replace the collapsible BWSplitView on the Query pane with a SPSplitView c... | rowanbeentje | 2012-07-26 | 1 | -50/+14 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -14/+26 |
* | Merged SP r3710 with Coda | sqlprodev | 2012-07-05 | 1 | -0/+1 |
* | * Fixes some cases of bad localizability | dmoagx | 2012-06-23 | 1 | -7/+14 |
* | - Improve help search updates while typing, adding basic display for no resu... | rowanbeentje | 2012-06-22 | 1 | -5/+11 |
* | - Fix exceptions with certain kinds of help results, for example for most ma... | rowanbeentje | 2012-06-21 | 1 | -31/+6 |
* | - Ensure that help results are returned as strings to try and address issues... | rowanbeentje | 2012-06-20 | 1 | -0/+5 |
* | - Fix some text reselection logic when running all queries, which appears to... | rowanbeentje | 2012-05-31 | 1 | -34/+1 |
* | * Fixes the case of the curious @"es"'s | dmoagx | 2012-05-17 | 1 | -4/+4 |
* | - Fix a number of small memory leaks | rowanbeentje | 2012-04-14 | 1 | -0/+3 |
* | #ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds | sqlprodev | 2012-03-29 | 1 | -0/+2 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -3/+1 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -2/+11 |
* | - Fix exceptions caused when resizing custom query columns which don't map t... | rowanbeentje | 2012-03-24 | 1 | -3/+3 |
* | - When exporting a query result or filtered table view make sure we're includ... | stuconnolly | 2012-03-20 | 1 | -7/+9 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -65/+64 |
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -5/+5 |
* | When exporting a query result as CSV ensure that we're allowing the exporter ... | stuconnolly | 2012-01-14 | 1 | -162/+202 |
* | - Expicitly cast parameters before passing into NSString formatters assuming... | rowanbeentje | 2012-01-09 | 1 | -1/+1 |
* | • fixed issue for line numbering view if associated textView is scrolled fr... | Bibiko | 2012-01-05 | 1 | -1/+1 |
* | - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK | rowanbeentje | 2011-10-17 | 1 | -38/+21 |
* | - Rework table data saving to ensure that cells that should be edited via th... | rowanbeentje | 2011-10-05 | 1 | -146/+109 |
* | - Fix editing of binary string values, a regression in r3428; addresses log ... | rowanbeentje | 2011-09-22 | 1 | -0/+3 |
* | Rework linebreak handling in content and custom query result views, as trigge... | rowanbeentje | 2011-09-21 | 1 | -19/+35 |
* | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 1 | -0/+1 |