summaryrefslogtreecommitdiff
path: root/include/inputstr.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-15Update to type-specific raw events - require inputproto 1.9.99.14.Peter Hutterer1-1/+1
2009-07-06s/MAX_DEVICES/MAXDEVICES/ updates.Peter Hutterer1-1/+1
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-0/+2
2009-06-18input: bump to ints for deviceids - XI2 requires 16-bit deviceids.Peter Hutterer1-1/+1
2009-06-18input: change axisVal from uint to double.Peter Hutterer1-1/+1
2009-06-17Xi: Add support for sourceid in the device classes.Peter Hutterer1-0/+6
2009-06-11input: remove dependency on XI2 protocol for XI_LASTEVENT.Peter Hutterer1-2/+7
2009-06-02input: add support for XIAllDevices and XIAllMasterDevices passive grabs.Peter Hutterer1-0/+2
2009-06-01dix: switch grab checking from unsigned shorts to unsigned intsPeter Hutterer1-1/+1
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-1/+6
2009-05-22Split the signal-handler's lastSlave out into a separate variable.Peter Hutterer1-0/+1
2009-05-21input: rename device->type to device->xinput_type.Peter Hutterer1-1/+1
2009-04-19input: use a GrabMask union in GrabDevice to allow for XI2 masks.Peter Hutterer1-0/+6
2009-04-19input: replace GrabRec's coreGrab field with grabtype.Peter Hutterer1-1/+7
2009-03-20dix: remove coreMods field from GrabRec.Peter Hutterer1-1/+0
2009-03-20dix: store the xi2mask on grabs and pass it around as needed.Peter Hutterer1-0/+2
2009-03-20Add XI2 masks and XISelectEvent() request handling.Peter Hutterer1-1/+7
2009-03-20Xext: purge XGE event masks.Peter Hutterer1-1/+0
2009-02-25include: fix indentation for lastSlave/master.Peter Hutterer1-2/+2
2009-02-23dix: convert passive grabs to use internal events.Peter Hutterer1-2/+1
2009-02-23dix: fix EnqueueEvent to work with internal events.Peter Hutterer1-3/+2
2009-02-13Document the event masks.Peter Hutterer1-8/+50
2009-02-03dix: add SetBit(arr, bit) and ClearBit(arr, bit) to include/inputstr.hPeter Hutterer1-0/+2
2009-01-22Input: Add postdown to ButtonClassRecDaniel Stone1-0/+1
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-1/+0
2009-01-22Input: Remove modifierMap from coreDaniel Stone1-2/+1
2009-01-22Input: Remove modifierKeyMapDaniel Stone1-2/+0
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-2/+0
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-20/+0
2009-01-20dix: Remove traces of CoreDevicePrivateKeyPeter Hutterer1-2/+0
2009-01-16Count the number of logically down buttons in buttonsDownThomas Jaeger1-1/+5
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-12-02Xi: fix use of button->down - bitflags instead of int arrays.Peter Hutterer1-3/+0
2008-10-31Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.Peter Hutterer1-3/+1
2008-10-13Xi: check all handlers before applying property changes.Peter Hutterer1-1/+2
2008-09-26Xi: add "deletable" flag to properties, add DeleteProperty handler.Peter Hutterer1-0/+3
2008-09-26Xi: allow Set/GetProperties to return a status, and honour this status code.Peter Hutterer1-5/+5
2008-09-26Xi: remove configure/query device property calls.Peter Hutterer1-11/+1
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-2/+0
2008-07-13Add support for multiple pointer acceleration schemes. #8583Simon Thum1-2/+12
2008-07-10Xi: pack the property stuff into a struct, make handlers a linked list.Peter Hutterer1-10/+19
2008-07-10Xi: add support for input device properties.Peter Hutterer1-1/+40
2008-07-10Revert "Xi: add support for input device properties."Peter Hutterer1-40/+1
2008-07-10Xi: add support for input device properties.Peter Hutterer1-1/+40
2008-06-26input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id.Peter Hutterer1-1/+1
2008-06-19Make button down state a bitmask. Master buttons track union of slave buttonsKeith Packard1-1/+1
2008-06-18input: fix up usage of button->down, used to be a bitmask, is now an array.Peter Hutterer1-0/+3
2008-05-26input: change dxremaind, dyremaind to floats for better acceleration #9156Simon Thum1-1/+1
2008-05-26dix: Allocate MD's motion history to be large enough for potential valuatorsPeter Hutterer1-3/+3
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer1-2/+1