summaryrefslogtreecommitdiff
path: root/include/input.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Input: Pass sprite instead of device to FixUpEventFromWindowDaniel Stone1-1/+1
2011-01-06Input: Export SpriteRec for use in public APIDaniel Stone1-0/+1
2010-12-31Make EventIsDeliverable non-staticChase Douglas1-0/+12
2010-12-31Export all valuator_mask_* functionsChase Douglas1-1/+7
2010-10-22input: add valuator_get_mode() helper.Peter Hutterer1-0/+4
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-9/+15
2010-09-06input: constify valuators passed in by input drivers.Peter Hutterer1-3/+3
2010-09-01input: Purge Register*Device() functions.Peter Hutterer1-6/+0
2010-08-13xkb: post-fix PointerKeys button events with a DeviceChangedEvent.Peter Hutterer1-0/+6
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer1-2/+7
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+1
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+1
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard1-1/+0
2010-06-06Initialize private keys in test suiteKeith Packard1-0/+1
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-5/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+5
2010-05-25dix: add helper functions to duplicate and free InputAttributes.Peter Hutterer1-0/+2
2010-04-16dix: Export AllocDevicePair GetPointerEvents, GetKeyboardEvents and generate_...Adam Tkac1-4/+4
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+1
2010-02-11Add tag matching to input attributes.Peter Hutterer1-0/+1
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-0/+16
2009-09-20Eliminate bogus event resizing.Keith Packard1-3/+0
2009-09-18xfree86: use SendDevicePresenceEvents instead of manual event handling.Peter Hutterer1-0/+1
2009-09-03Un-export ApplyPointerMapping. This is an in-server function.Peter Hutterer1-1/+1
2009-08-27Xext: rename Xtst* to XTest*Peter Hutterer1-3/+3
2009-08-27input: move XTest device initialization into Xext/xtest.cPeter Hutterer1-0/+1
2009-08-05dix: require PointerProc and KeyboardProc to be passed into AllocDevicePair.Peter Hutterer1-0/+2
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer1-2/+1
2009-07-01input: store the master device's ID in the devPrivate for XTest devices.Peter Hutterer1-1/+4
2009-07-01input: abstract Xtst device lookupPeter Hutterer1-0/+1
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-1/+5
2009-05-28Merge branch 'master' into xi2Peter Hutterer1-0/+4
2009-05-22input: introduce partial class copying depending on the event.Peter Hutterer1-2/+4
2009-05-22dix: introduce GetMaster()Peter Hutterer1-0/+1
2009-05-16input: reduce the number of superfluous hierarchy eventsPeter Hutterer1-4/+8
2009-04-28Make the cursor completely optionalSimon Farnsworth1-0/+4
2009-04-24Merge branch 'master' into xi2Peter Hutterer1-2/+7
2009-04-24input: propagate XTst events through virtual slave devices.Benjamin Close1-0/+4
2009-04-21dix: Change AllocMaster into AllocDevicePair, allow creation of SDs too.Benjamin Close1-2/+3
2009-04-19input: use a GrabMask union in GrabDevice to allow for XI2 masks.Peter Hutterer1-0/+1
2009-03-20include: un-export a bunch of server-only functions.Peter Hutterer1-23/+23
2009-03-20include: add a few prototypes to silence compiler warnings.Peter Hutterer1-0/+9
2009-02-23Input: change processing API to InternalEvents.Peter Hutterer1-9/+7
2009-02-23mi: switch the EQ to contain InternalEvents only.Peter Hutterer1-1/+3
2009-02-23include: add XInternalEvent.Peter Hutterer1-0/+1
2009-02-03include: remove now-unused sempahore macros.Peter Hutterer1-15/+0
2009-01-22Input: Remove unused CoreProcess{Keyboard,Pointer}EventDaniel Stone1-10/+0
2009-01-22Input: Centralise pointer map changingDaniel Stone1-1/+3
2009-01-22Input: Clean up keymap change notificationsDaniel Stone1-4/+1
2009-01-22Input: Remove modifierKeyMapDaniel Stone1-7/+15