aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindow.m
Commit message (Collapse)AuthorAgeFilesLines
* - Reorder window instantiation process to ensure window has had its size ↵rowanbeentje2011-08-311-1/+0
| | | | | | | set before adding the main views, fixing resize issues including Issue #1141 on 10.6 - Remove accidentally committed log line
* - Clean up undo manager handlingrowanbeentje2011-08-311-0/+14
| | | | | - Implement an undo manager per tab (strictly speaking, per connection 'document'), addressing Issue #1109.
* - Lion compatibility improvement: add support for fullscreen windows, on ↵rowanbeentje2011-08-161-4/+12
| | | | | | | | | | | the main window only; hide SSH/SSL status when entering fullscreen mode, to prevent drawing issues - Lion compatibility improvement: update tab colours under 10.7 to match system styles - Lion compatibility improvement: fix issues dragging tabs out of windows and into other tab bars - Lion compatibility improvement: fix QuickLook issues under 10.7, including windows which couldn't be closed, fullscreened, or crashes - Fix exceptions in the bundle controller when using tab switching keys - Lion compatibility improvement: use overlay scrollers where possible
* Minor tidy up.stuconnolly2011-07-111-1/+0
|
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+1
|
* fixed compiler warningssqlprodev2011-03-011-1/+1
|
* - Fix exceptions caused by uncombined accents/special characters, ↵rowanbeentje2011-02-191-1/+1
| | | | addressing the exception for Issue #987 (http://spbug.com/l/1948)
* • bound short-cut ⌥⎋ to display the context menu of the first ↵Bibiko2011-01-261-0/+31
| | | | responder if responder is embedded in a SPWindow
* • check the character length of the keyDown eventBibiko2011-01-251-1/+2
| | | | - addresses http://log.sequelpro.com/view/1948; I wasn't able to reproduce it but this fix should eliminate that exception
* - Change shortcut for "Duplicate Connection Tab" to alt-T for increased ↵rowanbeentje2011-01-231-0/+80
discoverability - this improves on Issue #943 - Add alternate keybindings for tab switching - support command-shift-[ and -], and command-alt-left and right arrows to match behaviour of other applications - Update localisable strings