Age | Commit message (Expand) | Author | Files | Lines |
2008-10-06 | xalloc+memset(0) -> xcalloc | Adam Jackson | 1 | -44/+2 |
2008-10-06 | xalloc+bzero -> xcalloc | Adam Jackson | 1 | -24/+4 |
2008-10-03 | dix: fix non-initialization of pointer accel in master devices. | Simon Thum | 1 | -2/+7 |
2008-09-26 | Push server-known properties into xserver-properties.h. | Peter Hutterer | 1 | -0/+1 |
2008-09-26 | Xi: add "deletable" flag to properties, add DeleteProperty handler. | Peter Hutterer | 1 | -1/+2 |
2008-09-26 | Xi: allow Set/GetProperties to return a status, and honour this status code. | Peter Hutterer | 1 | -4/+3 |
2008-09-26 | Xi: remove configure/query device property calls. | Peter Hutterer | 1 | -4/+3 |
2008-09-18 | dix: calloc, not malloc, ValuatorClassRec. | Peter Hutterer | 1 | -1/+1 |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky | 1 | -2/+4 |
2008-08-12 | dix: remove superfluous check. | Peter Hutterer | 1 | -3/+0 |
2008-08-08 | dix: SetModifierMapping should only apply to the ClientPointer and it's SDs. | Peter Hutterer | 1 | -1/+2 |
2008-07-28 | dix: rename classic accel _scheme_ to lightweight to avoid confusion with | Simon Thum | 1 | -3/+10 |
2008-07-22 | dix: reset potential lastSlaves when disabling an SD | Keith Packard | 1 | -0/+8 |
2008-07-21 | dix: shift the duplicate button mapping check to ProcSetPointerMapping. | Peter Hutterer | 1 | -9/+19 |
2008-07-13 | Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property. | Peter Hutterer | 1 | -0/+39 |
2008-07-13 | Add support for multiple pointer acceleration schemes. #8583 | Simon Thum | 1 | -2/+59 |
2008-07-10 | Xi: pack the property stuff into a struct, make handlers a linked list. | Peter Hutterer | 1 | -4/+3 |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer | 1 | -0/+9 |
2008-07-10 | Revert "Xi: add support for input device properties." | Peter Hutterer | 1 | -9/+0 |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer | 1 | -0/+9 |
2008-06-26 | input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id. | Peter Hutterer | 1 | -3/+4 |
2008-06-19 | Make button down state a bitmask. Master buttons track union of slave buttons | Keith Packard | 1 | -1/+1 |
2008-06-18 | input: fix up usage of button->down, used to be a bitmask, is now an array. | Peter Hutterer | 1 | -1/+1 |
2008-06-13 | Fix "warning: implicit declaration of function ‘miPointerGetScreen’". | Eamon Walsh | 1 | -0/+1 |
2008-06-05 | dix: set dst->mapWidth when allocating a new map. | Peter Hutterer | 1 | -0/+1 |
2008-06-02 | xkb: delete default rules when devices are closed. | Peter Hutterer | 1 | -0/+3 |
2008-05-31 | dix: null out dummyDev, otherwise Xephyr dereferences random pointers. | Peter Hutterer | 1 | -1/+2 |
2008-05-26 | If core motion history is required, scale back to screen coords and INT16. | Peter Hutterer | 1 | -6/+3 |
2008-05-25 | Remove GetMotionProc from ValuatorClassRec. | Peter Hutterer | 1 | -13/+6 |
2008-05-23 | input: instead of lastx/y, use a last.valuators[] array on the device. | Peter Hutterer | 1 | -2/+8 |
2008-05-22 | dix: when floating a device, create a new cursor sprite. | Peter Hutterer | 1 | -0/+9 |
2008-05-20 | dix: shut up two compiler warnings. | Peter Hutterer | 1 | -0/+1 |
2008-05-14 | dix: don't undisplay cursor if we don't own a sprite. | Peter Hutterer | 1 | -1/+2 |
2008-05-14 | dix: InitAndStartDevices doesn't need a window parameter. | Peter Hutterer | 1 | -1/+1 |
2008-05-14 | dix: don't use serverClient in AddInputDevice, use the one supplied instead. | Peter Hutterer | 1 | -1/+1 |
2008-05-13 | Remove UndisplayCursor API. | Peter Hutterer | 1 | -4/+2 |
2008-04-30 | dix: resize EQ to minimum size to avoid reallocs during SIGIO. | Peter Hutterer | 1 | -0/+1 |
2008-04-30 | input: replace -1 as default axis limit with NO_AXIS_LIMIT define. | Peter Hutterer | 1 | -7/+8 |
2008-04-28 | dix: if alloc of a master keyboard fails, remove the master pointer. | Peter Hutterer | 1 | -1/+11 |
2008-04-25 | dix: remove pairingClient definition. | Peter Hutterer | 1 | -2/+0 |
2008-04-22 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -2/+2 |
2008-04-15 | dix: free the unused device classes when closing a device. | Peter Hutterer | 1 | -0/+7 |
2008-04-15 | dix: float attached devices _before_ disabling the master. | Peter Hutterer | 1 | -10/+10 |
2008-04-13 | Xi: store unused classes in devPrivates. | Peter Hutterer | 1 | -0/+10 |
2008-04-11 | dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418) | Peter Hutterer | 1 | -2/+2 |
2008-04-10 | dix: don't free MDs classes on init. | Peter Hutterer | 1 | -102/+1 |
2008-04-10 | dix: Rework Enter/Leave semaphore system. | Peter Hutterer | 1 | -2/+1 |
2008-04-10 | dix: When floating, set sprite to NULL before calling InitializeSprite. | Peter Hutterer | 1 | -4/+11 |
2008-04-06 | dix: sprite may be NULL, don't dereference it then. | Peter Hutterer | 1 | -1/+1 |
2008-03-04 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -6/+5 |