summaryrefslogtreecommitdiff
path: root/hw/dmx/input
AgeCommit message (Expand)Author
2008-12-09Revert "dmx: claim we support XI 2."Keith Packard
2008-12-02Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballsAlan Coopersmith
2008-10-17dmx: avoid hilarious #define Xcalloc xcalloc game.Peter Hutterer
2008-10-17dmx: change remainder of manual EQ allocation to GetEventList().Peter Hutterer
2008-10-08Fix more xcalloc stupidity.Adam Jackson
2008-10-08I hate you xlib. Please die in a fire.Adam Jackson
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-07-28Add atKeynames.h in hw/dmx/input and drop evil cross-ddx #include.Kristian Høgsberg
2008-06-05dmx: remove a ifndef XINPUT, XINPUT is always defined now.Peter Hutterer
2008-06-05dmx: don't free event list after use.Peter Hutterer
2008-06-05dmx: for now, don't acknowledge SDs.Peter Hutterer
2008-06-05dmx: learn about the existence of IsXExtensionPointer and IsXExtensionKeyboardPeter Hutterer
2008-06-05dmx: claim we support XI 2.Peter Hutterer
2008-06-05dmx: some more build fixes.Peter Hutterer
2008-05-25dmx: remove some #if 0'd code.Peter Hutterer
2008-05-14dmx: fix build.Peter Hutterer
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh
2007-06-29Death to RCS tags.Adam Jackson
2007-04-03Implement a minor hack in dmxCheckFunctionKeys() to detect special keys.Brian
2007-04-02clean-up, debug codeBrian
2007-04-02fix formattingBrian
2007-04-02checkpoint: more clean-upBrian
2007-04-02formatting fixesBrian
2007-04-02clean-up dmxCoreMotion() dmxCoreMotion2()Brian
2007-04-02checkpoint clean-upBrian
2007-04-02remove some debug codeBrian
2007-04-02for completeness, init dummy's min/maxval[1] values (vertical axis)Brian
2007-04-02As for normal mouse device, init valuator maxval[] to real values, not zero.Brian
2007-04-02In dmxBackendMouGetInfo() initialize the info->minval[], maxval[] arrays to t...Brian
2007-04-02undo 1280 valuator hackBrian
2007-04-02Pass num_valuators=0 for ButtonPress/Release. This seems to fix the button co...Brian
2007-04-02formatting fixesBrian
2007-03-30formatting fixesBrian
2007-03-30Checkpoint DMX updates: things are working much better now, but still not 100...Brian
2007-03-30Tweak some parameters, etc. Things seem a little better now, but still a way...Brian
2007-03-30num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release positionBrian
2007-03-30more debugBrian
2007-03-30Checkpoint fixes to DMX for X input changes.Brian
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone
2006-05-29Remove -xkbmap argument.Daniel Stone
2006-04-14Coverity #1003, #1004: Two more useless null checks.Adam Jackson
2006-04-14Coverity #1005: Avoid a null deref.Adam Jackson
2006-04-14Coverity #1007: Fix a silly null check.Adam Jackson
2006-03-29More warning cleanup.Adam Jackson
2006-02-22Added Mesa include directoryAlexander Gottwald