summaryrefslogtreecommitdiff
path: root/src/hotkeys.h
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2013-08-05(svn r25669) -Codechange: Pass UCS-4 instead of UCS-2 characters to the hotke...michi_cc
2013-06-15(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.frosch
2013-06-15(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyLis...frosch
2013-06-15(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.frosch
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2010-07-04(svn r20074) -Fix (r20065): highscore window should use the same hotkey for q...yexo
2010-07-03(svn r20070) -Feature: when none of the open windows handles a keypress, try ...yexo
2010-07-03(svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeysyexo
2010-07-03(svn r20059) -Feature: customizable hotkeys for the main window (the global h...yexo
2010-07-03(svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfgyexo
2010-07-03(svn r20054) -Add: framework to check for hotkeysyexo