summaryrefslogtreecommitdiff
path: root/xts5/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-12xts5: Do not test all identical visualsHEADmasterPeter Harris1-0/+47
2016-11-25xts5: Fix clang error - non-void function 'outfile' should return a valueRhys Kidd2-2/+2
2016-11-02Don't sleep(2) at the beginning of Xt test setupAdam Jackson1-7/+0
2016-11-01xts5: Fix clang warning - non-void function FillArea should return a valueRhys Kidd1-1/+1
2016-10-27xts5: Fix clang warning - non-void function DoLayout should return a valueRhys Kidd2-2/+2
2015-01-21libproto: RcvRep: Don't overwrite memory in QueryFontPeter Harris1-0/+4
2015-01-20libproto: Fix buffer read overrunPeter Harris1-2/+2
2013-06-03Write results directly to results directoryPeter Harris9-15/+86
2013-05-30Fix pointer/int warnings in xts5/xim/response.cPeter Harris1-3/+3
2013-04-24Xlib4: Fix XMapSubwindows test 9Peter Harris1-0/+148
2013-02-19Remove pad adjustments from Xproto/GetImage/PutImagePeter Harris2-61/+11
2013-01-07xts5: include xtrans CFLAGS when building libXstAaron Plattner1-1/+1
2012-12-20Build blowupPeter Harris10-81/+12
2012-12-13Allow space in read buffer for CRLF and NULPeter Harris1-1/+2
2012-07-26Build libXtawPeter Harris2-7/+5
2012-01-09xts5: remove (type *)NULL castsPeter Hutterer19-54/+54
2012-01-09xts5: remove some more getenv() unnecessitiesPeter Hutterer2-2/+1
2012-01-09lib/Xinput: check for the new device usage typesPeter Hutterer1-1/+3
2012-01-09lib/Xinput: include stdlib for getenvPeter Hutterer1-0/+1
2011-08-16xts5: Define X11_t and TRANS_CLIENT to get Xtrans function prototypesAaron Plattner1-0/+3
2011-06-24xts5: Switch from K&R to ANSI prototypes.Cyril Brulebois1-5/+3
2011-06-10xts5: Try to improve readability.Cyril Brulebois1-1/+2
2011-05-26xts5: Fix implicit declaration.Cyril Brulebois1-0/+4
2011-05-26xts5: Add parentheses around assignment in an if.Cyril Brulebois1-1/+1
2011-05-26xts5: Return a dummy value.Cyril Brulebois1-0/+1
2011-05-26xts5: Fix missing unistd.h includes.Cyril Brulebois5-0/+5
2011-05-26xts5: Fix missing string.h include.Cyril Brulebois1-0/+1
2011-05-26xts5: Fix missing type specifiers.Cyril Brulebois6-22/+22
2011-05-24xts5: BadDevice takes an int*, not an XID*Aaron Plattner1-1/+1
2011-04-12mc: Make main() return an int instead of calling exit(0);Peter Hutterer1-1/+2
2011-04-12My NULL is bigger than yours, don't you dare redefine it.Peter Hutterer1-3/+0
2011-04-12more void cast removalPeter Hutterer56-380/+380
2011-04-12Purge a bunch of unused Gen_Good_foo()Peter Hutterer1-194/+6
2011-04-12Fix compiler warning - return missing for non-void function.Peter Hutterer1-0/+1
2011-04-12Fix a bunch of compiler warnings for default return type.Peter Hutterer1-0/+45
2011-04-12xts5: fix compiler warning.Peter Hutterer1-2/+2
2011-04-12Purge unused Get_Date().Peter Hutterer1-21/+1
2011-04-12Purge wffs - use ffs(3) instead.Peter Hutterer2-25/+1
2011-04-12Purge wbcmp - unused. Use memcmp instead anywayPeter Hutterer1-10/+0
2011-04-12Purge wbzero - use memset instead.Peter Hutterer3-12/+2
2010-10-18xts5: Bail out with UNTESTED for BAD_LENGTH requests that would have length 0Aaron Plattner1-1/+11
2010-09-16[dist] Distribute files missing from the tarballAaron Plattner1-0/+1
2010-09-16[dist] Build mc for distAaron Plattner1-0/+4
2010-09-14Build mc using the build architecture compilerAaron Plattner1-0/+6
2010-06-25Xlib12: Add GenericEvent to list of permitted events.Peter Hutterer1-1/+1
2010-06-25Add -h help output to pt.Peter Hutterer1-11/+18
2010-06-24Assign a couple of default values to the config.Peter Hutterer1-1/+14
2010-06-24Make all config variables optional.Peter Hutterer1-35/+36
2010-06-24Retrieve config variables from the environment.Peter Hutterer1-2/+37
2010-06-24Add -gdb option to pt script.Peter Hutterer1-1/+6