Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-09 | Revert "dmx: claim we support XI 2." | Keith Packard | |
This reverts commit 8da8a0fec4b1b9d9208635dedb2f449dc99e0004. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
2008-12-02 | Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballs | Alan Coopersmith | |
Reported by geearu in #xorg-devel (cherry picked from commit c1db925d10fd37077bed90612ed95c3fd20cd2e2) Signed-off-by: Keith Packard <keithp@keithp.com> | |||
2008-10-17 | dmx: avoid hilarious #define Xcalloc xcalloc game. | Peter Hutterer | |
2008-10-17 | dmx: change remainder of manual EQ allocation to GetEventList(). | Peter Hutterer | |
2008-10-08 | Fix more xcalloc stupidity. | Adam Jackson | |
Did I mention the hate? Pretty sure I mentioned the hate. | |||
2008-10-08 | I hate you xlib. Please die in a fire. | Adam Jackson | |
2008-10-06 | xalloc+memset(0) -> xcalloc | Adam Jackson | |
2008-07-28 | Add atKeynames.h in hw/dmx/input and drop evil cross-ddx #include. | Kristian Høgsberg | |
2008-06-05 | dmx: remove a ifndef XINPUT, XINPUT is always defined now. | Peter Hutterer | |
2008-06-05 | dmx: don't free event list after use. | Peter Hutterer | |
2008-06-05 | dmx: for now, don't acknowledge SDs. | Peter Hutterer | |
2008-06-05 | dmx: learn about the existence of IsXExtensionPointer and IsXExtensionKeyboard | Peter Hutterer | |
2008-06-05 | dmx: claim we support XI 2. | Peter Hutterer | |
We don't really, yet, but at least we get the full device list this way. | |||
2008-06-05 | dmx: some more build fixes. | Peter Hutterer | |
2008-05-25 | dmx: remove some #if 0'd code. | Peter Hutterer | |
2008-05-14 | dmx: fix build. | Peter Hutterer | |
Just because it builds, doesn't mean it works. | |||
2008-04-25 | Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac | Peter Hutterer | |
2007-09-28 | xace: add new hooks + access controls: XInput extension. | Eamon Walsh | |
Introduces new dix API to lookup a device, dixLookupDevice(), which replaces LookupDeviceIntRec and LookupDevice. | |||
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | |
over to new system. Need to update documentation and address some remaining vestiges of old system such as CursorRec structure, fb "offman" structure, and FontRec privates. | |||
2007-06-29 | Death to RCS tags. | Adam Jackson | |
2007-04-03 | Implement a minor hack in dmxCheckFunctionKeys() to detect special keys. | Brian | |
Keep track of status of (left) alt/ctrl keys so that ctrl-alt-q to exit can be detected. Not ideal, but works for now. | |||
2007-04-02 | clean-up, debug code | Brian | |
2007-04-02 | fix formatting | Brian | |
2007-04-02 | checkpoint: more clean-up | Brian | |
2007-04-02 | formatting fixes | Brian | |
2007-04-02 | clean-up dmxCoreMotion() dmxCoreMotion2() | Brian | |
2007-04-02 | checkpoint clean-up | Brian | |
2007-04-02 | remove some debug code | Brian | |
2007-04-02 | for completeness, init dummy's min/maxval[1] values (vertical axis) | Brian | |
2007-04-02 | As for normal mouse device, init valuator maxval[] to real values, not zero. | Brian | |
2007-04-02 | In dmxBackendMouGetInfo() initialize the info->minval[], maxval[] arrays to ↵ | Brian | |
the size of the backend display. It seems that the changes to X input exposed a problem that wasn't detected before. The axis clipping code in GetPointerEvents() uses those limits to constrain the pointer's coordinate range. The max was zero so the pointer couldn't move. | |||
2007-04-02 | undo 1280 valuator hack | Brian | |
2007-04-02 | Pass num_valuators=0 for ButtonPress/Release. This seems to fix the button ↵ | Brian | |
coordinate problem | |||
2007-04-02 | formatting fixes | Brian | |
2007-03-30 | formatting fixes | Brian | |
2007-03-30 | Checkpoint DMX updates: things are working much better now, but still not ↵ | Brian | |
100% right. Use new dmxCoreMotion2() function which enqueues motion events with GetPointerEvents()/mieqEnqueue(). The clipAxis() code in GetPointerEvents() is causing some grief. The limits seem to have always been (0,0) according to the original calls to InitValuatorAxisStruct() in dmxinputinit.c. Terrible hack for now: Call InitValuatorAxisStruct() with hard-coded max values of 1280 (my screen width). | |||
2007-03-30 | Tweak some parameters, etc. Things seem a little better now, but still a ↵ | Brian | |
ways to go. | |||
2007-03-30 | num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release position | Brian | |
2007-03-30 | more debug | Brian | |
2007-03-30 | Checkpoint fixes to DMX for X input changes. | Brian | |
Xdmx builds and runs now. Keyboard seems OK, and mouse pointer moves, but everything else is flakey. Something is still seriously wrong. | |||
2006-11-07 | Add $(DIX_CFLAGS) to remaining Makefile.am files | Keith Packard | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||
2006-06-01 | Remove horrendously ugly DDX backward-compatibility. | Daniel Stone | |
2006-05-29 | Remove -xkbmap argument. | Daniel Stone | |
2006-04-14 | Coverity #1003, #1004: Two more useless null checks. | Adam Jackson | |
2006-04-14 | Coverity #1005: Avoid a null deref. | Adam Jackson | |
2006-04-14 | Coverity #1007: Fix a silly null check. | Adam Jackson | |
2006-03-29 | More warning cleanup. | Adam Jackson | |
2006-02-22 | Added Mesa include directory | Alexander Gottwald | |