summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-26dix: Allocate MD's motion history to be large enough for potential valuatorsPeter Hutterer1-3/+13
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer2-15/+8
2008-05-23dix: update valuators > 2 as well.Peter Hutterer1-12/+45
2008-05-23dix: don't allow relative data in deviceValuators.Peter Hutterer1-17/+4
2008-05-23dix: more device scaling insanity.Peter Hutterer1-30/+38
2008-05-23input: instead of lastx/y, use a last.valuators[] array on the device.Peter Hutterer2-23/+30
2008-05-23dix: coreEvents doesn't have meaning here, use master instead.Peter Hutterer1-3/+4
2008-05-23dix: Cleanup of GetPointerEventsMagnus Vigerlöf1-45/+48
2008-05-23dix: Correct clipAxis so it can handle devices with value ranges properlyMagnus Vigerlöf1-11/+4
2008-05-22dix: fill valuators with the correct values depending on the device mode (GPE)Peter Hutterer1-7/+11
2008-05-22dix: when floating a device, create a new cursor sprite.Peter Hutterer1-0/+9
2008-05-22Make all conversion handling in GPE.Magnus Vigerlöf1-79/+144
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-1/+0