summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)Author
2010-03-08Include <X11/extensions/dmx.h> and remove _DMX_SERVER_ define.Kevin E Martin
2009-01-12Fix dmx compile on 1.6 branch.Alban Browaeys
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-11-08Remove some null statements.James Cloos
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-08mi: remove deprecated and unused functions.Tiago Vignatti
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson
2008-07-28Add atKeynames.h in hw/dmx/input and drop evil cross-ddx #include.Kristian Høgsberg
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson
2008-07-24Shape extension is built-in and mandatory.Adam Jackson
2008-07-23Unifdef sgi.Adam Jackson
2008-07-18Drop the FONTCACHE extension.Adam Jackson
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone
2008-06-23Bug #16302: Fix GLX drawable refcounting in DMX.Jesse Ruffin
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: add an XFlush.Peter Hutterer
2008-06-05dmx: fix false memory allocation.Peter Hutterer
2008-06-05dmx: don't dereference a nullpointer.Peter Hutterer
2008-06-05dmx: add stubs for DeviceCursorInitialize, DeviceCursorCleanupPeter 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: fix a segfault caused by GC devPrivates never being initalised.Peter Hutterer
2008-06-05dmx: some more build fixes.Peter Hutterer
2008-05-26Merge branch 'master' into mpxPeter Hutterer
2008-05-25dmx: remove some #if 0'd code.Peter Hutterer
2008-05-23glx: fix forgotten swrast -> SWRastGeorge Sapountzis
2008-05-21Drop glcore GLX provider.Kristian Høgsberg
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis
2008-05-14dmx: fix build.Peter Hutterer
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer
2008-04-18Death to TOG-CUP.Adam Jackson
2008-04-18Nuke the MIT-SUNDRY-NONSTANDARD extension.Eric Anholt
2008-04-18Death to APPGROUP.Adam Jackson
2008-03-07Programs in hw/dmx/examples/ want client-side xkb headers.Julien Cristau
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson
2008-02-17XKB: Move headers into the server treeDaniel Stone
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson
2007-12-29GL: Add GLX compile flags lost in modular X server changesJurij Smakov