summaryrefslogtreecommitdiff
path: root/Xi/extinit.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-19/+19
2012-07-10Xi: Remove dead Device{Enter,Leave}WindowMaskDaniel Stone1-4/+2
2012-07-09Add a common ARRAY_SIZE macro to dix.hDaniel Stone1-2/+0
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-2/+3
2012-07-04Xi: extend PropagateMask to EMASKSIZEPeter Hutterer1-1/+1
2012-05-17Xi: fix "discards ''const' qualifier" warningsPeter Hutterer1-2/+5
2012-03-21Introduce a consistent coding styleKeith Packard1-411/+412
2011-12-19Hook up the ownership eventsPeter Hutterer1-0/+20
2011-12-16Xi: process raw touch eventsPeter Hutterer1-0/+3
2011-12-16Hook up TouchBegin/Update/End eventsPeter Hutterer1-0/+3
2011-12-06Xi: avoid overrun of callback array.Dave Airlie1-2/+2
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-131/+107
2011-04-24Xi: remove duplicated includesNicolas Kaiser1-2/+0
2011-04-18Xi: fix reply swapping function check for XIPassiveGrabDevicePeter Hutterer1-1/+1
2011-04-02Xi: add XI_Focus{In,Out} to swapped events.Matthieu Herrb1-0/+2
2011-04-02Xi: take XI2 requests into account also for the swapping case.Matthieu Herrb1-2/+3
2011-03-08xi: Use RESTYPE consistentlyAdam Jackson1-1/+1
2011-01-06Input: Swap flags in DeviceEventsDaniel Stone1-0/+1
2010-11-12Xi: move property reset from extension shutdown to init.Peter Hutterer1-2/+2
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-2/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-4/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2010-05-07Xi: reset the known properties at the end of the server generation.Peter Hutterer1-0/+1
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+2
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+2
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-5/+5
2009-09-01Input: Mark Xi input events as criticalDaniel Stone1-0/+5
2009-08-24Xi: add swapping hook for XIGetFocus reply.Peter Hutterer1-0/+2
2009-08-13Xi: fix up broken DeviceChangedEvent swapping codePeter Hutterer1-13/+20
2009-08-13Xi: add event swapping for XIRawEvents.Peter Hutterer1-0/+49
2009-08-13Xi: fix event swapping for XIDeviceEvents.Peter Hutterer1-5/+13
2009-08-13Xi: un-statify XI2EventSwap, it is needed for tests.Peter Hutterer1-1/+1
2009-06-18Xi: valuator/button labels are called labels now, not 'names'Peter Hutterer1-1/+1
2009-06-17Xi: namespace XI2 files.Peter Hutterer1-8/+8
2009-06-11Xi: rename ProcXISelectEvent to ProcXISelectEvents.Peter Hutterer1-2/+2
2009-06-09Xi: hierarchy events have a num_info now instead of num_devices.Peter Hutterer1-2/+2
2009-06-05Xi: add XIQueryVersion reply swapping hook.Peter Hutterer1-0/+2
2009-06-02input: add support for XIAllDevices and XIAllMasterDevices passive grabs.Peter Hutterer1-0/+14
2009-05-25Xi: add request processing for XIGetSelectedEvents.Peter Hutterer1-2/+6
2009-05-21input: rename device->type to device->xinput_type.Peter Hutterer1-1/+1
2009-05-20Xi: remove DeviceIsPointerTypePeter Hutterer1-15/+0
2009-05-16Update to new XI2 namesPeter Hutterer1-19/+17
2009-05-08Xi: Add XI2 property requests.Peter Hutterer1-2/+30
2009-05-08Xi: add missing break in XI event swapping functionPeter Hutterer1-0/+1
2009-05-06Xi: add GrabButton and GrabKeysym code.Peter Hutterer1-2/+9
2009-04-19Convert to using int32_t fixed point values on the wire.Peter Hutterer1-16/+8
2009-04-19Xi: add support for XIAllowEvents.Peter Hutterer1-2/+5
2009-04-19Xi: Add support for XI2 active grabs and ungrabs.Peter Hutterer1-2/+9
2009-04-19Xi: take XI2 requests into account when checking opcodes.Peter Hutterer1-1/+1