summaryrefslogtreecommitdiff
path: root/setup/txt_mouseinput.c
AgeCommit message (Collapse)Author
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-20Extend mouse code to support up to 8 buttons (allows mouse wheel to beSimon Howard
used). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1958
2007-07-29Allow more than the standard three mouse buttons to be defined throughSimon Howard
setup (hopefully) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 939
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-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