aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructureDelegate.m
Commit message (Expand)AuthorAgeFilesLines
* Default grayed out column encodings should use monospaced fonts if enabled.stuconnolly2012-08-131-31/+47
* - Fix table structure issues with default collations on non-default encoding...rowanbeentje2012-08-051-2/+15
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+20
* Fix the display of the encoding and collation of fields that don't support th...stuconnolly2012-07-161-25/+23
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-041-0/+2
* More tidy up.stuconnolly2012-06-041-16/+19
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+4
* - Fix a possible race condition exception when switching between tables when...rowanbeentje2012-03-211-1/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3/+4
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-2/+2
* Rework linebreak handling in content and custom query result views, as trigge...rowanbeentje2011-09-211-1/+1
* When moving a field in the structure view, only use the default value if it a...stuconnolly2011-08-091-34/+48
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-0/+2
* • improve BIT field type supportBibiko2011-05-051-1/+1
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+1
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-8/+0
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-3/+3
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-3/+13
* - Fix more compiler warningsrowanbeentje2011-03-151-1/+1
* Fix more compiler warnings.stuconnolly2011-03-141-2/+2
* Fix more compiler warnings.stuconnolly2011-03-041-1/+1
* fixed compiler warningssqlprodev2011-03-011-1/+5
* - Revert r3187, which only masked an underlying bug and caused double column...rowanbeentje2011-02-111-1/+4
* - Rework the Add Index indexes menu and the auto_increment index required me...rowanbeentje2011-01-041-1/+2
* • fixed table structure logic for date/time fieldsBibiko2010-11-051-2/+5
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-2/+2
* • TableStructure sheet to ask for the to be used index of an auto_increment...Bibiko2010-11-011-1/+13
* • improved Structure editing logic to allow to choose auto_increment for Ex...Bibiko2010-11-011-4/+23
* Tidy up SPTableStructure including moving all the private field type validati...stuconnolly2010-10-281-7/+7
* Add SPDefaultPasteboardDragType constant.stuconnolly2010-10-281-5/+5
* Split out all of SPTableStructure's delegate and datasource methods into thei...stuconnolly2010-10-261-0/+567