summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand9-11/+58
2009-02-16dix: Remove lastEventMask variable, substitute with a #define.Peter Hutterer1-4/+2
2009-02-16dix: Don't set core events in SetMaskForEvent.Peter Hutterer1-15/+16
2009-02-13dix: Remove includes which are not actually used directlyBenjamin Close2-8/+0
2009-02-13dix: remove DefineInitialRootWindow()Peter Hutterer2-12/+0
2009-02-13dix: doxygen-ify enterleave.cPeter Hutterer1-46/+57
2009-02-13Doxygen-ify bits of events.cPeter Hutterer1-20/+24
2009-02-13Document the event masks.Peter Hutterer1-3/+12
2009-02-13dix: refactor pointer accelerationSimon Thum1-51/+93
2009-02-10dix: build fix if PANORAMIX is not defined.Shunichi Fuji1-1/+1
2009-02-10dix: deduplicate SyntheticMotion.Peter Hutterer1-15/+13
2009-02-10dix: remove XineramaChangeToCursor.Peter Hutterer1-28/+10
2009-02-10dix: Remove XineramaCheckPhysLimits.Peter Hutterer1-60/+44
2009-02-10dix: reduce redunancy in XineramaConfineCursorToWindow.Peter Hutterer1-42/+33
2009-02-10dix: Get rid of XineramaCheckVirtualMotion.Peter Hutterer1-85/+61
2009-02-08dix: always NULL pGC->tile.pixmap in Create{Scratch}GC.Maarten Maathuis1-2/+3
2009-02-05Fix "warning: cast from pointer to integer of different size"Tomas Carnecky1-4/+4
2009-02-05dix: die if we can't activate or init the VCP/VCK.Peter Hutterer1-9/+20
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky1-1/+0
2009-02-04ISO C90: Move declaration to the beginning of the functionTomas Carnecky1-1/+1
2009-02-04dix: for core events, pass the core filter into DeliverEventsToWindowPeter Hutterer1-1/+1
2009-02-03Constify atom name stringsAlan Coopersmith2-8/+9
2009-02-03dix: Use GenericEvent instead of LASTEvent to check for core events.Peter Hutterer1-2/+2
2009-01-27dix: remove obsolete comment. Event lists should not be allocated by the DDXPeter Hutterer1-3/+0
2009-01-22Remove a bunch of useless casts.Adam Jackson18-125/+113
2009-01-22Input: Add postdown to ButtonClassRecDaniel Stone1-2/+6
2009-01-22Input: Remove unused CoreProcess{Keyboard,Pointer}EventDaniel Stone1-172/+0
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone3-42/+48
2009-01-22Input: Centralise pointer map changingDaniel Stone2-63/+116
2009-01-22Input: Clean up keymap change notificationsDaniel Stone2-87/+87
2009-01-22Input: Remove modifierMap from coreDaniel Stone2-5/+7
2009-01-22Input: Remove modifierKeyMapDaniel Stone4-135/+284
2009-01-22Input: Ignore modifiers in core input processingDaniel Stone1-2/+0
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-2/+6
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-145/+14
2009-01-22XKB: Make XKB mandatoryDaniel Stone4-236/+47
2009-01-20Move CreateUnclippedWinSize to mbufAdam Jackson1-26/+0
2009-01-20XKB: Move XkbCopyKeymap definition to xkbsrv.hDaniel Stone1-1/+1
2009-01-16XQuartz: mieq: Wait for the server to finish initializing before letting othe...Jeremy Huddleston1-0/+14
2009-01-16dix: remove XineramaCheckMotion, merge into CheckMotion.Peter Hutterer1-71/+31
2009-01-16dix: remove "notyet" conditional compilation.Peter Hutterer1-8/+1
2009-01-16Don't release grabs unless all buttons are upThomas Jaeger1-1/+1
2009-01-15dix: replace manual check for event types with IsPointerEvent()Peter Hutterer1-7/+2
2009-01-15dix: add property support for pointer acceleration.Simon Thum2-2/+219
2009-01-13dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer2-8/+25
2009-01-13dix: EnqueueEvent and PlayReleasedEvent need to handle DeviceMotionNotifiesPeter Hutterer1-4/+4
2009-01-12dix: drop x/y back into last.valuators before updating the history (#19285)Peter Hutterer1-3/+3
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