aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPChooseMenuItemDialog.m
Commit message (Collapse)AuthorAgeFilesLines
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵rowanbeentje2013-05-211-5/+7
| | | | enable some more
* Fix more warnings.stuconnolly2013-01-251-12/+22
|
* Fix more warnings.stuconnolly2013-01-241-16/+15
|
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-0/+1
|
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-0/+1
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-17/+23
|
* - Fix more compiler warningsrowanbeentje2011-03-041-5/+5
|
* • finished implementation of SPChooseMenuItemDialogBibiko2010-12-061-21/+92
| | | | | • simplified bundle command handling and handling for bundle commands which have the same key equivalent to be able to group similar bundle commands • minor code improvements
* • further work on the choosMenuItem [not yet working]Bibiko2010-12-031-0/+64
|
* • preparations for handling issue if user assigned the same keyboard ↵Bibiko2010-12-031-0/+30
short-cut on different Bundle commands; if so show a kind of a context menu to pick up one item; this will be done via the new SPChooseMenuItem class which will display a borderless window with a context menu at a passed location