| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix r3857 regression. There is no table name when more than one item is selec... | stuconnolly | 2012-09-24 | 1 | -3/+9 |
* | Tidy up menu validation. | stuconnolly | 2012-09-24 | 2 | -46/+49 |
* | Issue 1462: Right click in custom filter editor causes exception | bamse16 | 2012-09-18 | 1 | -2/+2 |
* | * Make two strings localizable in Bundle Editor | dmoagx | 2012-09-09 | 1 | -1/+1 |
* | - Add dummy implementations of NSDocument data reading and writing to preven... | rowanbeentje | 2012-08-30 | 1 | -0/+26 |
* | - Fix the SPSplitView helper to correctly restore focus to focussed responde... | rowanbeentje | 2012-08-30 | 5 | -57/+41 |
* | Should inherit from NSObject. | stuconnolly | 2012-08-27 | 1 | -3/+3 |
* | - Improve filter clearing logic, addressing Issue #1438 (pagination controls... | rowanbeentje | 2012-08-23 | 1 | -11/+9 |
* | - Fix position of the autocomplete popup when the popup is just before a lin... | rowanbeentje | 2012-08-21 | 1 | -25/+29 |
* | - Alter table content endEditingFor calls to not be made if the undo manager... | rowanbeentje | 2012-08-21 | 1 | -14/+32 |
* | - Use a short hashed form of the connection path for SSH ControlPath setting... | rowanbeentje | 2012-08-19 | 4 | -6/+54 |
* | Improve connection handling and recovery in general, and specifically to addr... | rowanbeentje | 2012-08-18 | 1 | -0/+6 |
* | - Fix crashes when closing connections while an autorefreshing database proc... | rowanbeentje | 2012-08-16 | 1 | -2/+5 |
* | Move table content filter logic to it's own file. | stuconnolly | 2012-08-15 | 8 | -217/+334 |
* | - Tweak SPSplitView to support autosave names, extending the default autosav... | rowanbeentje | 2012-08-15 | 1 | -0/+49 |
* | Filter window should observe use table view gridlines preference. | stuconnolly | 2012-08-14 | 2 | -11/+23 |
* | Default grayed out column encodings should use monospaced fonts if enabled. | stuconnolly | 2012-08-13 | 2 | -32/+54 |
* | Fix being able to type favorite names with spaces as well as remove some redu... | stuconnolly | 2012-08-06 | 1 | -33/+13 |
* | - Add linebreak display in the database processes list, preventing display o... | rowanbeentje | 2012-08-06 | 6 | -7/+35 |
* | - Fix line breaking within the encoding dropdown, addressing a regression ca... | rowanbeentje | 2012-08-05 | 1 | -1/+3 |
* | - Fix table structure issues with default collations on non-default encoding... | rowanbeentje | 2012-08-05 | 2 | -11/+35 |
* | - Remove BWToolKit from the project, using ibtool to strip out plugin depend... | rowanbeentje | 2012-08-03 | 3 | -38/+24 |
* | - Remove all BWToolKit views from the QueryFavoriteManager and UserManagerVi... | rowanbeentje | 2012-08-03 | 5 | -58/+15 |
* | - 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 |