summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-31os: don't ignore failure from dladdrHEADmasterJulien Cristau1-1/+5
2011-12-31linux/ia64: Fix regression after domain I/O support code removal.Cyril Brulebois1-19/+0
2011-12-17Version 1.11.99.2 (1.12 snapshot 2)Keith Packard1-2/+2
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin5-24/+91
2011-12-15dmx: fix distcheck failure, missing compsize.h in Makefile.amGaetan Nadon1-0/+2
2011-12-14configure: split the required modules upPeter Hutterer1-2/+16
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard29-592/+801
2011-12-13Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...Peter Hutterer4-12/+29
2011-12-13dix: add a MAXEVENTS define for the number of core + extension eventsPeter Hutterer5-7/+8
2011-12-13dix: move event filter retrieval helpers to inpututils.cPeter Hutterer4-21/+31
2011-12-13dix: switch EventIsDeliverable to take the event type onlyPeter Hutterer2-8/+7
2011-12-13dix: move storing last.valuators into a helper functionPeter Hutterer1-12/+26
2011-12-13dix: always allocate and set the grab's sync.eventPeter Hutterer2-7/+2
2011-12-13input: replace GRABTYPE_* with the InputLevel enumsPeter Hutterer18-158/+152
2011-12-13Add GrabIsPointerGrab and GrabIsKeyboardGrab helpersPeter Hutterer3-6/+21
2011-12-13dix: move delivery stop condition out of event maskPeter Hutterer1-6/+7
2011-12-13dix: split out core state and event state setting into helper functionsPeter Hutterer3-28/+44
2011-12-13dix: move grab matching code into a helper functionPeter Hutterer1-21/+60
2011-12-13dix: split core grab interference check into helper functionPeter Hutterer1-18/+25
2011-12-13dix: compare the grab type, not the tempGrab typePeter Hutterer1-1/+1
2011-12-13dix: remove event type checkPeter Hutterer1-7/+0
2011-12-13dix: Split ActivatePassiveGrab() from CheckPassiveGrab()Chase Douglas2-89/+112
2011-12-13dix: Move grab check and activation logic to CheckPassiveGrab()Chase Douglas1-180/+204
2011-12-13dix: move EventDeliveryState into a header file, we'll need it elsewherePeter Hutterer2-7/+7
2011-12-13Xi: split updating button count and state into helper functionsPeter Hutterer1-12/+29
2011-12-13Xi: deduplicate button motion mask settingPeter Hutterer1-12/+25
2011-12-13dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEventsPeter Hutterer1-8/+10
2011-12-13dix: split grab event conversion and delivery into a helper functionPeter Hutterer2-72/+77
2011-12-13dix: replace conversion errors with BUG_WARN_MSGPeter Hutterer1-8/+9
2011-12-13dix: deduplicate event delivery codePeter Hutterer1-49/+62
2011-12-13include: Add an InputLevel enumChase Douglas1-0/+6
2011-12-12verify_internal_event: preserve constness of data pointerAlan Coopersmith1-1/+1
2011-12-12Use const cast in BitIsOn macro to avoid angering gccAlan Coopersmith1-1/+1
2011-12-12Fix deconstifying cast warning in xi2_get_typeAlan Coopersmith1-1/+1
2011-12-12Include client name if available in PrintDeviceGrabInfoAlan Coopersmith1-9/+26
2011-12-12xf86 parser: convert Error to a varargs macro to clear gcc format warningsAlan Coopersmith15-100/+100
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith5-6/+6
2011-12-12xf86Priv.h: Add some noreturn attributes suggested by gccAlan Coopersmith1-4/+2
2011-12-12Remove duplicate declarations of KdAdd*Driver in kdrive.hAlan Coopersmith1-6/+0
2011-12-12Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.hAlan Coopersmith1-4/+0
2011-12-12_XkbFilterDeviceBtn: move variable declarations to match usage scopeAlan Coopersmith1-4/+5
2011-12-12XkbFindSrvLedInfo: remove extraneous name-clashing sli variableAlan Coopersmith1-4/+2
2011-12-12KdParseFindNext: Constify delim argumentAlan Coopersmith2-2/+2
2011-12-12Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.Alan Coopersmith1-9/+4
2011-12-12DoShowOptions: preserve constness of options list as we walk itAlan Coopersmith1-2/+3
2011-12-12x86emu: constify debug stringsAlan Coopersmith4-14/+14
2011-12-12CompareISOLatin1Lowered: constify argumentsAlan Coopersmith3-5/+6
2011-12-12xdmcp.c: fix three small const warningsAlan Coopersmith1-3/+3
2011-12-12LockServer: store path to LOCKDIR literal string in a const char *Alan Coopersmith1-3/+1
2011-12-12WriteToClient: preserve constness of buf while extracting length valueAlan Coopersmith1-1/+1