| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all non-cyclic NSAutoreleasepools with @autoreleasepool | Max | 2018-05-03 | 1 | -6/+6 |
* | Merge SPDatabaseDocument (part of #2789) | Max | 2018-01-20 | 1 | -1/+0 |
* | Merge SPAppController (part of #2789) | Max | 2018-01-20 | 1 | -1/+0 |
* | Fix an issue with autocompletion not suggesting column names (#2507) | Max | 2016-05-16 | 1 | -12/+6 |
* | fix warnings | Abhi Beckert | 2016-04-10 | 1 | -0/+1 |
* | Wrap a repeated call in a simpler method | Max | 2015-10-25 | 1 | -1/+1 |
* | Add some info which might help a bit with debugging threading issues | Max | 2015-07-02 | 1 | -1/+1 |
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -14/+14 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -1/+0 |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -9/+9 |
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 1 | -1/+1 |
* | Add cast for [NSApp delegate] | Max | 2014-12-13 | 1 | -6/+6 |
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 1 | -10/+10 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -1/+1 |
* | Replace a few other instances with objectOrNilAtIndex: | Max | 2014-08-03 | 1 | -1/+1 |
* | 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 |
* | * Changed a query (addressing issue #1687) | dmoagx | 2013-04-24 | 1 | -7/+7 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -9/+9 |
* | - Convert all old .tiff resource images to .png format | rowanbeentje | 2012-12-21 | 1 | -7/+7 |
* | Replace 1x .tiff graphics with 1x and 2x png Retina graphics. | mattlangtree | 2012-12-12 | 1 | -1/+1 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -3/+3 |
* | - Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariabl... | rowanbeentje | 2012-08-02 | 1 | -0/+5 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+21 |
* | Improve connection keepalive, disconnect, and connection loss after reviewing... | rowanbeentje | 2012-05-15 | 1 | -1/+0 |
* | Rework connection loss handling in SPMySQL, particularly to improve backgroun... | rowanbeentje | 2012-05-08 | 1 | -4/+2 |
* | - Fix an exception when refreshing the navigator view | rowanbeentje | 2012-03-28 | 1 | -5/+5 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 1 | -3/+4 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -19/+17 |
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -1/+1 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -0/+3 |
* | Small tidy up, mainly the addition of constants. | stuconnolly | 2011-05-05 | 1 | -9/+4 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -1/+17 |
* | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 1 | -10/+9 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+2 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+1 |
* | • alias (auto-)completion | Bibiko | 2010-11-04 | 1 | -2/+12 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+1 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Remove use of multiple comments for localized strings. | stuconnolly | 2010-10-19 | 1 | -2/+2 |
* | * One label was too short in Content Filter Manager | dmoagx | 2010-09-26 | 1 | -12/+12 |
* | • only some minor code cosmetics | Bibiko | 2010-09-17 | 1 | -3/+3 |
* | • fixed bug while closing a tab to remove the connection from Navigator | Bibiko | 2010-08-13 | 1 | -2/+13 |
* | • Navigator | Bibiko | 2010-08-13 | 1 | -8/+57 |
* | • Navigator | Bibiko | 2010-08-13 | 1 | -75/+8 |
* | • reverted changes of refreshing of the Navigator if it is not visible | Bibiko | 2010-08-12 | 1 | -1/+1 |
* | • Navigator | Bibiko | 2010-08-12 | 1 | -11/+18 |
* | • some minor work on Navigator | Bibiko | 2010-08-12 | 1 | -16/+28 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -5/+5 |