summaryrefslogtreecommitdiff
path: root/include/input.h
Commit message (Expand)AuthorAgeFilesLines
* input: store the master device's ID in the devPrivate for XTest devices.Peter Hutterer2009-07-011-1/+4
* input: abstract Xtst device lookupPeter Hutterer2009-07-011-0/+1
* input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer2009-06-181-1/+5
* Merge branch 'master' into xi2Peter Hutterer2009-05-281-0/+4
|\
| * Make the cursor completely optionalSimon Farnsworth2009-04-281-0/+4
* | input: introduce partial class copying depending on the event.Peter Hutterer2009-05-221-2/+4
* | dix: introduce GetMaster()Peter Hutterer2009-05-221-0/+1
* | input: reduce the number of superfluous hierarchy eventsPeter Hutterer2009-05-161-4/+8
* | Merge branch 'master' into xi2Peter Hutterer2009-04-241-2/+7
|\ \ | |/
| * input: propagate XTst events through virtual slave devices.Benjamin Close2009-04-241-0/+4
| * dix: Change AllocMaster into AllocDevicePair, allow creation of SDs too.Benjamin Close2009-04-211-2/+3
* | input: use a GrabMask union in GrabDevice to allow for XI2 masks.Peter Hutterer2009-04-191-0/+1
* | include: un-export a bunch of server-only functions.Peter Hutterer2009-03-201-23/+23
* | include: add a few prototypes to silence compiler warnings.Peter Hutterer2009-03-201-0/+9
|/
* Input: change processing API to InternalEvents.Peter Hutterer2009-02-231-9/+7
* mi: switch the EQ to contain InternalEvents only.Peter Hutterer2009-02-231-1/+3
* include: add XInternalEvent.Peter Hutterer2009-02-231-0/+1
* include: remove now-unused sempahore macros.Peter Hutterer2009-02-031-15/+0
* Input: Remove unused CoreProcess{Keyboard,Pointer}EventDaniel Stone2009-01-221-10/+0
* Input: Centralise pointer map changingDaniel Stone2009-01-221-1/+3
* Input: Clean up keymap change notificationsDaniel Stone2009-01-221-4/+1
* Input: Remove modifierKeyMapDaniel Stone2009-01-221-7/+15
* Input: Overhaul keyboard initialisation processDaniel Stone2009-01-221-13/+3
* XKB: Make XKB mandatoryDaniel Stone2009-01-221-2/+0
* dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer2009-01-131-0/+1
* dix: move focus handling into enterleave.c.Peter Hutterer2009-01-081-2/+0
* dix: move MAX_VALUATOR_EVENTS into include/input.hPeter Hutterer2008-12-101-1/+4
* Remove static symbol address tables in hw/xfree86/loader/*sym.{c,h}Paulo Cesar Pereira de Andrade2008-12-051-1/+1
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-66/+66
* Revert "dix: Enable core devices in InitCoreDevices already."Peter Hutterer2008-11-261-1/+1
* include: remove ENTER_LEAVE_SEMAPHORE macros.Peter Hutterer2008-11-251-6/+0
* dix: remove unused EnterLeaveSemaphoresIsset.Peter Hutterer2008-11-251-1/+0
* dix: Enable core devices in InitCoreDevices already.Peter Hutterer2008-11-241-1/+1
* dix: don't store enter/leave and focus semaphores in a devPrivate.Peter Hutterer2008-11-131-14/+3
* Purge device-based WindowAccess code.Peter Hutterer2008-11-041-24/+0
* dix: FreeDeviceClass() and friends can be static.Peter Hutterer2008-10-311-3/+0
* include: remove unused declaration for RegisterPairingClient().Peter Hutterer2008-10-311-2/+0
* dix: remove unused GuessFreePointerDevice().Peter Hutterer2008-10-311-2/+0
* dix: NextFreePointerDevice() can be static.Peter Hutterer2008-10-311-1/+0
* dix: SwitchCorePointer is long gone, bury it.Peter Hutterer2008-10-311-2/+0
* dix: PairDevices() can be static, remove from input.Peter Hutterer2008-10-311-4/+0
* dix: rename classic accel _scheme_ to lightweight to avoid confusion withSimon Thum2008-07-281-1/+1
* Add support for multiple pointer acceleration schemes. #8583Simon Thum2008-07-131-0/+21
* CopyGetMasterEvent() can be static.Tiago Vignatti2008-06-111-5/+0
* If core motion history is required, scale back to screen coords and INT16.Peter Hutterer2008-05-261-1/+2
* Ensure the motion history is merged for master devices.Peter Hutterer2008-05-261-1/+1
* Remove GetMotionProc from ValuatorClassRec.Peter Hutterer2008-05-251-9/+0
* input: instead of lastx/y, use a last.valuators[] array on the device.Peter Hutterer2008-05-231-0/+2
* dix: InitAndStartDevices doesn't need a window parameter.Peter Hutterer2008-05-141-3/+1
* input: replace -1 as default axis limit with NO_AXIS_LIMIT define.Peter Hutterer2008-04-301-0/+2