summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-07-21dix: shift the duplicate button mapping check to ProcSetPointerMapping.Peter Hutterer1-9/+19
2008-07-21dix: Remove insane BC hacksDaniel Stone1-12/+1
2008-07-17Give priority to clients that are receiving expose and configure eventsSøren Sandmann1-1/+1
2008-07-17Nuke some ancient code for commandline-challenged OSes.Adam Jackson1-4/+0
2008-07-17Remove duplicate load of freetype font renderer.Jie Luo1-1/+0
2008-07-16Remove loadable font renderer support.Adam Jackson1-13/+14
2008-07-16Remove the numVideoScreens xprintism.Adam Jackson2-15/+3
2008-07-16Make --enable-debug usable againDaniel Stone1-6/+17
2008-07-16DIX: Add strcasestr from FreeBSDDaniel Stone2-1/+66
2008-07-16strcasecmp: Actually use the right licenseDaniel Stone1-25/+28
2008-07-16DIX: Add strncasecmp from FreeBSD, make strcasecmp args constDaniel Stone1-1/+20
2008-07-13Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property.Peter Hutterer1-0/+39
2008-07-13Add support for multiple pointer acceleration schemes. #8583Simon Thum4-81/+826
2008-07-10Fix incorrect test regarding keyboard map.Ander Conselvan de Oliveira1-1/+2
2008-07-10Xi: pack the property stuff into a struct, make handlers a linked list.Peter Hutterer1-4/+3
2008-07-10Xi: add support for input device properties.Peter Hutterer1-0/+9
2008-07-10Revert "Xi: add support for input device properties."Peter Hutterer1-9/+0
2008-07-10Xi: add support for input device properties.Peter Hutterer1-0/+9
2008-07-10Xext: store the GenericMasks in the resource system.Peter Hutterer1-7/+7
2008-07-10dix: free GenericMask allocations when destroying window.Peter Hutterer1-0/+13
2008-06-27Fix a leak of window devPrivates in window.c/CrushTree().Eamon Walsh1-0/+1
2008-06-26input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id.Peter Hutterer1-3/+4
2008-06-26dix: don't dereference dev->key if it doesn't exist.Peter Hutterer1-1/+1
2008-06-25dix: free memory associated with the EventList. #16507Peter Hutterer2-5/+7
2008-06-25dix: InitEventList does not need to be _X_EXPORT.Peter Hutterer1-1/+1
2008-06-24Remove NOFONTSERVERACCESS macroTiago Vignatti1-2/+0
2008-06-24Fix a leak in the code that parses the protocol names.Eamon Walsh1-18/+26
2008-06-25dix: free FocusPrivates when deleting a window. #16493Ben Gamari1-0/+1
2008-06-19Make button down state a bitmask. Master buttons track union of slave buttonsKeith Packard1-1/+1
2008-06-19dix: don't attempt to send Enter/Leave events if we have a keyboard.Peter Hutterer1-0/+3
2008-06-18dix: fix a crash when the client has a different byteorder.Michel Dänzer1-4/+5
2008-06-18input: fix up usage of button->down, used to be a bitmask, is now an array.Peter Hutterer2-5/+1
2008-06-17SELinux: Bring server-side name registry up to date.Eamon Walsh1-8/+20
2008-06-15Xi: avoid double button mapping.Keith Packard1-1/+1
2008-06-13Fix "warning: pointer targets in assignment differ in signedness".Eamon Walsh1-1/+1
2008-06-13Fix "warning: assignment from incompatible pointer type".Eamon Walsh1-1/+1
2008-06-13Fix "warning: implicit declaration of function ‘miPointerGetScreen’".Eamon Walsh1-0/+1
2008-06-13Make devPrivates lookup functions ABI instead of static inlines.Eamon Walsh1-0/+65
2008-06-11dix: Call RealizeCursor during InitializeSprite.Peter Hutterer1-0/+1
2008-06-05dix: set dst->mapWidth when allocating a new map.Peter Hutterer1-0/+1
2008-06-04dix: Fix build with --disable-xinerama #16204Peter Hutterer1-2/+2
2008-06-02xkb: delete default rules when devices are closed.Peter Hutterer1-0/+3
2008-06-02dix: don't read valuators past numAxes.Peter Hutterer1-0/+2
2008-05-31dix: ProcQueryPointer doesn't need special grab handling, PickPointer does itPeter Hutterer1-13/+0
2008-05-31dix: Remove superfluous comment.Peter Hutterer1-2/+1
2008-05-31dix: null out dummyDev, otherwise Xephyr dereferences random pointers.Peter Hutterer1-1/+2
2008-05-26Merge branch 'master' into mpxPeter Hutterer3-57/+1
2008-05-26dix: store the absolute values in the motion history.Peter Hutterer1-2/+3
2008-05-26If core motion history is required, scale back to screen coords and INT16.Peter Hutterer2-10/+45
2008-05-26Ensure the motion history is merged for master devices.Peter Hutterer1-13/+107