summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-01Merge remote-tracking branch 'jcristau/for-keith'Keith Packard1-1/+1
2011-12-01Merge remote-tracking branch 'whot/for-keith'Keith Packard7-40/+70
2011-12-01Remove another if (E != NULL) check around free(E)Matt Turner1-2/+0
2011-11-29test: remove unneeded printf statements from misc.cPeter Hutterer1-3/+0
2011-11-29include: add BUG_WARN macro for internal bug cases.Peter Hutterer1-0/+7
2011-11-29Xi: add FreeInputMask functionPeter Hutterer1-2/+10
2011-11-29Xi: add helper functions to alloc/free InputClientPtrsPeter Hutterer1-5/+18
2011-11-29dix: use a single return statement in CheckPassiveGrabsOnWindowPeter Hutterer1-6/+6
2011-11-29dix: rename GetWindowXI2Mask to WindowXI2MaskIssetPeter Hutterer2-7/+8
2011-11-29Xi: use single return code from XIPassiveGrabDevicePeter Hutterer1-16/+20
2011-11-29include: fix mask size calculationPeter Hutterer1-1/+1
2011-11-24dmx: Build fix for -Werror=implicit-function-declaration on linuxJeremy Huddleston1-0/+1
2011-11-24parser: free val.str after xstrtokenizePaulo Zanoni1-0/+9
2011-11-24parser: free val.str after xf86getBoolValuePaulo Zanoni1-0/+6