summaryrefslogtreecommitdiff
path: root/xts5
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Xlib13: fix XSetModfierMapping test 1/8.HEADmasterPeter Hutterer1-6/+19
2010-11-15Fix a few "return type defaults to 'int' compiler warnings.Peter Hutterer19-7/+91
2010-11-15mc: Make main() return an int instead of calling exit(0);Peter Hutterer1-1/+2
2010-11-15My NULL is bigger than yours, don't you dare redefine it.Peter Hutterer1-3/+0
2010-11-15more void cast removalPeter Hutterer58-390/+390
2010-11-15Purge a bunch of unused Gen_Good_foo()Peter Hutterer1-194/+6
2010-11-15Fix compiler warning - return missing for non-void function.Peter Hutterer1-0/+1
2010-11-15Fix a bunch of compiler warnings for default return type.Peter Hutterer1-0/+45
2010-11-15xts5: fix compiler warning.Peter Hutterer1-2/+2
2010-11-15Fix one more out-of-tree build error.Peter Hutterer1-2/+2
2010-11-15tpstartup needs to reset config.alt_screens for single-display setups.Peter Hutterer1-1/+5
2010-11-15Remove now empty Utils.cPeter Hutterer2-145/+0
2010-11-15Purge unused Get_Date().Peter Hutterer2-21/+0
2010-11-15Purge wffs - use ffs(3) instead.Peter Hutterer2-24/+1
2010-11-15Purge wbcmp - unused. Use memcmp instead anywayPeter Hutterer1-10/+0
2010-11-15purge wbcopy, replace with memcpyPeter Hutterer15-73/+49
2010-11-15Purge wbzero - use memset instead.Peter Hutterer3-12/+2
2010-11-15Remove EXPECT_NOTHING pointer to int cast.Peter Hutterer1-1/+1
2010-11-15Remove superfluous (void) casts.Peter Hutterer259-1581/+1581
2010-10-18xts5: Bail out with UNTESTED for BAD_LENGTH requests that would have length 0Aaron Plattner1-1/+11
2010-10-13[dist] Distribute files necessary to rebuild after distcleanAaron Plattner20-1/+26
2010-09-16[dist] Don't clean BUILT_SOURCESAaron Plattner19-19/+19
2010-09-16[dist] Distribute files missing from the tarballAaron Plattner7-6/+9
2010-09-16[dist] Build mc for distAaron Plattner1-0/+4
2010-09-15Clean xts-config, xts-run, and tetexec.cfgAaron Plattner1-1/+1
2010-09-14Delete the Xt scenarios from 'all'Aaron Plattner1-30/+0
2010-09-14Include libxts5.la in Xproto and XIproto's LDADD linesAaron Plattner2-0/+2
2010-09-14Build mc using the build architecture compilerAaron Plattner1-0/+6
2010-08-15xts-config.in: ":n" is a valid display nameAaron Plattner1-2/+2
2010-08-15xts5: Construct an absolute XT_FONTPATHAaron Plattner1-0/+2
2010-07-29Fixes for building srcdir != builddirJon TURNEY1-2/+4
2010-07-29Place libapi_s after objects which reference it in the link order, so it link...Jon TURNEY1-1/+1
2010-06-30Fix out-of-tree builds.Peter Hutterer3-3/+3
2010-06-28Merge remote branch 'whot/master'Dan Nicholson5-60/+130
2010-06-25Xlib12: Add GenericEvent to list of permitted events.Peter Hutterer2-2/+3
2010-06-25Fail if DISPLAY is unset.Peter Hutterer1-0/+5
2010-06-25Xlib13 XGrabButton: don't overrun the number of buttons configured.Peter Hutterer1-2/+3
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
2010-06-24Improve pt script to allow for single test-cases to be run.Peter Hutterer1-7/+14
2010-05-27xts: Actually wire up the xts shared libraries into the testsDan Nicholson18-54/+18
2010-05-27tet: Build TET API library as private shared moduleDan Nicholson20-1/+25
2010-05-26xts: Remove the logfile make machineryDan Nicholson1-6/+0
2010-05-26xts: Introduce check.sh wrapper script for in-tree testingDan Nicholson1-19/+1
2010-04-20xts5: Fix "format 'blah' expects type 'blah' but argument has type 'blah'" wa...Aaron Plattner6-24/+25
2010-04-20xts5: Fix "unused variable" warnings.Aaron Plattner236-902/+189
2010-04-20xts5: Fix "missing braces around initializer" warnings.Aaron Plattner14-511/+510