summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-05dmx: add stubs for DeviceCursorInitialize, DeviceCursorCleanupPeter Hutterer1-0/+11
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: fix a segfault caused by GC devPrivates never being initalised.Peter Hutterer1-0/+2
2008-06-05dmx: some more build fixes.Peter Hutterer2-15/+0
2008-05-26Merge branch 'master' into mpxPeter Hutterer2-8/+1
2008-05-25dmx: remove some #if 0'd code.Peter Hutterer1-5/+0
2008-05-23glx: fix forgotten swrast -> SWRastGeorge Sapountzis1-1/+1
2008-05-21Drop glcore GLX provider.Kristian Høgsberg1-1/+1
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-7/+0
2008-05-14dmx: fix build.Peter Hutterer6-29/+32