| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - Clean up undo manager handling | rowanbeentje | 2011-08-31 | 1 | -0/+7 |
* | Rework editable row checks in views and custom query results: | rowanbeentje | 2011-08-24 | 1 | -31/+21 |
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -12/+0 |
* | Tidy up. | stuconnolly | 2011-07-25 | 1 | -5/+13 |
* | - Fix exceptions editing non-unique-keyed views or custom query results with... | rowanbeentje | 2011-07-10 | 1 | -15/+23 |
* | - Fix exceptions seen in 0.9.9RC related to query favorites with nil query t... | rowanbeentje | 2011-06-20 | 1 | -2/+6 |
* | • changed the MySQL web search path | Bibiko | 2011-05-20 | 1 | -4/+5 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -1/+13 |
* | - When importing CSVs, or editing custom query results, set numeric fields t... | rowanbeentje | 2011-05-09 | 1 | -4/+9 |
* | • send current event after displaying field editor sheet for editing table ... | Bibiko | 2011-05-08 | 1 | -0/+4 |
* | Fixes source text encoding problems accidentally introduced in r3273 | sqlprodev | 2011-04-14 | 1 | -1/+1 |
* | Fixes source text encoding problems accidentally introduced in r3273 | sqlprodev | 2011-04-14 | 1 | -15/+15 |