summaryrefslogtreecommitdiff
path: root/include/inputstr.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Drop trailing whitespacesPeter Hutterer1-7/+7
2014-02-04input: un-constify dev->namePeter Hutterer1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2014-01-12xi: More warning cleanup for inputKeith Packard1-1/+1
2013-08-30include: wrap EMASKSIZE in parenthesesPeter Hutterer1-1/+1
2013-07-24dix: check the xi2mask, not the grab type for touch listenersPeter Hutterer1-1/+1
2013-05-10dix: drop DeviceIntRec's activeGrab structPeter Hutterer1-1/+1
2013-02-08dix: support the transformation matrix for relative devices.Peter Hutterer1-2/+6
2013-01-21xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637Dave Airlie1-2/+0
2013-01-09dix: add resource type to touch listenersPeter Hutterer1-0/+1
2013-01-09input: Record grab pointer in TouchListenerKeith Packard1-0/+1
2013-01-09input: Pull TouchListener declaration to top-levelKeith Packard1-8/+10
2012-12-17Add support for XI2.3: Pointer barrier events and releases.Jasper St. Pierre1-1/+1
2012-11-20dix: Save touchpoint last coordinates before transform. #49347Yuly Novikov1-1/+1
2012-03-22Xext: Add per-device SyncCountersPeter Hutterer1-0/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-285/+271
2012-02-11Merge remote-tracking branch 'alanc/master'Keith Packard1-2/+2
2012-02-08Store window pointer in touch listener recordChase Douglas1-0/+1
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-2/+2
2012-01-24include: Fix comment typoPeter Hutterer1-1/+1
2011-12-21dix: remove requirement for client_id be the first elementPeter Hutterer1-2/+0
2011-12-19input: add a TouchClassRec to the devicesDaniel Stone1-0/+53
2011-12-16include: RawTouchEnd is the last event nowPeter Hutterer1-1/+3
2011-12-13Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer1-1/+1
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer1-7/+1
2011-12-12Use const cast in BitIsOn macro to avoid angering gccAlan Coopersmith1-1/+1
2011-12-09input: swap the server over to use the XI2mask structPeter Hutterer1-4/+4
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer1-0/+6
2011-12-09dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtrPeter Hutterer1-1/+1
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer1-3/+3
2011-11-29include: fix mask size calculationPeter Hutterer1-1/+1
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-2/+3
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-7/+0
2011-10-13input: change pointer screen crossing behaviour for multiple ScreenRecsPeter Hutterer1-2/+3
2011-09-30Input: Add smooth-scrolling support to GetPointerEventsPeter Hutterer1-0/+20
2011-09-29Input: Convert DeviceIntRec::last to use doublesDaniel Stone1-2/+1
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-0/+7
2011-08-22dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()Peter Hutterer1-1/+4
2011-05-25xserver: remove AbsoluteClass, breaking the A(P|B)ISimon Thum1-2/+0
2011-05-03Input: Add DeepestSpriteWin functionDaniel Stone1-0/+10
2011-04-18Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)Peter Hutterer1-1/+1
2011-03-24xserver: remove AbsoluteClassRec keeping the ABISimon Thum1-23/+2
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer1-4/+3
2011-02-22Move master/lastSlave out of the union into separate fields.Peter Hutterer1-4/+2
2011-02-22dix: add MASTER_ATTACHED as allowed type for GetMaster().Peter Hutterer1-0/+1
2011-02-17dix: refactor scheme initSimon Thum1-0/+1
2011-01-06Input: Export SpriteRec for use in public APIDaniel Stone1-41/+41
2010-11-26include: let BitIsOn() return a boolean value.Peter Hutterer1-1/+1
2010-10-22input: remove "mode" field from ValuatorClassRec.Peter Hutterer1-1/+0
2010-10-22input: move proximity state into ProximityClassRec.Peter Hutterer1-1/+1