aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.m
Commit message (Expand)AuthorAgeFilesLines
* merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-201-3/+3
* Add some debug code for #2445Max2016-03-141-4/+12
* Very likely a fix for the _scrollViewDidChangeBounds debacle (#2126)Max2015-10-171-0/+2
* Add some debug code for another crash that has been happening latelyMax2015-10-021-1/+1
* Even more debug code for _scrollViewDidChangeBoundsMax2015-09-141-0/+5
* Fix an exception when pressing return in the table indexes view (fixes #2217)Max2015-09-131-2/+3
* 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
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-5/+5
* Fix more warnings.stuconnolly2013-01-251-16/+19
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+28
* - Disable and re-enable table view double click actions when opening and clo...rowanbeentje2011-08-281-0/+38
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+45
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-9/+10
* - Add support in SPTableView to disable edit-on-tab behaviourrowanbeentje2011-04-101-0/+26
* - Fix more warningsrowanbeentje2011-03-141-0/+7
* fixed compiler warningssqlprodev2011-03-011-0/+1
* Beforing asking SPTableView's delegate if we can right-click a particular row...stuconnolly2010-11-011-1/+6
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Fix an exception caused by the changes introduced in r2764.stuconnolly2010-10-161-2/+3
* Change the connection view's table view to be of type SPTableView so right-cl...stuconnolly2010-10-151-38/+44
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-1/+7
* • further improvements for CSV import into new tableBibiko2010-09-031-1/+9
* • further progress for CSV import into new tableBibiko2010-09-031-4/+10
* • finished the first implementation of CSV Import into new tableBibiko2010-09-031-0/+10
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-1/+1
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-3/+3
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-2/+2
* Initial implementation of tabs:rowanbeentje2010-05-231-4/+8
* - Ensure any table changes are applied before switching tables as a result o...rowanbeentje2010-05-191-0/+5
* - Fix exceptions when right-clicking on the query favourites list. This addr...rowanbeentje2010-04-201-1/+2
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-0/+11
* • If TableDocument is performing a task suppress any context menu in SPTabl...Bibiko2010-01-121-0/+6
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-2/+2
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-271-0/+6
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-1/+2
* • further progress on the Content Filter EditorBibiko2009-09-301-0/+4
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-071-1/+1
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-021-1/+1
* • fixes for Query Favorite Manager:Bibiko2009-09-011-0/+5
* • improved Query Favorite ManagerBibiko2009-08-281-2/+3
* Fixed keyDown editing of SPTableView and CMCopyTablemltownsend2009-08-281-0/+15
* • improvement for hitting RETURN or ENTER to invoke the row edit modeBibiko2009-08-271-11/+0
* Made it so that SPTableView and SPOutlineView will respond to enter or return...mltownsend2009-08-251-0/+16
* • bug fix for issue 363: suppress selecting a table header in TablesList b...Bibiko2009-08-121-0/+8
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-1/+0
* • a right-click at a row within a tableView will select that row before or...Bibiko2009-07-151-0/+50