| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor changes | Max | 2018-05-14 | 1 | -1/+0 |
* | Replace all non-cyclic NSAutoreleasepools with @autoreleasepool | Max | 2018-05-03 | 1 | -121/+119 |
* | merge SPTableStructure (part of #2789) | Max | 2018-01-20 | 1 | -1/+0 |
* | Merge SPDatabaseDocument (part of #2789) | Max | 2018-01-20 | 1 | -1/+0 |
* | Change the way index deletion works (part of #2811) | Max | 2017-06-06 | 1 | -60/+104 |
* | Now that was some silly code… (part of #2811) | Max | 2017-06-05 | 1 | -1/+4 |
* | #2705: FULLTEXT indexes should not require a column size prefix. | Stuart Connolly | 2017-03-17 | 1 | -125/+81 |
* | Minimal refactoring | Max | 2015-10-31 | 1 | -2/+2 |
* | Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet() | Max | 2015-10-20 | 1 | -2/+5 |
* | Add some info which might help a bit with debugging threading issues | Max | 2015-07-02 | 1 | -2/+2 |
* | Add support for FULLTEXT indexes in InnoDB tables | Max | 2015-04-06 | 1 | -7/+9 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -7/+7 |
* | Add a hidden preference to control the size of the UI's monospaced font. | Stuart Connolly | 2014-05-26 | 1 | -4/+8 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | Cleaned up Format string is not a string literal (potentially insecure) errors | Marius Ursache | 2013-11-09 | 1 | -1/+1 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -1/+1 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -25/+25 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -17/+8 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -2/+3 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
* | Move the table structure's loading logic into it's own category. | stuconnolly | 2012-07-04 | 1 | -1/+3 |
* | Fix memory leaks. | stuconnolly | 2012-05-02 | 1 | -1/+5 |
* | When opening the add index sheet make sure we're using the correct table relo... | stuconnolly | 2012-04-30 | 1 | -7/+14 |
* | Add index sheet improvements: | stuconnolly | 2012-04-30 | 1 | -25/+58 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -4/+0 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -0/+4 |
* | - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i... | rowanbeentje | 2012-03-22 | 1 | -16/+1 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -7/+7 |
* | Improve index addition, especially where key sizes are required: | rowanbeentje | 2012-01-11 | 1 | -3/+28 |
* | - Prevent export and indexes controller awakeFromNib: routines from being ru... | rowanbeentje | 2011-08-25 | 1 | -0/+10 |
* | Fixes for issue #1098: | stuconnolly | 2011-07-04 | 1 | -3/+4 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -2/+53 |
* | - Add the ability to double-click in empty areas of the main tableviews to a... | rowanbeentje | 2011-04-25 | 1 | -0/+8 |
* | Make some minor changes after reviewing r3271: | rowanbeentje | 2011-04-14 | 1 | -3/+3 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -9/+19 |
* | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 1 | -8/+9 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+4 |
* | - Fix errors creating indexes, addressing Issue #946 | rowanbeentje | 2011-01-11 | 1 | -8/+8 |
* | - Rework the Add Index indexes menu and the auto_increment index required me... | rowanbeentje | 2011-01-04 | 1 | -14/+43 |
* | • fixed by mistake setting of initialField to nil instead of initialFiledNa... | Bibiko | 2011-01-03 | 1 | -1/+1 |
* | Protect against potentially over-releasing. | stuconnolly | 2010-12-28 | 1 | -1/+1 |
* | When opening the add index sheet, the initial suggested field should be one t... | stuconnolly | 2010-12-27 | 1 | -1/+23 |
* | When adding a new index, exclude fields that have already been added from the... | stuconnolly | 2010-12-26 | 1 | -2/+6 |
* | When adding a new index, as well as checking for an existing primary key also... | stuconnolly | 2010-12-25 | 1 | -4/+18 |
* | Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce... | rowanbeentje | 2010-11-03 | 1 | -2/+2 |
* | Update indexes controller constants. | stuconnolly | 2010-10-19 | 1 | -5/+5 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Fix a bug when adding a PRIMARY KEY index, introduced in r2742. Fixes issue #... | stuconnolly | 2010-10-12 | 1 | -2/+2 |
* | Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localiz... | stuconnolly | 2010-10-08 | 1 | -6/+18 |