Age | Commit message (Expand) | Author | Files | Lines |
2008-05-26 | dix: store the absolute values in the motion history. | Peter Hutterer | 1 | -1/+1 |
2008-05-26 | If core motion history is required, scale back to screen coords and INT16. | Peter Hutterer | 1 | -1/+1 |
2008-05-26 | Ensure the motion history is merged for master devices. | Peter Hutterer | 2 | -11/+3 |
2008-05-25 | Remove GetMotionProc from ValuatorClassRec. | Peter Hutterer | 1 | -3/+3 |
2008-05-25 | Xi: reset motion history when swapping device classes. | Peter Hutterer | 1 | -0/+2 |
2008-05-24 | Xi: remove deprecated comment. | Peter Hutterer | 1 | -2/+0 |
2008-05-23 | Xi: update device valuators based on the event. | Peter Hutterer | 1 | -75/+35 |
2008-05-23 | Revert "dix: Correct values in the device axisVal are calculated in GPE" | Peter Hutterer | 1 | -2/+101 |
2008-05-23 | input: instead of lastx/y, use a last.valuators[] array on the device. | Peter Hutterer | 1 | -2/+2 |
2008-05-23 | dix: Correct values in the device axisVal are calculated in GPE | Magnus Vigerlöf | 1 | -101/+2 |
2008-05-21 | Replace UniSA with full Uni name in Author affiliation. | Peter Hutterer | 20 | -20/+20 |
2008-05-16 | Xi: assemble button/modifier state before updating the device. #15934 | Peter Hutterer | 1 | -22/+21 |
2008-05-13 | Xi: Fix up ProcIVector, got out of sync with the protocol. | Peter Hutterer | 1 | -10/+10 |
2008-05-02 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -0/+2 |
2008-04-30 | input: replace -1 as default axis limit with NO_AXIS_LIMIT define. | Peter Hutterer | 1 | -2/+11 |
2008-04-29 | Xi: stop excessive use of _X_EXPORT. | Peter Hutterer | 3 | -5/+5 |
2008-04-29 | Xi: add IEventBase global variable. Stores event base for X Input events. | Peter Hutterer | 2 | -0/+4 |
2008-04-29 | Xi: change UpdateDeviceState to be _X_EXPORT. | Peter Hutterer | 1 | -1/+1 |
2008-04-29 | Xi: apply ValuatorEvent data to the device's valuators. | Peter Hutterer | 1 | -17/+85 |
2008-04-28 | Xi: Only return VCP, VCK and floating SDs to Xi 1.x clients. | Peter Hutterer | 2 | -35/+59 |
2008-04-26 | Xi: whoops, stray ! caused a bit of memory mess. | Peter Hutterer | 1 | -1/+1 |
2008-04-26 | Revert "Xi: disable XI for clients < XI 2.0" | Peter Hutterer | 1 | -4/+1 |
2008-04-26 | Xi: if a pre-XI2 client tries to list the devices, pretend we don't have any. | Peter Hutterer | 1 | -17/+47 |
2008-04-26 | Xi: disable XI for clients < XI 2.0 | Peter Hutterer | 1 | -1/+4 |
2008-04-26 | Xi: add versioning support. | Peter Hutterer | 3 | -1/+51 |
2008-04-25 | Xi: remove some superflous code | Peter Hutterer | 1 | -8/+4 |
2008-04-25 | Standardise copyright headers for all new files created as part of MPX. | Peter Hutterer | 20 | -513/+464 |
2008-04-25 | Xi: remove leftover chpkpair.h file. | Peter Hutterer | 1 | -45/+0 |
2008-04-25 | Xi: fix two compiler warnings | Peter Hutterer | 2 | -1/+1 |
2008-04-25 | Xi: handle requests through a dispatch handler. | Peter Hutterer | 1 | -188/+111 |
2008-04-25 | Xi: remove unused #define DISPATCH | Peter Hutterer | 1 | -5/+0 |
2008-04-24 | Xi: don't attempt to send to a NULL window. | Peter Hutterer | 1 | -0/+2 |
2008-04-18 | Xi: when copying button classes, copy xkb_acts as well. | Peter Hutterer | 1 | -4/+12 |
2008-04-15 | dix: free the unused device classes when closing a device. | Peter Hutterer | 1 | -6/+13 |
2008-04-15 | Xi: fix up button count. | Peter Hutterer | 1 | -0/+3 |
2008-04-13 | Xi: store feedback classes in devProviates system as well. | Peter Hutterer | 1 | -6/+73 |
2008-04-13 | Xi: store unused classes in devPrivates. | Peter Hutterer | 1 | -35/+110 |
2008-04-13 | Xi: copy the KeySyms.map over from the source. | Peter Hutterer | 1 | -0/+9 |
2008-04-13 | Xi: Fix pointer handling in KeyClassRec copy. | Peter Hutterer | 1 | -4/+27 |
2008-04-13 | Xi: fix up modifierKeyMap copying. | Peter Hutterer | 1 | -2/+6 |
2008-04-13 | Xi: copy feedback classes first, in some cases xkb relies on kbdfeed. | Peter Hutterer | 1 | -1/+5 |
2008-04-13 | Xi: modifierKeyMap needs to be set to NULL when copying classes. | Peter Hutterer | 1 | -0/+1 |
2008-04-13 | Xi: copy the XkbSrvLedInfo too when copying device classes. | Peter Hutterer | 1 | -3/+10 |
2008-04-10 | Xi: only DeliverFocusedEvents if the event is not a pointer event. | Peter Hutterer | 1 | -1/+27 |
2008-04-10 | Xi: dont copy FocusClassRec if the master already has one. | Peter Hutterer | 1 | -3/+21 |
2008-04-10 | Xi: some extra checks for validity of kbd and mouse. | Peter Hutterer | 1 | -0/+4 |
2008-04-10 | Xi: When attaching, check for ptr -> ptr and keybd -> keybd. | Peter Hutterer | 1 | -3/+3 |
2008-04-09 | Xi: If device "to" has a class but "from" doesn't, free the class in "to". | Peter Hutterer | 1 | -0/+42 |
2008-04-09 | Xi: plug memory leak, free previous motion history before allocating new. | Peter Hutterer | 1 | -0/+2 |
2008-04-08 | Xi: check if source has a key class before copying. | Peter Hutterer | 1 | -1/+1 |