summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-08-30include: wrap EMASKSIZE in parenthesesPeter Hutterer1-1/+1
2013-08-06xfree86: improve check for posix saved idsJulien Cristau1-0/+3
2013-07-24dix: check the xi2mask, not the grab type for touch listenersPeter Hutterer1-1/+1
2013-06-06dix: add missing dixFreeRegistry defineMaarten Lankhorst1-0/+1
2013-05-15Abstract cursor refcountingPeter Hutterer1-0/+4
2013-05-10dix: AllocGrab can copy if an argument is passed inPeter Hutterer1-1/+1
2013-05-10dix: drop DeviceIntRec's activeGrab structPeter Hutterer1-1/+1
2013-05-10dix: XAllowEvents() on a touch event means accepting itPeter Hutterer1-0/+1
2013-05-10dix: move EmitTouchEnd to touch.cPeter Hutterer1-0/+1
2013-05-10Xi: use public.processInputProc to replay the touch historyPeter Hutterer1-0/+1
2013-05-08dix: delete all callbacks before resetPeter Hutterer1-0/+1
2013-05-07dix: reset the registry before quittingPeter Hutterer1-0/+1
2013-05-07xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanupPeter Hutterer1-0/+3
2013-05-07dix: send the current axis value in DeviceChangedEvents (#62321)Peter Hutterer1-0/+1
2013-04-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2013-04-23dixstruct.h: fix segfaults - char is unsigned for ARM and PowerPC architecturesAndreas Müller1-1/+1
2013-04-12xf86: don't hotplug output devices while VT switched.Dave Airlie1-0/+1
2013-03-18Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2013-03-13list.h: Make xorg_list_init inlineRobert Morell1-1/+1
2013-03-06dix: only show the cursor if a window defines one (#58398)Peter Hutterer1-0/+5
2013-02-26os: use libunwind to generate backtracesMarcin Slusarz1-0/+3
2013-02-08randr: bump advertised RandR version to 1.4Dave Airlie1-1/+1
2013-02-08Short-cut the input device cleanup process during AbortServer()Peter Hutterer1-0/+2
2013-02-08dix: support the transformation matrix for relative devices.Peter Hutterer1-2/+6
2013-02-08Merge branch 'ptraccel-fixes' into for-keithPeter Hutterer1-0/+1
2013-02-08Xext: if a root window is given in XTestFakeInput, move to thatPeter Hutterer1-0/+1
2013-02-08include: fix typo in list descriptionPeter Hutterer1-1/+1
2013-01-23protocol-versions: Bump minor version of XIJasper St. Pierre1-1/+1
2013-01-21xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637Dave Airlie1-2/+0
2013-01-20Merge remote-tracking branch 'jturney/xserver-next'Keith Packard1-0/+3
2013-01-20Merge remote-tracking branch 'whot/for-keith'Keith Packard2-10/+14
2013-01-17os: add support for %f to pnprintfPeter Hutterer1-0/+1
2013-01-16include: Add RELOCATE_PROJECTROOT to xwin-config.h headerRyan Pavlik1-0/+3
2013-01-09dix: add resource type to touch listenersPeter Hutterer2-1/+2
2013-01-09input: Record grab pointer in TouchListenerKeith Packard2-1/+2
2013-01-09input: Pull TouchListener declaration to top-levelKeith Packard1-8/+10
2013-01-08dix: Make small bitfields that store enums unsignedAaron Plattner1-6/+6
2012-12-19Merge remote-tracking branch 'alanc/master'Keith Packard1-0/+3
2012-12-19Merge remote-tracking branch 'whot/barriers'Keith Packard4-2/+31
2012-12-17Support compilers with alternate spellings of typeofAlan Coopersmith1-0/+3
2012-12-17Pass the event list through to the pointer barrier code to return itPeter Hutterer1-1/+2
2012-12-17Add support for XI2.3: Pointer barrier events and releases.Jasper St. Pierre3-1/+24
2012-12-17barriers: Switch to an explicit hook for barrier constrainmentJasper St. Pierre1-0/+5
2012-12-12dix: split xi2_mask_isset into a per-device functionPeter Hutterer1-0/+1
2012-12-09include: fix commentPeter Hutterer1-1/+1
2012-11-29Merge branch 'high-resolution-touch-devices' into for-keithPeter Hutterer2-1/+8
2012-11-29xkb: fill in keycode and event type for slow keys enablementPeter Hutterer1-0/+1
2012-11-21DMX: Add DMX and GLX extensionsDaniel Stone1-4/+0
2012-11-21Constify argument to LoadExtensionDaniel Stone1-1/+1
2012-11-20dix: Save touchpoint last coordinates before transform. #49347Yuly Novikov1-1/+1