aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructureDelegate.m
Commit message (Expand)AuthorAgeFilesLines
* Improve the way Sequel Pro inferrs the collation of a column. (#2237)Max2015-10-251-11/+26
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-2/+2
* Replace boxed integers in code with @ literalsMax2014-12-131-3/+3
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-1/+4
* 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
* For the CSV storage engine, don't allow adding nullable fields as well as dis...stuconnolly2013-10-281-46/+51
* - Fix exceptions when shift-tabbing back from a very early cell in the Struc...rowanbeentje2013-08-261-2/+2
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-0/+6
* Issue #1515: Add support for fractional seconds in date/time data types on se...stuconnolly2013-05-121-11/+14
* - Fix string type detection, addressing errors when converting string types ...rowanbeentje2013-04-161-2/+2
* - Fix errors when editing or moving columns on server vesions which do not s...rowanbeentje2013-03-191-3/+4
* Make some small tweaks to string BINARY handling:rowanbeentje2013-03-171-5/+3
* Fix some 10.8 warnings.stuconnolly2013-02-171-1/+1
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-27/+27
* 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