summaryrefslogtreecommitdiff
path: root/Xi/xiallowev.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-1/+1
2014-12-08Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]Alan Coopersmith1-0/+2
2013-08-30Xi: allow for XIAllowEvent requests larger than XI < 2.2 size (#68554)Peter Hutterer1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-34/+33
2012-02-11Xi: handle new XIAllowEvents request in inputproto 2.1.99.6Peter Hutterer1-6/+35
2012-02-08Check for proper window ID when processing touch allow requestsChase Douglas1-1/+1
2012-02-08Move AllowTouch to dix/touch.c, and rename to TouchAcceptRejectChase Douglas1-44/+2
2011-12-21Xi: handle grab accept/reject requestsPeter Hutterer1-1/+52
2011-09-21Use internal temp variable for swap macrosMatt Turner1-5/+3
2009-06-18input: bump to ints for deviceids - XI2 requires 16-bit deviceids.Peter Hutterer1-6/+0
2009-06-05Xi: return BadImplementation for deviceids 256 and abovePeter Hutterer1-0/+6
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-3/+3
2009-05-08input: update to inputproto 1.9.99.8 XI2 defines.Peter Hutterer1-6/+6
2009-05-08Xi: fix a couple of wrong dixLookupDevice permission tags.Peter Hutterer1-1/+1
2009-04-20Xi: use the XI2 defines for AsyncPair, SyncDevice, etc, not the XI ones.Peter Hutterer1-9/+12
2009-04-19Xi: add support for XIAllowEvents.Peter Hutterer1-0/+100