summaryrefslogtreecommitdiff
path: root/include/input.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-13/+3
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-2/+0
2009-01-13dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer1-0/+1
2009-01-08dix: move focus handling into enterleave.c.Peter Hutterer1-2/+0
2008-12-10dix: move MAX_VALUATOR_EVENTS into include/input.hPeter Hutterer1-1/+4
2008-12-05Remove static symbol address tables in hw/xfree86/loader/*sym.{c,h}Paulo Cesar Pereira de Andrade1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-66/+66
2008-11-26Revert "dix: Enable core devices in InitCoreDevices already."Peter Hutterer1-1/+1
2008-11-25include: remove ENTER_LEAVE_SEMAPHORE macros.Peter Hutterer1-6/+0
2008-11-25dix: remove unused EnterLeaveSemaphoresIsset.Peter Hutterer1-1/+0
2008-11-24dix: Enable core devices in InitCoreDevices already.Peter Hutterer1-1/+1
2008-11-13dix: don't store enter/leave and focus semaphores in a devPrivate.Peter Hutterer1-14/+3
2008-11-04Purge device-based WindowAccess code.Peter Hutterer1-24/+0
2008-10-31dix: FreeDeviceClass() and friends can be static.Peter Hutterer1-3/+0
2008-10-31include: remove unused declaration for RegisterPairingClient().Peter Hutterer1-2/+0
2008-10-31dix: remove unused GuessFreePointerDevice().Peter Hutterer1-2/+0
2008-10-31dix: NextFreePointerDevice() can be static.Peter Hutterer1-1/+0
2008-10-31dix: SwitchCorePointer is long gone, bury it.Peter Hutterer1-2/+0
2008-10-31dix: PairDevices() can be static, remove from input.Peter Hutterer1-4/+0
2008-07-28dix: rename classic accel _scheme_ to lightweight to avoid confusion withSimon Thum1-1/+1
2008-07-13Add support for multiple pointer acceleration schemes. #8583Simon Thum1-0/+21