summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-09include: add BUG_WARN_MSG for custom error message on bug conditionPeter Hutterer1-1/+8
2011-12-09input: swap the server over to use the XI2mask structPeter Hutterer1-4/+4
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer3-0/+19
2011-12-09dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtrPeter Hutterer1-1/+1
2011-12-09dix: add CopyGrab() functionPeter Hutterer1-0/+1
2011-12-09dix: add AllocGrab helper functionPeter Hutterer1-0/+3
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer2-3/+4
2011-12-06include: rename "foos" to "list_of_foos" in the struct list documentationPeter Hutterer1-15/+15
2011-12-06include: update struct list documentation to use one set of structs onlyPeter Hutterer1-17/+11
2011-12-06include: a new list element does not need initialization, state soPeter Hutterer1-1/+2
2011-12-06include: point to the tests in list.c as examplesPeter Hutterer1-0/+1
2011-12-06include: add list_last_entry to get the tail of a listPeter Hutterer1-0/+15
2011-12-06include: add list_append()Peter Hutterer1-0/+22
2011-12-05Fix gcc warnings about redundant declarations of fallback functionsAlan Coopersmith2-0/+23
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith3-38/+38
2011-12-03Remove unused function checks from configure.ac & include/*.h.inAlan Coopersmith2-33/+0
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard2-2/+1
2011-11-29include: add BUG_WARN macro for internal bug cases.Peter Hutterer1-0/+7
2011-11-29dix: rename GetWindowXI2Mask to WindowXI2MaskIssetPeter Hutterer1-1/+1
2011-11-29include: fix mask size calculationPeter Hutterer1-1/+1
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith4-7/+7
2011-11-23Mark XKB char * as const to clean up gcc -Wwrite-strings warningsAlan Coopersmith2-4/+4
2011-11-23Mark arguments to fopen/popen/system wrappers as const char *Alan Coopersmith1-3/+3
2011-11-23Make XIGetKnownProperty take a const char * argumentAlan Coopersmith1-1/+1
2011-11-23Add fallback implementation of strndup()Alan Coopersmith2-0/+7
2011-11-23Fix Sun compiler check that got turned aroundAlan Coopersmith1-1/+1
2011-11-20Add 'optionstr.h' to include/Makefile.amKeith Packard1-0/+1
2011-11-18record: Prevent out of bounds access when recording a reply.Rami Ylimäki1-1/+2
2011-11-09include: export GetProximityEvents and QueueProximityEventsPeter Hutterer1-2/+2
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard3-2/+8
2011-10-28Fix position _X_EXPORTAlexandr Shadchin1-2/+2
2011-10-25dix: pass the flags into the CreateClassesChangedEventPeter Hutterer1-1/+2