summaryrefslogtreecommitdiff
path: root/Xi/exevents.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Input: Pass sprite instead of device to FixUpEventFromWindowDaniel Stone1-1/+2
2010-12-07Xi: Fix master button update when slave buttons are mapped. #24887Eoghan Sherry1-2/+4
2010-10-22input: remove "mode" field from ValuatorClassRec.Peter Hutterer1-2/+1
2010-10-22input: move proximity state into ProximityClassRec.Peter Hutterer1-2/+6
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas1-1/+2
2010-09-01input: Purge Register*Device() functions.Peter Hutterer1-7/+0
2010-08-13Xi: reset the unused classes pointer after copyingPeter Hutterer1-0/+6
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer1-8/+6
2010-07-07Xi: use set_key_up/down instead of manual bit handling.Peter Hutterer1-7/+6
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard1-4/+0
2010-06-11Xi: don't copy the modifier key count when copying device classes (#25480)Peter Hutterer1-4/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-4/+4
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-3/+3
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-2/+2
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-27/+27
2010-04-30Replace some input devPrivates with regular struct fieldsKeith Packard1-39/+24
2010-03-12Record: Avoid duplicates from replaying frozen eventsDaniel Stone1-1/+1
2010-02-22Re-enable RECORD extension.Chris Dekter1-5/+8
2010-02-15Xi: reset the sli pointers after copying device classes. (#25640)Peter Hutterer1-0/+20
2009-09-27Xi: Make CopyKeyClass X_HIDDEN to avoid ugly ifdef-fuJeremy Huddleston1-3/+0
2009-09-26Xi: CopyKeyClass is not static for XQuartzJeremy Huddleston1-1/+4
2009-09-26Xi: update axisVals with the right subpixel data.Peter Hutterer1-1/+1
2009-09-22input: don't use typecasts to access members of InternalEvent.Peter Hutterer1-2/+2
2009-09-04input: allow for detectable autorepeat.Daniel Stone1-1/+2
2009-09-03Xi: if XISetEventMask fails, return this to the client.Peter Hutterer1-2/+5
2009-09-03Xi: don't try to set oversized or non-existing masks.Peter Hutterer1-3/+6
2009-09-01Xi: Fix harmless ButtonPress/ButtonRelease confusionDaniel Stone1-0/+1
2009-08-31Xi: silence compiler warning "type may be used uninitialized"Peter Hutterer1-2/+2
2009-08-17dix: rework DeviceChangedEvents a bit.Peter Hutterer1-9/+17
2009-08-17input: move DeviceChangedEvent conversion into eventconvert.cPeter Hutterer1-118/+5
2009-08-13Xi: get device changed data from DeviceChangedEvents, not the device (#23100)Peter Hutterer1-3/+66
2009-07-30Xi: set the sourceid for focus devices to the device id.Peter Hutterer1-1/+1
2009-07-30input: switch internal event types to enums.Peter Hutterer1-0/+6
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer1-0/+1
2009-07-15Update to type-specific raw events - require inputproto 1.9.99.14.Peter Hutterer1-1/+5
2009-07-14Xi: use byte-counting macros instead of manual calculation.Peter Hutterer1-5/+5
2009-07-12input: include effective modifiers in device events.Peter Hutterer1-0/+4
2009-06-23Xi: fix up access modes for calls to dixLookupDevice().Eamon Walsh1-1/+1
2009-06-18input: unify button numbers on master devices.Peter Hutterer1-6/+5
2009-06-18Xi: copy the valuator mode from SD to MD.Peter Hutterer1-0/+1
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-1/+2
2009-06-18input: change axisVal from uint to double.Peter Hutterer1-2/+3
2009-06-18Xi: last_valuator is used like an index, so range it accordingly.Peter Hutterer1-2/+2
2009-06-18Xi: Motion events update the device state too.Peter Hutterer1-0/+1
2009-06-18Xi: include button state in XIButtonInfo.Peter Hutterer1-0/+1
2009-06-17Xi: Add support for sourceid in the device classes.Peter Hutterer1-0/+9
2009-06-17Xi: namespace XI2 files.Peter Hutterer1-1/+1
2009-06-11Xi: XISetEventMask needs to clear the mask if len is 0Peter Hutterer1-1/+4
2009-06-02dix: protect against floating slaves in DeviceFocusEvent.Peter Hutterer1-1/+1