summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2009-05-16Update to new XI2 namesPeter Hutterer1-3/+3
2009-05-16input: reduce the number of superfluous hierarchy eventsPeter Hutterer1-26/+41
2009-05-16Xi: set per-device hierarchy changed flags.Peter Hutterer1-4/+17
2009-05-16dix: ensure Activate/DeactivateGrab has a valid value.Peter Hutterer1-0/+2
2009-05-16dix: ensure Activate/DeactivateGrab has a valid value.Peter Hutterer1-0/+2
2009-05-14Update several of my and/or Red Hat's licenses to standard form.Adam Jackson1-15/+14
2009-05-08Fix a couple off-by-one array boundary checks.Alan Coopersmith1-1/+1
2009-05-08dix: export subpixel precision in XI2 events for root/event coordinates.Peter Hutterer2-3/+5
2009-05-08input: update to inputproto 1.9.99.8 XI2 defines.Peter Hutterer3-16/+16
2009-05-08dix: remove superfluous includes from ptrveloc.cSimon Thum1-3/+0
2009-05-08dix: fix warning in pointer accelerationSimon Thum1-2/+8
2009-05-07dix: add 'none' pointer acceleration profile with number -1Simon Thum1-8/+28
2009-05-07dix: remove superfluous includes from ptrveloc.cSimon Thum1-3/+0
2009-05-07dix: fix warning in pointer accelerationSimon Thum1-2/+8
2009-05-06Xi: add GrabButton and GrabKeysym code.Peter Hutterer2-7/+32
2009-05-04input: ensure various ProcUngrabKey/Buttons have the right grabtype set.Peter Hutterer1-0/+2
2009-05-04dix: if grab types differ, two grabs cannot be the same.Peter Hutterer2-3/+14
2009-05-04dix: only free the old cursor if the grab was successful.Peter Hutterer1-1/+1
2009-05-01input: reshuffle CreateGrab and friends to take a GrabParameters param.Peter Hutterer2-49/+51
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh9-93/+120
2009-04-28dix: remove all but main() from main.cPeter Hutterer5-372/+364
2009-04-28dix: remove all but main() from main.cPeter Hutterer5-372/+364
2009-04-24Merge branch 'master' into xi2Peter Hutterer2-8/+86
2009-04-24input: propagate XTst events through virtual slave devices.Benjamin Close1-1/+63
2009-04-21dix: Change AllocMaster into AllocDevicePair, allow creation of SDs too.Benjamin Close1-7/+11
2009-04-21dix: don't allow more than MAX_VALUATORS on one device.Peter Hutterer1-0/+8
2009-04-20Add XI 1.5 event and requests to protocol.txtJulien Cristau1-0/+5
2009-04-20Add RandR 1.3 requests to protocol.txtJulien Cristau1-0/+7
2009-04-19Merge branch 'master' into xi2Peter Hutterer3-6/+3
2009-04-19Convert to using int32_t fixed point values on the wire.Peter Hutterer2-8/+9
2009-04-19dix: set root_x/y for device events.Peter Hutterer1-0/+2
2009-04-19dix: don't allow more than MAX_VALUATORS on one device.Peter Hutterer1-0/+8
2009-04-19dix: remove un-used parameter "core" from AllowSomePeter Hutterer1-10/+9
2009-04-19input: use a GrabMask union in GrabDevice to allow for XI2 masks.Peter Hutterer1-4/+15
2009-04-19input: replace GrabRec's coreGrab field with grabtype.Peter Hutterer2-15/+25
2009-04-19dix: correctly utilize tracker buffer and protect from timer overrunsSimon Thum1-11/+13
2009-04-19dix: fix dev/keybd variable mixup.Peter Hutterer1-3/+3
2009-04-19dix: fix pointer accelerations remainder handlingSimon Thum1-7/+7
2009-04-19dix: store subpixel precision and send it down the wire to the client.Peter Hutterer2-5/+9
2009-04-19dix: allow relative motion buffer to accumulate in a natural waySimon Thum1-6/+0
2009-04-17input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer1-3/+1
2009-04-17dix: remove un-used parameter "core" from AllowSomePeter Hutterer1-10/+9
2009-04-14Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.Eric Anholt2-3/+2
2009-04-10dix: correctly utilize tracker buffer and protect from timer overrunsSimon Thum1-11/+13
2009-04-10dix: fix pointer accelerations remainder handlingSimon Thum1-7/+7
2009-04-09dix: fix dev/keybd variable mixup.Peter Hutterer1-3/+3
2009-04-07Merge branch 'master' into xi2Peter Hutterer7-49/+13
2009-04-07dix: Dont change the keyboard mapping on non-keyboard devices.Peter Hutterer1-0/+2
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson2-8/+4
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-2/+1