| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | * Fixes #1605 | dmoagx | 2013-02-09 | 3 | -4/+4 |
* | | Fix more warnings. | stuconnolly | 2013-02-02 | 3 | -5/+5 |
* | | * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to... | dmoagx | 2013-02-01 | 1 | -1/+1 |
* | | Move the flex parsing function definitions to their own file so they're not d... | stuconnolly | 2013-01-25 | 5 | -47/+50 |
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 3 | -13/+24 |
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 2 | -18/+21 |
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 6 | -49/+52 |
* | | - Fix connection view favourites outline view layout issues on 10.7+ followi... | rowanbeentje | 2013-01-25 | 1 | -7/+15 |
* | | Fix memory leak. | stuconnolly | 2013-01-24 | 1 | -1/+26 |
* | | Fix more warnings. | stuconnolly | 2013-01-24 | 6 | -28/+21 |
* | | Fix warnings due to not conforming to 10.6 protocols. | stuconnolly | 2013-01-24 | 19 | -47/+20 |
|/ |
|
* | Tidy up custom query header. | stuconnolly | 2013-01-23 | 1 | -23/+20 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 51 | -443/+340 |
* | Tidy up. | stuconnolly | 2013-01-22 | 1 | -1/+5 |
* | Fix Issue #1527, weird display artifacts when reordering custom query results... | rowanbeentje | 2013-01-22 | 1 | -2/+2 |
* | - Fix trigger edit failures not restoring the interface correctly, preventin... | rowanbeentje | 2013-01-21 | 1 | -35/+48 |
* | Window controller tidy up. | stuconnolly | 2013-01-21 | 1 | -89/+132 |
* | - Fix a problem where the row count for InnoDB would not be displayed as an ... | rowanbeentje | 2013-01-21 | 9 | -52/+106 |
* | Fix broken documentation links. | stuconnolly | 2013-01-20 | 1 | -2/+2 |
* | Small table info tidy up. | stuconnolly | 2013-01-17 | 2 | -51/+80 |
* | Issue #1422: Update the user manager's resource limit formatters to have a mi... | stuconnolly | 2013-01-17 | 1 | -3/+10 |
* | - Move the old com.google.code.sequel-pro.plist preference list to the trash... | rowanbeentje | 2013-01-16 | 1 | -0/+12 |
* | Small tweak to the bundle identifier migration function to prevent releasing ... | stuconnolly | 2013-01-12 | 1 | -9/+13 |
* | - Fix toggleFullScreen: errors on <= 10.6, addressing Log #3759. (It appear... | rowanbeentje | 2013-01-11 | 1 | -2/+2 |
* | Minor tidy up. | stuconnolly | 2013-01-11 | 1 | -10/+7 |
* | - Enable translation of the Show/Hide Toolbar menu item by taking over title... | rowanbeentje | 2013-01-08 | 1 | -2/+19 |
* | Increase the minimum size of the connection view's split view so we don't for... | stuconnolly | 2013-01-07 | 1 | -1/+1 |
* | - Fix problems editing the connection name when editing has just begun, addr... | rowanbeentje | 2013-01-06 | 1 | -2/+2 |
* | - Call the NSWindow super implementation of validateMenuItem: in SPWindow, f... | rowanbeentje | 2013-01-05 | 6 | -4/+94 |
* | Enable the removal of the old favorites data in the preferences plist now tha... | stuconnolly | 2013-01-03 | 1 | -4/+2 |
* | - Prevent Groups from being created as a child of the Quick Connection item,... | rowanbeentje | 2012-12-30 | 1 | -4/+2 |
* | Make some improvements to the Table Content Filter, particularly for text fie... | rowanbeentje | 2012-12-23 | 2 | -4/+18 |
* | - Correctly draw/update the selection highlight within the SPTextView used i... | rowanbeentje | 2012-12-23 | 1 | -0/+23 |
* | - Add trigger button to the default toolbar view | rowanbeentje | 2012-12-21 | 1 | -0/+1 |
* | - Convert all old .tiff resource images to .png format | rowanbeentje | 2012-12-21 | 3 | -14/+14 |
* | - Tweak SPTextView background drawing, moving custom drawing into a differen... | rowanbeentje | 2012-12-19 | 1 | -4/+2 |
* | Issue #1495: Fix crash on export after the table list is refreshed due to the... | stuconnolly | 2012-12-17 | 1 | -1/+2 |
* | - If the favourite is not an on-disk document, add any new query favourites ... | rowanbeentje | 2012-12-17 | 1 | -5/+18 |
* | - Disable connection muxing on OS X versions lower than 10.7, to speed up co... | rowanbeentje | 2012-12-17 | 3 | -3/+8 |
* | - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ... | rowanbeentje | 2012-12-17 | 7 | -59/+107 |
* | - Display startup release notes (eg post-r3921) to not block startup, preven... | rowanbeentje | 2012-12-16 | 2 | -4/+5 |
* | - Fix favourite editing on the connection interface being unable to delete s... | rowanbeentje | 2012-12-14 | 1 | -3/+25 |
* | Replace 1x .tiff graphics with 1x and 2x png Retina graphics. | mattlangtree | 2012-12-12 | 1 | -1/+1 |
* | - Add final versions of the new icon designed by Kenichi Yoshida (with many ... | rowanbeentje | 2012-12-12 | 2 | -2/+2 |
* | - Swap around the Custom Query "Run All" and "Run Current/Previous/Selection... | rowanbeentje | 2012-12-01 | 2 | -0/+58 |
* | - Improve connection testing to use edited passwords on a connection with ke... | rowanbeentje | 2012-11-28 | 2 | -32/+17 |
* | - Tweak handling of tables which have been deleted while they were being use... | rowanbeentje | 2012-11-22 | 1 | -4/+6 |
* | - Allow table content pagination to preserve the current filter type, includ... | rowanbeentje | 2012-11-21 | 2 | -5/+15 |
* | - Fix exceptions when using the content filter table clear button | rowanbeentje | 2012-11-20 | 1 | -1/+1 |
* | - Improve use of the table content filter, no longer removing focus from it ... | rowanbeentje | 2012-11-20 | 1 | -5/+14 |