summaryrefslogtreecommitdiff
path: root/setup/txt_keyinput.c
AgeCommit message (Collapse)Author
2011-04-11Allow the shift key to be held down when changing key/mouse/joystickSimon Howard
bindings to prevent bindings to the same key from being cleared (thanks myk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2325
2011-04-04Change the background color when hovering over widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2320
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
whether the widget is selectable. This stops the table code from selecting things that aren't really selectable - eg. empty tables, scrollpanes containing unselectable widgets, etc. Fixes a bug with the warp menu (thanks Proteh). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2207
2010-08-09Add weapon cycling bindings for mouse and joystick buttons. Add weaponSimon Howard
cycling bindings to configuration file and setup tool. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1953
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
CE buttons are read properly. Map buttons to PC function keys. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1594
2007-03-09Fix discrepancy between Doom and setup program when prompting for keys.Simon Howard
Add the ability to enable/disable key mappings so that the raw key can be read in setup, exactly the same way that it is in Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 846
2006-10-12Shut up compiler warnings for setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 696
2006-09-25Reduce the minimum width of the key/mouse input widgets and align theSimon Howard
mouse config dialog a bit nicer. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 671
2006-09-19Fix chocolate-setup warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 627
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-08-31Add key and mouse input widgets for selecting keys and mouse buttons.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 583