summaryrefslogtreecommitdiff
path: root/setup/mouse.c
AgeCommit message (Collapse)Author
2007-07-10Shut up compiler warning.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 936
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
sizeof(*array) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 922
2007-06-20Add new configuration options for the mouse and joystick for controlsSimon Howard
that are available through the keyboard. Justification: this is already possible through advanced mouse drivers and programs like js2x, so there might as well be a proper interface for it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 918
2006-10-23Rename testconfig.[ch] to execute.[ch], add generalised framework forSimon Howard
launching Doom. Make the "Save parameters and launch Doom" option on the main menu work. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 724
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 717
2006-10-22Standardise setup config variable names on the same variable names usedSimon Howard
in Doom. Add header files for source files where they are needed. Make variables static where appropriate. General cleanups etc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 712
2006-10-12Shut up compiler warnings for setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 696
2006-10-07Add float spin control and use it for the acceleration controller in setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 692
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 679
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-25Add "test" window actions to the keyboard/mouse dialogs to invoke Chocolate Simon Howard
Doom with the -testcontrols option. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 663
2006-09-20Add sound config dialog. Convert some of the mouse settings to use Simon Howard
spin controls. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 636
2006-09-20Add "Enable mouse" checkbox to mouse config dialog. Reorder options.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 628
2006-09-19Move the grab mouse setting to the mouse config dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 622
2006-09-19Set mouse button defaults.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 619
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
2006-06-29Initial mouse configuration window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 564