summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
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: include inputstr.h for inputInfo.pointerPeter Hutterer1-0/+1
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-08-03seg fault when initializing DMX screensLee Leahu1-1/+1
2009-07-14dmx: switch to byte counting functionsPeter Hutterer2-11/+11
2009-06-02Remove some libXfont leftoversAdam Jackson3-3/+0
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-0/+1
2009-03-04Remove dead EXTENSION_PROC_ARGS defineTomas Carnecky3-3/+0
2009-02-03Constify atom name stringsAlan Coopersmith1-2/+2
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 Stone7-92/+49
2009-01-18Ignore generated dmx manpagesDan Nicholson2-0/+8
2009-01-18Kill off --with-mesa-source completelyDan Nicholson1-3/+0
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson3-7/+2
2008-12-19dmx: Fix calloc macro confusion.Adam Jackson4-14/+18
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer12-12/+0
2008-12-02Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballsAlan Coopersmith1-0/+1
2008-11-08Remove some null statements.James Cloos1-1/+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-08mi: remove deprecated and unused functions.Tiago Vignatti1-5/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson14-40/+18
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-18/+28
2008-09-19Update to SGI FreeB 2.0.Adam Jackson29-927/+812
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-6/+13
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-3/+3
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-1/+0
2008-07-28Add atKeynames.h in hw/dmx/input and drop evil cross-ddx #include.Kristian Høgsberg2-1/+295
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-5/+1
2008-07-24Shape extension is built-in and mandatory.Adam Jackson5-20/+0
2008-07-23Unifdef sgi.Adam Jackson1-9/+1
2008-07-18Drop the FONTCACHE extension.Adam Jackson1-4/+0
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone1-1/+0
2008-06-23Bug #16302: Fix GLX drawable refcounting in DMX.Jesse Ruffin1-9/+6
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: add an XFlush.Peter Hutterer1-0/+2
2008-06-05dmx: fix false memory allocation.Peter Hutterer1-2/+1
2008-06-05dmx: don't dereference a nullpointer.Peter Hutterer1-1/+1