summaryrefslogtreecommitdiff
path: root/hw/dmx/input
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov4-15/+15
2009-10-20dmx: when setting up device axis, use the correct counter numberLee Leahu1-11/+11
2009-10-20dmx: remove doxygen-generated files.Peter Hutterer5-8/+9
2009-09-26dmx: core events are always in screen coordinates when passed to GPE.Peter Hutterer1-4/+4
2009-09-13dmx: Remove some dead code.Peter Hutterer1-11/+0
2009-09-13dmx: purge DMX EQ leftoversPeter Hutterer5-137/+0
2009-09-13dmx: formatting fix to improve readabilityPeter Hutterer1-2/+1
2009-09-13dmx: remove dmx-internal event queue.Peter Hutterer3-295/+63
2009-09-13dmx: compiler warning fix (mixed declarations + code)Peter Hutterer1-1/+2
2009-09-13dmx: get the state from XKB for dmxCheckSpecialKeysPeter Hutterer1-2/+2
2009-09-13dmx: fix dmxKeySymToKeyCode to work with mandatory XKB.Peter Hutterer1-4/+7
2009-09-13dmx: fix up dmxKeyCodeToKeySym for XKB-only.Peter Hutterer1-16/+18
2009-09-13dmx: fix two calls to InitKeyboardDeviceStruct.Peter Hutterer1-6/+11
2009-09-13dmx: XkbComponentNamesRec doesn't have a keymap field anymore.Peter Hutterer2-2/+0
2009-09-13dmx: switch lnx-input and usb-input over to xkb-only.Peter Hutterer2-10/+20
2009-09-13dmx: include xkbsrv.h to silence compiler.Peter Hutterer1-0/+1
2009-08-05dmx: include exglobals.h for DeviceKeyPress and friends.Peter Hutterer1-0/+1
2009-08-05dmx: typecast to InternalEvent* before mieqEnqueue.Peter Hutterer1-4/+4
2009-08-05dmx: move 'state' around to silence compiler warning.Peter Hutterer1-1/+2
2009-08-05dmx: don't call InitKbdFeedbackClassDeviceStruct - doesn't exist anymore.Peter Hutterer1-3/+0
2009-08-05dmx: pass button/axis labels into the init functions (currently unset)Peter Hutterer1-5/+14
2009-08-05dmx: remove now-useless defines.Peter Hutterer1-8/+0
2009-08-05Revert "dmx: claim we support XI 2."Peter Hutterer1-1/+1
2009-08-05dmx: fix a call to XkbSetRulesDflts, takes XkbRMLVOSet now.Peter Hutterer1-5/+8
2009-08-05dmx: Enable/DisableDevice take a boolean variable now.Peter Hutterer1-2/+2
2009-03-04Remove dead EXTENSION_PROC_ARGS defineTomas Carnecky2-2/+0
2009-01-22Input: Remove modifierMap from coreDaniel Stone3-4/+2
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-1/+0
2009-01-22XKB: Make XKB mandatoryDaniel Stone6-83/+47
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson1-2/+0
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2-2/+0
2008-12-02Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballsAlan Coopersmith1-0/+1
2008-10-17dmx: avoid hilarious #define Xcalloc xcalloc game.Peter Hutterer1-1/+1
2008-10-17dmx: change remainder of manual EQ allocation to GetEventList().Peter Hutterer1-1/+1
2008-10-08Fix more xcalloc stupidity.Adam Jackson5-10/+10
2008-10-08I hate you xlib. Please die in a fire.Adam Jackson1-2/+2
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson7-14/+7
2008-07-28Add atKeynames.h in hw/dmx/input and drop evil cross-ddx #include.Kristian Høgsberg2-1/+295
2008-06-05dmx: remove a ifndef XINPUT, XINPUT is always defined now.Peter Hutterer1-7/+0
2008-06-05dmx: don't free event list after use.Peter Hutterer1-2/+0
2008-06-05dmx: for now, don't acknowledge SDs.Peter Hutterer1-0/+2
2008-06-05dmx: learn about the existence of IsXExtensionPointer and IsXExtensionKeyboardPeter Hutterer1-3/+7
2008-06-05dmx: claim we support XI 2.Peter Hutterer1-1/+1
2008-06-05dmx: some more build fixes.Peter Hutterer2-15/+0
2008-05-25dmx: remove some #if 0'd code.Peter Hutterer1-5/+0
2008-05-14dmx: fix build.Peter Hutterer3-17/+20
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer4-55/+5
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh1-2/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-5/+8
2007-06-29Death to RCS tags.Adam Jackson41-41/+0