aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* Fix one cause a popular crash involving alert dialogs (part of #2297)Max2015-10-201-4/+5
* A little experimenting with #2218Max2015-09-251-3/+4
* Fix an issue where LIKE filters were changed to BINARY if reloading a table v...Max2015-07-181-2/+1
* Fix a popular exception when a user tried to edit a field with a lost connect...Max2015-06-171-26/+47
* Setting large auto_increment values (> 1000) could be misinterpreted as decim...Max2015-06-091-1/+1
* Move some complex logic into its own classMax2015-04-221-156/+11
* Fixed two case of background thread interacting with UIMax2015-04-221-1/+5
* Remove a hack to support QuickLook on 10.5Max2015-04-021-1/+0
* Addition to commit 2735e15bMax2015-01-041-27/+24
* Formalize [x release], x = nil; conventionMax2015-01-041-11/+11
* Attempt 2 to fix building on 10.7, 10.8Max2014-12-131-4/+0
* Replace some NSDictionaries with literalsMax2014-12-131-9/+9
* Replace boxed integers in code with @ literalsMax2014-12-131-7/+7
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* Change pagination popover to native typeMax2014-11-281-21/+70
* Resolve #1938: In the query console display the database the query was execut...Stuart Connolly2014-08-281-2/+6
* Inverse shift+click sorting for custom queriesMiroslav Zoricak2014-03-051-5/+9
* Shift-click to reverse sort order of table columnsMiroslav Zoricak2014-03-041-1/+7
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Force a table reload (just the view not the actual data retrieval) whenever t...Stuart Connolly2014-01-201-1/+6
* Add an option to display binary data as hex, while displaying it in blue to d...Stuart Connolly2014-01-141-0/+2
* Add the XIB support for Multiple Table Content Filters (Issue #63). The requ...rowanbeentje2013-11-101-0/+5
* Fixed NSMutableString vs NSString warningsMarius Ursache2013-11-091-1/+1
* - Ensure the table row counts are correctly updated when reloading tables - ...rowanbeentje2013-08-221-0/+2
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-131-84/+55
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-3/+2
* * Composite Foreign Keys will now show all columns in Relation view (workaround)dmoagx2013-04-211-1/+1
* - If date-type fields are cleared, and allow NULLs, save the cell value as N...rowanbeentje2013-03-061-2/+2
* - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin...rowanbeentje2013-02-281-12/+21
* Fix remaining 10.6/7 build warnings.stuconnolly2013-02-171-5/+0
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-8/+0
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-115/+115
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-2/+9
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-13/+5
* - Fix a problem where the row count for InnoDB would not be displayed as an ...rowanbeentje2013-01-211-45/+16
* Make some improvements to the Table Content Filter, particularly for text fie...rowanbeentje2012-12-231-1/+1
* - Allow table content pagination to preserve the current filter type, includ...rowanbeentje2012-11-211-5/+14
* - Fix exceptions when using the content filter table clear buttonrowanbeentje2012-11-201-1/+1
* - Improve use of the table content filter, no longer removing focus from it ...rowanbeentje2012-11-201-5/+14
* - When a table content sort is cancelled because a row save operation fails,...rowanbeentje2012-11-201-2/+5
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-3/+4
* - Improve filter clearing logic, addressing Issue #1438 (pagination controls...rowanbeentje2012-08-231-11/+9
* - Alter table content endEditingFor calls to not be made if the undo manager...rowanbeentje2012-08-211-14/+32
* Move table content filter logic to it's own file.stuconnolly2012-08-151-208/+29
* Filter window should observe use table view gridlines preference.stuconnolly2012-08-141-10/+23
* - Add linebreak display in the database processes list, preventing display o...rowanbeentje2012-08-061-0/+1
* - Alter table content Advanced Table Filter query preview area to use standa...rowanbeentje2012-08-011-2/+2
* - Remove the last BWToolKit view items from the main nib (DBView) by redesig...rowanbeentje2012-07-291-10/+15
* * Restore filter window functionalitydmoagx2012-07-251-1/+1