summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Xext: drop InitServertime() declaration.Peter Hutterer1-2/+0
2012-03-30Xext: return BadAccess if PickPointer fails (#45796)Peter Hutterer1-0/+10
2012-03-27Indentation: Change '& stuff' to '&stuff'Daniel Stone2-7/+7
2012-03-27Xinerama: Fix up obnoxiously-indented codeDaniel Stone1-14/+12
2012-03-27Introduce a consistent coding styleKeith Packard41-10515/+10174
2012-01-26Xext: Warning fix for shm.cJon TURNEY1-1/+1
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06xace: ricer tuning for XaceHookAdam Jackson1-0/+4
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith1-1/+1
2011-12-12Constify string for authorization protocol namesAlan Coopersmith1-1/+2
2011-12-12xres.c: Preserve constness of string returned by LookupResourceNameAlan Coopersmith1-2/+2
2011-12-06xv: test correct number of requests. (v2)Dave Airlie1-2/+2
2011-12-06xext: don't free uninitialised pointer when malloc fails. (v2)Dave Airlie1-2/+1
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard2-5/+3
2011-12-01Merge remote-tracking branch 'jcristau/for-keith'Keith Packard1-1/+1
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith4-7/+7
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-4/+2
2011-11-23Convert AllocXTestDevice to use asprintfAlan Coopersmith1-4/+3
2011-11-19Fix ShmPutImage for XYBitmapJulien Cristau1-1/+1
2011-11-10Xext: remove unused variable 'n'Peter Hutterer1-1/+1
2011-11-10Xext: don't swap CARD8 in SProcSELinuxQueryVersionPeter Hutterer1-5/+0
2011-09-23Unconditionally #include <stdint.h>Alan Coopersmith1-5/+0
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard16-775/+568
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner2-11/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner16-769/+571
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp1-5/+1
2011-09-18XineramaInitData ignores its argument. Quit passing one.Jamey Sharp2-7/+7
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+8
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-1/+8
2011-06-16Xext: Fix buggy checks.Cyril Brulebois1-5/+6
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-2/+3
2011-04-25Xext: Silence warnings when building with clangJeremy Huddleston1-6/+1
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-1/+1
2011-04-07Xext: use EXT_MASK macro instead of manual & 0x7fPeter Hutterer1-4/+5
2011-04-04Merge remote-tracking branch 'vignatti/for-keith'Keith Packard1-4/+1
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-4/+1
2011-04-02Xext: fix test on extension number for the swapped case.Matthieu Herrb1-1/+1
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard6-45/+46
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie4-6/+6
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie3-7/+7
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie4-19/+19
2011-03-10panoramiX: macro checking if drawable is root (v2)Dave Airlie2-13/+14
2011-03-08xvmc: Use RESTYPE consistentlyAdam Jackson1-3/+3
2011-03-08xinerama: Use RESTYPE consistentlyAdam Jackson2-11/+11
2011-03-08xv: Use RESTYPE where appropriateAdam Jackson2-14/+12
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard2-304/+0
2011-03-03Merge remote branch 'rjy/clientids'Keith Packard1-16/+16
2011-03-01xext: Remove XCALIBRATE extensionAdam Jackson2-304/+0
2011-02-02Merge remote branch 'jturney/master'Keith Packard1-45/+44