summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-06dix: Fix types in WindowOptRecAdam Jackson1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson2-2/+1
2012-01-06dix: Repack ClientRecAdam Jackson1-15/+14
2011-12-22Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer5-7/+13
2011-12-21dix: remove requirement for client_id be the first elementPeter Hutterer1-2/+0
2011-12-21dix: Remove touch grabs if the grab disappearsDaniel Stone1-0/+1
2011-12-21dix: hook up passive grabs and pointer emulated passive grabsPeter Hutterer1-0/+1
2011-12-21Xi: add the hooks for passive touch grabsPeter Hutterer1-0/+8
2011-12-21dix: add touch to pointer event conversion helperPeter Hutterer1-0/+2
2011-12-21dix: add real_event parameter to ActivatePassiveGrabPeter Hutterer1-1/+1
2011-12-21Process and deliver touch eventsPeter Hutterer1-0/+6
2011-12-21dix: add TouchResourceIsOwner helper functionPeter Hutterer1-0/+1
2011-12-21dix: add helper functions for adding/removing touch listenersPeter Hutterer1-1/+4
2011-12-21dix: add TouchGetPointerEventType helper functionChase Douglas1-0/+1
2011-12-21dix: when a window disappears, remove it from the touch sprite traceDaniel Stone1-0/+4
2011-12-21dix: add helper functions to build up/verify the sprite traceDaniel Stone1-0/+4
2011-12-21dix: add touch event history helper functionsPeter Hutterer1-0/+4
2011-12-21Support XI 2.2 officiallyPeter Hutterer1-1/+1
2011-12-20dix: add GetTouchOwnership event APIDaniel Stone1-0/+8
2011-12-20dix: add DIX API to create touchpointsPeter Hutterer1-0/+5
2011-12-19dix: add helper functions to create DDX touch recsPeter Hutterer1-0/+5
2011-12-19input: add a TouchClassRec to the devicesDaniel Stone2-0/+80
2011-12-19Add the touch input API stubsDaniel Stone1-0/+14
2011-12-19Hook up the ownership eventsPeter Hutterer2-0/+21
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin1-0/+6
2011-12-16Xi: process raw touch eventsPeter Hutterer1-0/+3
2011-12-16Hook up TouchBegin/Update/End eventsPeter Hutterer2-1/+7
2011-12-16include: add a bunch of flags for GetTouchEvent processingPeter Hutterer1-0/+9
2011-12-16include: RawTouchEnd is the last event nowPeter Hutterer1-1/+3
2011-12-15include: fix BUG_WARN_MSG for constant messages onlyPeter Hutterer1-2/+2
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard8-17/+43
2011-12-13Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer1-1/+1
2011-12-13dix: add a MAXEVENTS define for the number of core + extension eventsPeter Hutterer2-1/+3
2011-12-13dix: move event filter retrieval helpers to inpututils.cPeter Hutterer2-1/+4
2011-12-13dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer1-2/+1
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer5-17/+11
2011-12-13Add GrabIsPointerGrab and GrabIsKeyboardGrab helpersPeter Hutterer1-0/+2
2011-12-13dix: split out core state and event state setting into helper functionsPeter Hutterer1-0/+2
2011-12-13dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas1-0/+2
2011-12-13dix: move EventDeliveryState into a header file, we'll need it elsewherePeter Hutterer1-0/+7
2011-12-13dix: split grab event conversion and delivery into a helper functionPeter Hutterer1-0/+5
2011-12-13include: Add an InputLevel enumChase Douglas1-0/+6
2011-12-12Use const cast in BitIsOn macro to avoid angering gccAlan Coopersmith1-1/+1
2011-12-12CompareISOLatin1Lowered: constify argumentsAlan Coopersmith1-2/+2
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+2
2011-12-12Constify string for authorization protocol namesAlan Coopersmith1-1/+1
2011-12-12constify strings in resource name registryAlan Coopersmith2-2/+2
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer1-3/+4
2011-12-10include: add GetXI2MaskByte and GetXI2EventFilterMask to headersPeter Hutterer1-0/+3
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard7-33/+97