aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-16/+23
* - Fix use of the pagination jump-to-page functions, addressing Issue #1376rowanbeentje2012-06-201-3/+5
* * Fixes the case of the curious @"es"'sdmoagx2012-05-171-3/+3
* - Manually allocate memory for table selection restoration processing instea...rowanbeentje2012-05-131-3/+7
* - Alter table filtering to reset pagination when filters are entered; pagina...rowanbeentje2012-05-081-4/+9
* - Manually handle some SPFileHandle memory management to significantly impro...rowanbeentje2012-04-121-0/+3
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+2
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-3/+1
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-2/+9
* - Fix an exception when attempting to preserve the selection in a table with...rowanbeentje2012-03-241-3/+12
* - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-221-19/+141
* Update error message.stuconnolly2012-03-201-1/+1
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-897/+122
* - When cancelling a sort on the table content view, don't display an error m...rowanbeentje2012-03-201-1/+1
* - When refreshing the table content view, preserve column widths for columns...rowanbeentje2012-03-201-0/+12