summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-13dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer4-9/+27
2009-01-13dix: EnqueueEvent and PlayReleasedEvent need to handle DeviceMotionNotifiesPeter Hutterer1-4/+4
2009-01-13require randrproto 1.2.99.3Julien Cristau1-1/+1
2009-01-12Xi: add XATOM_FLOAT to server-defined properties.Peter Hutterer3-1/+64
2009-01-12Xi: add XIPropToInt() auxiliary function.Peter Hutterer2-0/+74
2009-01-12dix: drop x/y back into last.valuators before updating the history (#19285)Peter Hutterer1-3/+3
2009-01-11XQuartz: Don't need explicit Activate/EnableDevice in InitInputJeremy Huddleston2-12/+0
2009-01-11mieq: Avoid possible race condition whereby one thread might call mieqEnqueue...Jeremy Huddleston1-2/+9
2009-01-11XQuartz: Only call DarwinUpdateModKeys when neededJeremy Huddleston3-4/+15
2009-01-11XQuartz: Comment explaining the 0x10 flag for [e data2]Jeremy Huddleston1-1/+1
2009-01-11XQuartz: Add locking to make mieq thread safe on OSXJeremy Huddleston3-1/+68
2009-01-11XQuartz: misc 1.6 updates (still --disable-glx)Jeremy Huddleston5-26/+19
2009-01-11Apple: Don't use DRI2Jeremy Huddleston1-0/+2
2009-01-11XQuartz: Bundle version 2.4.0Jeremy Huddleston1-2/+2
2009-01-11os: don't mix declarations and codeJulien Cristau1-1/+1
2009-01-11os: backtrace() returns int, not size_tJulien Cristau1-1/+1
2009-01-11os: ANSI cleanupsJulien Cristau2-6/+2
2009-01-11randr: RRSetPrimaryOutput can be staticJulien Cristau1-1/+1
2009-01-11xkb: ANSI cleanupJulien Cristau1-1/+1
2009-01-11mi: don't mix declarations and codeJulien Cristau2-3/+4
2009-01-11mi: ANSI cleanupsJulien Cristau3-4/+3
2009-01-11xnest: only define ddxBeforeReset if neededJulien Cristau1-0/+2
2009-01-11xnest: ANSI cleanupsJulien Cristau3-6/+6
2009-01-11xfree86: linuxPci.c needs a prototype for xf86AccResFromOSJulien Cristau1-0/+1
2009-01-11xfree86: use %zu to format size_t argumentsJulien Cristau1-1/+1
2009-01-11xfree86: don't mix declarations and codeJulien Cristau3-3/+3
2009-01-11xfree86: ANSI cleanupsJulien Cristau19-62/+56
2009-01-11Xvfb: ANSI cleanupsJulien Cristau2-6/+6
2009-01-11dix: don't mix declarations and codeJulien Cristau1-2/+2
2009-01-11dix: fix cast from pointer to integerJulien Cristau1-1/+1
2009-01-11dix: ANSI cleanupsJulien Cristau3-14/+7
2009-01-11config: ANSI cleanupsJulien Cristau1-2/+2
2009-01-11Xi: fix missing declaration of XkbSetRulesDfltsJulien Cristau1-0/+4
2009-01-11xsync: make SyncAlarmCounterDestroyed staticJulien Cristau1-1/+1
2009-01-11Xext: ANSI cleanupsJulien Cristau10-254/+124
2009-01-11xfree86/linux: fix log flood on acpid open errorJulien Cristau1-2/+6
2009-01-10XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.George Staplin1-1/+1
2009-01-10XQuartz: GL: Make many more fbconfigs and visuals available for the 1.5 branch.George Staplin1-261/+190
2009-01-10XQuartz: Update padding in appledristr. This shouldn't change how the struct...Jeremy Huddleston1-1/+1
2009-01-09avoid a potential endless loop.Xiang, Haihao1-2/+6
2009-01-09Xext: Send out correct events in ProcXTestFakeInputThomas Jaeger1-1/+1
2009-01-09Xi: call CheckMotion for floating SDs too.Peter Hutterer1-1/+1
2009-01-09Xext: don't accept DeviceValuator if the dev doesn't have valuators (in xtest)Peter Hutterer1-1/+1
2009-01-09dix: don't accept Button 0 presses in GPE.Peter Hutterer1-0/+1
2009-01-08XAA: Disable offscreen pixmaps by default.Adam Jackson1-3/+6
2009-01-08dix: move focus handling into enterleave.c.Peter Hutterer6-281/+837
2009-01-08dix: add a few auxiliary functions for the updated focus model.Peter Hutterer1-0/+54
2009-01-08dix: reduce FirstPointerChild complexityPeter Hutterer3-56/+10
2009-01-08dix: remove now unused "exclude" parameter from FirstPointerChildPeter Hutterer1-15/+8
2009-01-08dix: re-implement enter/leave model.Peter Hutterer1-279/+317