summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-06-01input: Add grabtype to GrabParameters.Peter Hutterer1-0/+1
2009-05-28Merge branch 'master' into xi2Peter Hutterer5-16/+10
2009-05-28Xi: Send Enter or Leave events with XIPassive(Un)grabNotifyPeter Hutterer1-0/+1
2009-05-27Xi: Add support for Enter and FocusIn grabs.Peter Hutterer2-0/+12
2009-05-27Remove reference to non-existing requestLog and requestLogIndexNicolai Hähnle1-4/+0
2009-05-22input: introduce partial class copying depending on the event.Peter Hutterer2-3/+10
2009-05-22dix: introduce GetMaster()Peter Hutterer1-0/+1
2009-05-22dix: Add a deviceid to the DeviceChangedEvent.Peter Hutterer1-0/+1
2009-05-22input: remove nested union from InternalEvent.Peter Hutterer1-6/+3
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer2-1/+7
2009-05-22Split the signal-handler's lastSlave out into a separate variable.Peter Hutterer1-0/+1
2009-05-21dix: 'namespace' HAS_OLD_SLAVE and HAS_NEW_SLAVE.Peter Hutterer1-3/+3
2009-05-21input: rename device->type to device->xinput_type.Peter Hutterer1-1/+1
2009-05-20Xi: remove DeviceIsPointerTypePeter Hutterer1-5/+0
2009-05-18Fix missing parentheses in FP1616 macro.Peter Hutterer1-1/+1
2009-05-16input: reduce the number of superfluous hierarchy eventsPeter Hutterer1-4/+8
2009-05-08dix: export subpixel precision in XI2 events for root/event coordinates.Peter Hutterer1-2/+4
2009-05-08xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFreePeter Hutterer1-4/+0
2009-05-08xkb: remove some now-useless XFUNCPROTOBEGINPeter Hutterer1-4/+0
2009-05-07dix: add 'none' pointer acceleration profile with number -1Simon Thum1-4/+3
2009-05-06Xi: add GrabButton and GrabKeysym code.Peter Hutterer1-0/+4
2009-05-05include: up the number of max. input devices to 40.Peter Hutterer1-1/+1
2009-05-04include: up the number of max. input devices to 40.Peter Hutterer1-1/+1
2009-05-01input: reshuffle CreateGrab and friends to take a GrabParameters param.Peter Hutterer2-29/+36
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-0/+1
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-0/+1
2009-04-28Make the cursor completely optionalSimon Farnsworth1-0/+4
2009-04-24Add SIGIO/SIGPOLL support for SolarisAlan Coopersmith1-0/+3
2009-04-24Merge branch 'master' into xi2Peter Hutterer1-2/+7
2009-04-24input: propagate XTst events through virtual slave devices.Benjamin Close1-0/+4
2009-04-21dix: Change AllocMaster into AllocDevicePair, allow creation of SDs too.Benjamin Close1-2/+3
2009-04-19Merge branch 'master' into xi2Peter Hutterer3-0/+23
2009-04-19Convert to using int32_t fixed point values on the wire.Peter Hutterer1-0/+2
2009-04-19dix: remove un-used parameter "core" from AllowSomePeter Hutterer1-2/+1
2009-04-19input: use a GrabMask union in GrabDevice to allow for XI2 masks.Peter Hutterer3-1/+8
2009-04-19input: replace GrabRec's coreGrab field with grabtype.Peter Hutterer3-2/+9
2009-04-19xkb: Add XkbFreeRMLVOSet helper function.Peter Hutterer1-0/+5
2009-04-19dix: store subpixel precision and send it down the wire to the client.Peter Hutterer1-0/+3
2009-04-17dix: remove un-used parameter "core" from AllowSomePeter Hutterer1-2/+1
2009-04-14Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.Eric Anholt1-0/+16
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith1-0/+2
2009-04-07Merge branch 'master' into xi2Peter Hutterer3-27/+7
2009-04-06os: signal handlers return void.Adam Jackson1-10/+3
2009-04-03DPMS: Re-export the various DPMS variables.Adam Jackson1-7/+7
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson1-4/+0
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-1/+0
2009-04-03DPMS: Unexport all the various setup variables.Adam Jackson1-12/+12
2009-03-31Document which bits of ClientRec are currently unusedAdam Jackson1-9/+4