| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix an exception that could occur when trying to view a damaged table | Max | 2016-03-03 | 1 | -10/+12 |
* | Fix one cause a popular crash involving alert dialogs (part of #2297) | Max | 2015-10-20 | 1 | -4/+5 |
* | A little experimenting with #2218 | Max | 2015-09-25 | 1 | -3/+4 |
* | Fix an issue where LIKE filters were changed to BINARY if reloading a table v... | Max | 2015-07-18 | 1 | -2/+1 |
* | Fix a popular exception when a user tried to edit a field with a lost connect... | Max | 2015-06-17 | 1 | -26/+47 |
* | Setting large auto_increment values (> 1000) could be misinterpreted as decim... | Max | 2015-06-09 | 1 | -1/+1 |
* | Move some complex logic into its own class | Max | 2015-04-22 | 1 | -156/+11 |
* | Fixed two case of background thread interacting with UI | Max | 2015-04-22 | 1 | -1/+5 |
* | Remove a hack to support QuickLook on 10.5 | Max | 2015-04-02 | 1 | -1/+0 |
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -27/+24 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -11/+11 |
* | Attempt 2 to fix building on 10.7, 10.8 | Max | 2014-12-13 | 1 | -4/+0 |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -9/+9 |
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 1 | -7/+7 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -1/+1 |
* | Change pagination popover to native type | Max | 2014-11-28 | 1 | -21/+70 |
* | Resolve #1938: In the query console display the database the query was execut... | Stuart Connolly | 2014-08-28 | 1 | -2/+6 |
* | Inverse shift+click sorting for custom queries | Miroslav Zoricak | 2014-03-05 | 1 | -5/+9 |
* | Shift-click to reverse sort order of table columns | Miroslav Zoricak | 2014-03-04 | 1 | -1/+7 |
* | 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 |
* | Force a table reload (just the view not the actual data retrieval) whenever t... | Stuart Connolly | 2014-01-20 | 1 | -1/+6 |
* | Add an option to display binary data as hex, while displaying it in blue to d... | Stuart Connolly | 2014-01-14 | 1 | -0/+2 |
* | Add the XIB support for Multiple Table Content Filters (Issue #63). The requ... | rowanbeentje | 2013-11-10 | 1 | -0/+5 |
* | Fixed NSMutableString vs NSString warnings | Marius Ursache | 2013-11-09 | 1 | -1/+1 |
* | - Ensure the table row counts are correctly updated when reloading tables - ... | rowanbeentje | 2013-08-22 | 1 | -0/+2 |
* | Rework table content and custom query data loading and storage for speed incr... | rowanbeentje | 2013-08-13 | 1 | -84/+55 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -3/+2 |
* | * Composite Foreign Keys will now show all columns in Relation view (workaround) | dmoagx | 2013-04-21 | 1 | -1/+1 |
* | - If date-type fields are cleared, and allow NULLs, save the cell value as N... | rowanbeentje | 2013-03-06 | 1 | -2/+2 |
* | - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin... | rowanbeentje | 2013-02-28 | 1 | -12/+21 |
* | Fix remaining 10.6/7 build warnings. | stuconnolly | 2013-02-17 | 1 | -5/+0 |
* | Fix more wanrings by creating a protocol that delegates of the copy table sho... | stuconnolly | 2013-02-16 | 1 | -8/+0 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -115/+115 |
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -2/+9 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -13/+5 |
* | - Fix a problem where the row count for InnoDB would not be displayed as an ... | rowanbeentje | 2013-01-21 | 1 | -45/+16 |
* | Make some improvements to the Table Content Filter, particularly for text fie... | rowanbeentje | 2012-12-23 | 1 | -1/+1 |
* | - Allow table content pagination to preserve the current filter type, includ... | rowanbeentje | 2012-11-21 | 1 | -5/+14 |
* | - Fix exceptions when using the content filter table clear button | rowanbeentje | 2012-11-20 | 1 | -1/+1 |
* | - Improve use of the table content filter, no longer removing focus from it ... | rowanbeentje | 2012-11-20 | 1 | -5/+14 |
* | - When a table content sort is cancelled because a row save operation fails,... | rowanbeentje | 2012-11-20 | 1 | -2/+5 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -3/+4 |
* | - Improve filter clearing logic, addressing Issue #1438 (pagination controls... | rowanbeentje | 2012-08-23 | 1 | -11/+9 |
* | - Alter table content endEditingFor calls to not be made if the undo manager... | rowanbeentje | 2012-08-21 | 1 | -14/+32 |
* | Move table content filter logic to it's own file. | stuconnolly | 2012-08-15 | 1 | -208/+29 |
* | Filter window should observe use table view gridlines preference. | stuconnolly | 2012-08-14 | 1 | -10/+23 |
* | - Add linebreak display in the database processes list, preventing display o... | rowanbeentje | 2012-08-06 | 1 | -0/+1 |
* | - Alter table content Advanced Table Filter query preview area to use standa... | rowanbeentje | 2012-08-01 | 1 | -2/+2 |
* | - Remove the last BWToolKit view items from the main nib (DBView) by redesig... | rowanbeentje | 2012-07-29 | 1 | -10/+15 |