summaryrefslogtreecommitdiff
path: root/src/hotkeys.cpp
AgeCommit message (Collapse)Author
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-16(svn r20516) -Feature [FS#3472]: Filter signs at the sign list window. (Zuu)terkhen
2010-08-01(svn r20275) -Fix (r20274): some compilers are complaining about ↵yexo
signed/unsigned comparison
2010-08-01(svn r20274) -Fix: special keycodes were matched if a code matched the start ↵yexo
of the string (ie 'C' matched 'CTRL')
2010-07-31(svn r20273) -Fix [FS#3930]: '-' and '=' were not correctly read from ↵yexo
hotkeys.cfg
2010-07-04(svn r20076) -Fix (r20073): hotkeys for the road toolbar were not stored in ↵yexo
hotkeys.cfg
2010-07-04(svn r20075) -Feature: customizable hotkeys for the main toolbar in the ↵yexo
scenario editor
2010-07-04(svn r20073) -Feature: customizable hotkeys for the road toolbaryexo
2010-07-04(svn r20072) -Fix (r20065): NUM_MINUS was stored as NUM_PLUS in config file.frosch
2010-07-03(svn r20070) -Feature: when none of the open windows handles a keypress, try ↵yexo
all toolbars for global hotkeys Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
2010-07-03(svn r20069) -Fix (r20055): Make valgrind happy.frosch
2010-07-03(svn r20068) -Feature: customizable hotkeys for the rail toolbaryexo
2010-07-03(svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeysyexo
2010-07-03(svn r20065) -Feature: customizable hotkeys for the main toolbaryexo
2010-07-03(svn r20063) -Feature: customizable hotkeys for the dock toolbaryexo
2010-07-03(svn r20062) -Feature: customizable hotkeys for the airport toolbaryexo
2010-07-03(svn r20060) -Fix (r20055): strnicmp() does not exist on all platforms.frosch
2010-07-03(svn r20059) -Feature: customizable hotkeys for the main window (the global ↵yexo
hotkeys)
2010-07-03(svn r20058) -Feature: customizable hotkeys for the vehicle orders windowyexo
2010-07-03(svn r20057) -Feature: customizable hotkeys for the terraform toolbar in ↵yexo
scenario editor
2010-07-03(svn r20056) -Feature: customizable hotkeys for the terraform toolbaryexo
2010-07-03(svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfgyexo
2010-07-03(svn r20054) -Add: framework to check for hotkeysyexo