summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.11.99.2 (1.12 snapshot 2)xorg-server-1.11.99.2Keith Packard2011-12-171-2/+2
* xserver: check for elevated privileges not uid=0Antoine Martin2011-12-165-24/+91
* dmx: fix distcheck failure, missing compsize.h in Makefile.amGaetan Nadon2011-12-151-0/+2
* configure: split the required modules upPeter Hutterer2011-12-141-2/+16
* Merge remote-tracking branch 'whot/for-keith'Keith Packard2011-12-1429-592/+801
|\
| * Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer2011-12-134-12/+29
| |\
| | * verify_internal_event: preserve constness of data pointerAlan Coopersmith2011-12-121-1/+1
| | * Use const cast in BitIsOn macro to avoid angering gccAlan Coopersmith2011-12-121-1/+1
| | * Fix deconstifying cast warning in xi2_get_typeAlan Coopersmith2011-12-121-1/+1
| | * Include client name if available in PrintDeviceGrabInfoAlan Coopersmith2011-12-121-9/+26
| * | dix: add a MAXEVENTS define for the number of core + extension eventsPeter Hutterer2011-12-135-7/+8
| * | dix: move event filter retrieval helpers to inpututils.cPeter Hutterer2011-12-134-21/+31
| * | dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer2011-12-132-8/+7
| * | dix: move storing last.valuators into a helper functionPeter Hutterer2011-12-131-12/+26
| * | dix: always allocate and set the grab's sync.eventPeter Hutterer2011-12-132-7/+2
| * | input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer2011-12-1318-158/+152
| * | Add GrabIsPointerGrab and GrabIsKeyboardGrab helpersPeter Hutterer2011-12-133-6/+21
| * | dix: move delivery stop condition out of event maskPeter Hutterer2011-12-131-6/+7
| * | dix: split out core state and event state setting into helper functionsPeter Hutterer2011-12-133-28/+44
| * | dix: move grab matching code into a helper functionPeter Hutterer2011-12-131-21/+60
| * | dix: split core grab interference check into helper functionPeter Hutterer2011-12-131-18/+25
| * | dix: compare the grab type, not the tempGrab typePeter Hutterer2011-12-131-1/+1
| * | dix: remove event type checkPeter Hutterer2011-12-131-7/+0
| * | dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas2011-12-132-89/+112
| * | dix: Move grab check and activation logic to CheckPassiveGrab()Chase Douglas2011-12-131-180/+204
| * | dix: move EventDeliveryState into a header file, we'll need it elsewherePeter Hutterer2011-12-132-7/+7
| * | Xi: split updating button count and state into helper functionsPeter Hutterer2011-12-131-12/+29
| * | Xi: deduplicate button motion mask settingPeter Hutterer2011-12-131-12/+25
| * | dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEventsPeter Hutterer2011-12-131-8/+10
| * | dix: split grab event conversion and delivery into a helper functionPeter Hutterer2011-12-132-72/+77
| * | dix: replace conversion errors with BUG_WARN_MSGPeter Hutterer2011-12-131-8/+9
| * | dix: deduplicate event delivery codePeter Hutterer2011-12-131-49/+62
| * | include: Add an InputLevel enumChase Douglas2011-12-131-0/+6
| * | Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer2011-12-105-23/+24
| * | include: add GetXI2MaskByte and GetXI2EventFilterMask to headersPeter Hutterer2011-12-102-2/+5
| |/
* | xf86 parser: convert Error to a varargs macro to clear gcc format warningsAlan Coopersmith2011-12-1215-100/+100
* | Add some printf format attributes suggested by gccAlan Coopersmith2011-12-125-6/+6
* | xf86Priv.h: Add some noreturn attributes suggested by gccAlan Coopersmith2011-12-121-4/+2
* | Remove duplicate declarations of KdAdd*Driver in kdrive.hAlan Coopersmith2011-12-121-6/+0
* | Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.hAlan Coopersmith2011-12-121-4/+0
* | _XkbFilterDeviceBtn: move variable declarations to match usage scopeAlan Coopersmith2011-12-121-4/+5
* | XkbFindSrvLedInfo: remove extraneous name-clashing sli variableAlan Coopersmith2011-12-121-4/+2
* | KdParseFindNext: Constify delim argumentAlan Coopersmith2011-12-122-2/+2
* | Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.Alan Coopersmith2011-12-121-9/+4
* | DoShowOptions: preserve constness of options list as we walk itAlan Coopersmith2011-12-121-2/+3
* | x86emu: constify debug stringsAlan Coopersmith2011-12-124-14/+14
* | CompareISOLatin1Lowered: constify argumentsAlan Coopersmith2011-12-123-5/+6
* | xdmcp.c: fix three small const warningsAlan Coopersmith2011-12-121-3/+3
* | LockServer: store path to LOCKDIR literal string in a const char *Alan Coopersmith2011-12-121-3/+1
* | WriteToClient: preserve constness of buf while extracting length valueAlan Coopersmith2011-12-121-1/+1