aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindow.m
Commit message (Collapse)AuthorAgeFilesLines
* - 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