index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hotkeys.cpp
Age
Commit message (
Expand
)
Author
2012-09-23
(svn r24554) -Add: Hotkeys for widgets in AI Debug window
zuu
2011-11-12
(svn r23193) -Codechange: don't cast away const unneededly
rubidium
2011-08-24
(svn r22824) -Codechange: pass sub directory to ini loading
rubidium
2011-02-25
(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'
alberth
2011-02-25
(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the i...
yexo
2011-02-17
(svn r22094) -Fix [FS#4510]: remove invalid keycodes when reading hotkeys.cfg
yexo
2011-01-26
(svn r21909) -Fix: some missing spaces
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
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 signed/unsig...
yexo
2010-08-01
(svn r20274) -Fix: special keycodes were matched if a code matched the start ...
yexo
2010-07-31
(svn r20273) -Fix [FS#3930]: '-' and '=' were not correctly read from hotkeys...
yexo
2010-07-04
(svn r20076) -Fix (r20073): hotkeys for the road toolbar were not stored in h...
yexo
2010-07-04
(svn r20075) -Feature: customizable hotkeys for the main toolbar in the scena...
yexo
2010-07-04
(svn r20073) -Feature: customizable hotkeys for the road toolbar
yexo
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
2010-07-03
(svn r20069) -Fix (r20055): Make valgrind happy.
frosch
2010-07-03
(svn r20068) -Feature: customizable hotkeys for the rail toolbar
yexo
2010-07-03
(svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeys
yexo
2010-07-03
(svn r20065) -Feature: customizable hotkeys for the main toolbar
yexo
2010-07-03
(svn r20063) -Feature: customizable hotkeys for the dock toolbar
yexo
2010-07-03
(svn r20062) -Feature: customizable hotkeys for the airport toolbar
yexo
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 h...
yexo
2010-07-03
(svn r20058) -Feature: customizable hotkeys for the vehicle orders window
yexo
2010-07-03
(svn r20057) -Feature: customizable hotkeys for the terraform toolbar in scen...
yexo
2010-07-03
(svn r20056) -Feature: customizable hotkeys for the terraform toolbar
yexo
2010-07-03
(svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfg
yexo
2010-07-03
(svn r20054) -Add: framework to check for hotkeys
yexo