summaryrefslogtreecommitdiff
path: root/hw/dmx/input
AgeCommit message (Expand)AuthorFilesLines
2007-04-03Implement a minor hack in dmxCheckFunctionKeys() to detect special keys.Brian1-3/+22
2007-04-02clean-up, debug codeBrian1-5/+5
2007-04-02fix formattingBrian1-5/+11
2007-04-02checkpoint: more clean-upBrian1-60/+40
2007-04-02formatting fixesBrian1-24/+50
2007-04-02clean-up dmxCoreMotion() dmxCoreMotion2()Brian1-141/+5
2007-04-02checkpoint clean-upBrian2-41/+11
2007-04-02remove some debug codeBrian1-5/+0
2007-04-02for completeness, init dummy's min/maxval[1] values (vertical axis)Brian1-0/+2
2007-04-02As for normal mouse device, init valuator maxval[] to real values, not zero.Brian1-2/+7
2007-04-02In dmxBackendMouGetInfo() initialize the info->minval[], maxval[] arrays to t...Brian1-1/+5
2007-04-02undo 1280 valuator hackBrian1-3/+3
2007-04-02Pass num_valuators=0 for ButtonPress/Release. This seems to fix the button co...Brian1-12/+4
2007-04-02formatting fixesBrian1-3/+6
2007-03-30formatting fixesBrian1-6/+12
2007-03-30Checkpoint DMX updates: things are working much better now, but still not 100...Brian3-12/+155
2007-03-30Tweak some parameters, etc. Things seem a little better now, but still a way...Brian2-7/+9
2007-03-30num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release positionBrian1-4/+4
2007-03-30more debugBrian3-13/+15
2007-03-30Checkpoint fixes to DMX for X input changes.Brian5-3/+228
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone2-3/+3
2006-05-29Remove -xkbmap argument.Daniel Stone1-48/+34
2006-04-14Coverity #1003, #1004: Two more useless null checks.Adam Jackson1-2/+0
2006-04-14Coverity #1005: Avoid a null deref.Adam Jackson1-2/+3
2006-04-14Coverity #1007: Fix a silly null check.Adam Jackson1-1/+0
2006-03-29More warning cleanup.Adam Jackson1-1/+1
2006-02-22Added Mesa include directoryAlexander Gottwald1-0/+7
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+2
2005-10-06Add support for building DMX config and examples programs Add missing filesKevin E Martin1-0/+2
2005-08-24Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't foundAlan Coopersmith1-0/+4
2005-07-28Fix distcheck for serverKevin E Martin1-6/+44
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-2/+10
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin21-3/+87
2005-07-01Adding initial build system.Daniel Stone1-0/+11
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone7-11/+11
2004-07-28When using DMX console input, make detached screens display as grey (vs.Rik Faith1-5/+23
2004-07-07Bugzilla #817Rik Faith2-4/+8
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin41-0/+9717