| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -1/+1 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -1/+2 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
* | - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i... | rowanbeentje | 2012-03-22 | 1 | -6/+6 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -9/+10 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+1 |
* | • fixed minor issue for filterTable approach in Content | Bibiko | 2011-01-24 | 1 | -0/+2 |
* | Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce... | rowanbeentje | 2010-11-03 | 1 | -1/+1 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -2/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | • made SP more robust against fast closing of tabs and windows | Bibiko | 2010-06-29 | 1 | -1/+3 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
* | Rename TableContent to SPTableContent. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | - Add support for progress indicator in tabs | rowanbeentje | 2010-05-24 | 1 | -1/+0 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -0/+1 |
* | - Fix an issue when truncating tables using the right-click menu, by improvi... | rowanbeentje | 2010-05-22 | 1 | -13/+13 |
* | - Add a new couldCommitCurrentViewActions method to TableDocument, and stand... | rowanbeentje | 2010-04-18 | 1 | -0/+3 |
* | - Tweak the history controller to track the toolbar item visibility, and onl... | rowanbeentje | 2010-04-15 | 1 | -1/+67 |
* | Add support for the triggers view in the history controller. | stuconnolly | 2010-03-25 | 1 | -0/+7 |
* | - Correctly store scroll and selection for the navigation history when filte... | rowanbeentje | 2010-03-25 | 1 | -2/+15 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -11/+12 |
* | - Add a new selectDatabase:item: method to TableDocument, to centralise code... | rowanbeentje | 2010-03-24 | 1 | -27/+14 |
* | - Simplify table source table setup and make thread safe. This should addre... | rowanbeentje | 2010-03-22 | 1 | -3/+4 |
* | Fix Issue #574 (foreign key links not working after first use): | rowanbeentje | 2010-02-23 | 1 | -8/+8 |
* | - Save and restore content table sorting, filter criteria, scroll position a... | rowanbeentje | 2010-02-09 | 1 | -1/+50 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -23/+23 |
* | - Fix issues causing memory leaks and causing history load tasks never to co... | rowanbeentje | 2009-12-13 | 1 | -5/+9 |
* | - Replace the LIMIT interface on the content view with a pagination control ... | rowanbeentje | 2009-11-23 | 1 | -9/+19 |
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 1 | -3/+28 |
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -1/+0 |
* | Missing SVN properties. | stuconnolly | 2009-10-09 | 1 | -2/+2 |
* | • first implementation of a Content Filter Editor | Bibiko | 2009-10-01 | 1 | -20/+3 |
* | - Update history item name generation (for history menus) to add support for... | rowanbeentje | 2009-09-30 | 1 | -0/+10 |
* | Forgot to assign the back/forward history menu item's tags resulting in incor... | stuconnolly | 2009-09-12 | 1 | -2/+2 |
* | Add back/forward history menu items to the view menu with the assigned shortc... | stuconnolly | 2009-09-12 | 1 | -6/+26 |
* | - Add history menus to the history back/forward buttons for faster navigatio... | rowanbeentje | 2009-08-06 | 1 | -0/+81 |
* | - Fix some small memory leaks when changing tables | rowanbeentje | 2009-08-04 | 1 | -6/+8 |
* | - Fix an errant NSLog in TableSource | rowanbeentje | 2009-08-01 | 1 | -19/+73 |
* | - Add an initial barebones version of the history controller, with a basic t... | rowanbeentje | 2009-07-30 | 1 | -0/+256 |