| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Remove all BWToolKit elements from the Preferences and ProgressIndicatorLa... | rowanbeentje | 2012-08-02 | 2 | -0/+1293 |
* | - Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariabl... | rowanbeentje | 2012-08-02 | 4 | -15/+9 |
* | - Remove all BWToolKit elements from the Content Filter Manager, replacing w... | rowanbeentje | 2012-08-01 | 2 | -31/+8 |
* | - Alter table content Advanced Table Filter query preview area to use standa... | rowanbeentje | 2012-08-01 | 2 | -3/+3 |
* | - Remove all BWToolKit elements in the connection view, replacing with stand... | rowanbeentje | 2012-08-01 | 6 | -19/+38 |
* | - Tweak SPSplitView to no longer treat non-resizable split view children as ... | rowanbeentje | 2012-07-30 | 2 | -59/+20 |
* | - Fix custom selection colours using a translucent colour being blended thro... | rowanbeentje | 2012-07-30 | 1 | -14/+53 |
* | - Remove all BWToolKit views from the Bundle Editor window, replacing with n... | rowanbeentje | 2012-07-29 | 2 | -10/+28 |
* | - Remove the last BWToolKit view items from the main nib (DBView) by redesig... | rowanbeentje | 2012-07-29 | 4 | -18/+28 |
* | Fix typos in license header. | stuconnolly | 2012-07-28 | 2 | -2/+2 |
* | - Replace the collapsible BWSplitView on the Query pane with a SPSplitView c... | rowanbeentje | 2012-07-26 | 4 | -85/+36 |
* | * Restore filter window functionality | dmoagx | 2012-07-25 | 2 | -2/+2 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 343 | -4145/+6409 |
* | - Tweak nib localisation logic, fixing exceptions on 10.5 with systems set t... | rowanbeentje | 2012-07-24 | 1 | -3/+1 |
* | - Replace the main split view in the main view with a SPSplitView, replacing... | rowanbeentje | 2012-07-24 | 3 | -16/+26 |
* | - Attempt to address startup exceptions on 10.5 by fixing NSSplitView awakeF... | rowanbeentje | 2012-07-23 | 1 | -1/+3 |
* | - Add a new SPSplitView class, intended to replace all BWSplitViews and so a... | rowanbeentje | 2012-07-23 | 10 | -54/+1307 |
* | Fix incorrect slash for nil data items in an XML export. Fixes issue #1404. | stuconnolly | 2012-07-19 | 1 | -1/+1 |
* | Fix the display of the encoding and collation of fields that don't support th... | stuconnolly | 2012-07-16 | 3 | -33/+35 |
* | Add a new SPAppController SPWindowManagement. | stuconnolly | 2012-07-07 | 7 | -134/+232 |
* | Another tweak for SP r3710 merge with Coda | sqlprodev | 2012-07-05 | 1 | -0/+2 |
* | A few more tweaks for SP r3710 merge with Coda | sqlprodev | 2012-07-05 | 4 | -2/+56 |
* | Merged SP r3710 with Coda | sqlprodev | 2012-07-05 | 10 | -20/+185 |
* | Remove unnecessary import. | stuconnolly | 2012-07-04 | 1 | -1/+0 |
* | Move the table structure's loading logic into it's own category. | stuconnolly | 2012-07-04 | 6 | -312/+407 |
* | If available display the columns default encoding and collation in the struct... | stuconnolly | 2012-07-04 | 3 | -26/+95 |
* | - Use a per-user temporary directory for SSH tunnels (and bundle dragged tem... | rowanbeentje | 2012-06-28 | 4 | -3/+12 |
* | - Use a custom ControlPath for SSH tunnels in an attempt to address Issue #1... | rowanbeentje | 2012-06-28 | 1 | -0/+1 |
* | Tidy up an use enums. | stuconnolly | 2012-06-27 | 7 | -13/+27 |
* | - Fix saving of .spf files using unencrypted formats, encoding the content s... | rowanbeentje | 2012-06-26 | 1 | -0/+22 |
* | Minor tidy up. | stuconnolly | 2012-06-26 | 2 | -37/+65 |
* | Silence static analyzer warnings. | stuconnolly | 2012-06-26 | 3 | -7/+5 |
* | - Allow table check/optimize/analyze etc operations to be performed on MySQL... | rowanbeentje | 2012-06-25 | 1 | -0/+5 |
* | * Fixes some cases of bad localizability | dmoagx | 2012-06-23 | 2 | -9/+16 |
* | * Add the engine to the table info panel. Implements #1257 | dmoagx | 2012-06-23 | 1 | -0/+5 |
* | - Fix issues opening new windows when Sequel Pro is opened in the background... | rowanbeentje | 2012-06-23 | 3 | -27/+23 |
* | Further improvements to further address Issue #1332: | rowanbeentje | 2012-06-23 | 3 | -20/+46 |
* | - Address favourites saving on quit, which appears to sometimes die during p... | rowanbeentje | 2012-06-22 | 3 | -67/+66 |
* | - Improve help search updates while typing, adding basic display for no resu... | rowanbeentje | 2012-06-22 | 1 | -5/+11 |
* | - Fix exceptions with certain kinds of help results, for example for most ma... | rowanbeentje | 2012-06-21 | 1 | -31/+6 |
* | - Fix use of the pagination jump-to-page functions, addressing Issue #1376 | rowanbeentje | 2012-06-20 | 1 | -3/+5 |
* | - Ensure that help results are returned as strings to try and address issues... | rowanbeentje | 2012-06-20 | 1 | -0/+5 |
* | Improvements to the New Table sheet: | rowanbeentje | 2012-06-18 | 2 | -6/+17 |
* | Make the trigger name field the initial first responder. | stuconnolly | 2012-06-15 | 1 | -1/+3 |
* | - Retain the new SPDatabaseData defaultCharacterSetEncoding when created, fi... | rowanbeentje | 2012-06-11 | 2 | -2/+2 |
* | - Improve export encoding changes to occur after the export start, fixing er... | rowanbeentje | 2012-06-10 | 1 | -13/+10 |
* | Add the default encoding and storage engine to the default menu items on the ... | stuconnolly | 2012-06-10 | 5 | -38/+79 |
* | - Fix flickering and incorrect connection view positioning on initial window... | rowanbeentje | 2012-06-05 | 3 | -3/+7 |
* | - Fix loss of connection name/password for SSH connections whn switching fro... | rowanbeentje | 2012-06-05 | 2 | -2/+8 |
* | - Fix saving of connection password on host changes from triggering too often | rowanbeentje | 2012-06-05 | 1 | -8/+2 |