summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-12verify_internal_event: preserve constness of data pointerfor-whotAlan 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-09Change disable_clientpointer return type to voidAlan Coopersmith1-1/+1
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard25-276/+894
2011-12-09include: add BUG_WARN_MSG for custom error message on bug conditionPeter Hutterer1-1/+8
2011-12-09xfree86: include xorg-config.h from xaalocal.hPeter Hutterer1-0/+4
2011-12-09Xi: rename "state" to "corestate" in ProcessDeviceEventsPeter Hutterer1-5/+5
2011-12-09Xi: check button mapping value _before_ assigning itPeter Hutterer1-8/+4
2011-12-09Xi: skip superfluous castPeter Hutterer1-1/+1
2011-12-09xfixes: don't dereference a NULL cursorPeter Hutterer1-2/+2
2011-12-09Xi: when removing a device, reset ClientPointers where neededPeter Hutterer1-0/+15
2011-12-09dix: use BUG_WARN for input mask size issuesPeter Hutterer1-10/+11
2011-12-09xfree86: bump the input ABIPeter Hutterer1-1/+1
2011-12-09input: swap the server over to use the XI2mask structPeter Hutterer7-59/+98
2011-12-09Add a new XI2Mask struct and a few helper functions.Peter Hutterer6-1/+332
2011-12-09dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtrPeter Hutterer3-5/+8
2011-12-09dix: allocate temporary grabs on the heapPeter Hutterer5-142/+184
2011-12-09dix: add CopyGrab() functionPeter Hutterer3-2/+37
2011-12-09dix: add AllocGrab helper functionPeter Hutterer2-2/+13
2011-12-09dix: switch the syncEvent queue to a struct listPeter Hutterer4-28/+92
2011-12-07test: update .gitignore with xfree86 and sort alphabeticallyGaetan Nadon1-3/+4
2011-12-07Merge remote-tracking branch 'airlied/reviewed-fixes'Keith Packard7-20/+17
2011-12-07Merge remote-tracking branch 'alanc/master'Keith Packard23-170/+142
2011-12-07hw/xfree86: fix segfault in config parser when config dir is missingKeith Packard1-0/+4
2011-12-06kdrive: drop screen crossing code.Dave Airlie1-6/+0
2011-12-06hal: free tmp_val in one missing caseDave Airlie1-0/+1
2011-12-06xv: test correct number of requests. (v2)Dave Airlie1-2/+2
2011-12-06xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2011-12-06Xi: avoid overrun of callback array.Dave Airlie1-2/+2
2011-12-06xext: don't free uninitialised pointer when malloc fails. (v2)Dave Airlie1-2/+1
2011-12-06fbdevhw: iterate over all modes that match a mode. (v3)Adam Jackson1-8/+10
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 Hutterer2-0/+21
2011-12-06include: add list_append()Peter Hutterer2-0/+53
2011-12-05autoconf: the minimum required level for autoconf is 2.60Gaetan Nadon1-1/+1
2011-12-05autoconf: remove redundant AC_PROG_MAKE_SETGaetan Nadon1-1/+0
2011-12-05Fix builds of Xnest & Xephyr with Solaris Studio compilersAlan Coopersmith2-0/+10
2011-12-05LoaderOpen returns either a valid pointer or NULL, so don't check for < 0Alan Coopersmith1-1/+1
2011-12-05Fix gcc warnings about redundant declarations of fallback functionsAlan Coopersmith3-0/+26
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith15-128/+85
2011-12-03Remove unused function checks from configure.ac & include/*.h.inAlan Coopersmith3-38/+2
2011-12-02Disable building of tests requiring DDX functions when Xorg is not builtAlan Coopersmith1-7/+21
2011-12-02config: conftest needs an include directive to locate X11/Xfuncproto.hGaetan Nadon1-1/+2
2011-12-02Limit the number of screens Xvfb will attempt to allocate memory forAlan Coopersmith1-1/+3
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard7-36/+20