summaryrefslogtreecommitdiff
path: root/Xi/extinit.c
Commit message (Expand)AuthorAgeFilesLines
* xinput: Remove PropagateMaskAdam Jackson2020-03-301-33/+5
* xinput: Remove ExtExclusiveMasksAdam Jackson2020-03-301-20/+0
* Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith2018-11-101-2/+2
* dispatch: Mark swapped dispatch as _X_COLDAdam Jackson2017-03-011-4/+4
* dix: Remove pointless client-state callbacksAdam Jackson2016-05-111-15/+0
* dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson2016-05-041-0/+2
* input: un-constify dev->namePeter Hutterer2014-02-041-2/+2
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-1/+1
* xi: More warning cleanup for inputKeith Packard2014-01-121-2/+2
* Xi: free barrier code at reset timePeter Hutterer2013-05-071-0/+2
* Xi: Use correct destination when swapping barrier eventsKeith Packard2013-04-111-18/+18
* Merge remote-tracking branch 'yselkowitz/master'Keith Packard2012-12-191-3/+3
|\
| * Fix formatting of address operatorsYaakov Selkowitz2012-12-051-3/+3
* | Xi: fix swapping for barrier eventsPeter Hutterer2012-12-171-24/+21
* | Xi: swap sequence number and evtype in barrier eventsPeter Hutterer2012-12-171-0/+2
* | Add support for XI2.3: Pointer barrier events and releases.Jasper St. Pierre2012-12-171-2/+36
* | cursor: Move pointer barrier code over to XIJasper St. Pierre2012-12-171-0/+4
|/
* Fix up formatting of initializers for arrays of structsAlan Coopersmith2012-08-061-19/+19
* Xi: Remove dead Device{Enter,Leave}WindowMaskDaniel Stone2012-07-101-4/+2
* Add a common ARRAY_SIZE macro to dix.hDaniel Stone2012-07-091-2/+0
* Fix more poorly indented/wrapped comments & codeAlan Coopersmith2012-07-091-2/+3
* Xi: extend PropagateMask to EMASKSIZEPeter Hutterer2012-07-041-1/+1
* Xi: fix "discards ''const' qualifier" warningsPeter Hutterer2012-05-171-2/+5
* Introduce a consistent coding styleKeith Packard2012-03-211-411/+412
* Hook up the ownership eventsPeter Hutterer2011-12-191-0/+20
* Xi: process raw touch eventsPeter Hutterer2011-12-161-0/+3
* Hook up TouchBegin/Update/End eventsPeter Hutterer2011-12-161-0/+3
* Xi: avoid overrun of callback array.Dave Airlie2011-12-061-2/+2
* Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith2011-11-231-2/+2
* Use internal temp variable for swap macrosMatt Turner2011-09-211-131/+107
* Xi: remove duplicated includesNicolas Kaiser2011-04-241-2/+0
* Xi: fix reply swapping function check for XIPassiveGrabDevicePeter Hutterer2011-04-181-1/+1
* Xi: add XI_Focus{In,Out} to swapped events.Matthieu Herrb2011-04-021-0/+2
* Xi: take XI2 requests into account also for the swapping case.Matthieu Herrb2011-04-021-2/+3
* xi: Use RESTYPE consistentlyAdam Jackson2011-03-081-1/+1
* Input: Swap flags in DeviceEventsDaniel Stone2011-01-061-0/+1
* Xi: move property reset from extension shutdown to init.Peter Hutterer2010-11-121-2/+2
* Replace malloc/strlen/strcpy with strdup.Matt Turner2010-08-271-2/+1
* Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2010-06-051-4/+2
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-1/+1
* Xi: reset the known properties at the end of the server generation.Peter Hutterer2010-05-071-0/+1
* Add type name argument to CreateNewResourceTypeAlan Coopersmith2009-12-181-3/+2
* Check for failures from CreateNewResourceTypeAlan Coopersmith2009-12-181-0/+2
* input: define server-supported protocol versions in one single file.Peter Hutterer2009-09-211-5/+5
* Input: Mark Xi input events as criticalDaniel Stone2009-09-011-0/+5
* Xi: add swapping hook for XIGetFocus reply.Peter Hutterer2009-08-241-0/+2
* Xi: fix up broken DeviceChangedEvent swapping codePeter Hutterer2009-08-131-13/+20
* Xi: add event swapping for XIRawEvents.Peter Hutterer2009-08-131-0/+49
* Xi: fix event swapping for XIDeviceEvents.Peter Hutterer2009-08-131-5/+13
* Xi: un-statify XI2EventSwap, it is needed for tests.Peter Hutterer2009-08-131-1/+1