summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-05transset 1.0.0HEADmasterArnaud Fontaine1-1/+1
2012-06-05Rename dpy to disp in function parameter to avoid shadowing dpy global declar...Arnaud Fontaine2-30/+30
2012-06-05Add missing const keywords on Fatal_Error() and program_name to clear GCC war...Arnaud Fontaine2-4/+4
2012-06-05Add _X_ATTRIBUTE_PRINTF attribute to Fatal_Error() to clear GCC warning.Arnaud Fontaine1-1/+1
2012-06-05Add _X_NORETURN to Usage() to clear GCC warning.Arnaud Fontaine1-1/+1
2012-06-05Use _X_NORETURN from xproto 7.0.17 instead of checking __GNUC__.Arnaud Fontaine2-6/+4
2012-06-05Add autogen.sh to EXTRA_DIST.Arnaud Fontaine1-0/+1
2012-06-05Clear GCC warning (-Wmaybe-uninitialized).Arnaud Fontaine1-4/+1
2012-02-15Add copyright statement and update accordingly COPYING file.Arnaud Fontaine2-29/+71
2012-01-23Update README.Arnaud Fontaine1-37/+32
2012-01-20config: add dependency on xprotoGaetan Nadon1-1/+1
2012-01-20Remove XFree86 and IMakefile version control information in source codeGaetan Nadon2-3/+0
2012-01-20config: upgrade, comment and fix autoconf warningsGaetan Nadon1-8/+9
2012-01-20make: remove $(LIBOBJS) dead codeGaetan Nadon1-1/+1
2012-01-20man: normalize man page header/footerGaetan Nadon1-2/+2
2012-01-20man: use X.Org makefile which will also fix failing distcheckGaetan Nadon4-5/+21
2012-01-20autogen.sh: use the X.Org versionGaetan Nadon1-1/+11
2012-01-20AUTHORS: remove empty fileGaetan Nadon1-0/+0
2011-12-14Get rid of useless includes.Arnaud Fontaine3-5/+1
2011-12-14Use enum for selected method for readability sake.Arnaud Fontaine1-12/+30
2011-12-14Use Bool rather than int type for booleans.Arnaud Fontaine1-13/+13
2011-12-14Fix GCC warning (-Wuninitialized).Arnaud Fontaine1-1/+1
2011-12-14Close property the Display and fix error exit code value.Arnaud Fontaine1-2/+5
2011-12-14Remove useless malloc().Arnaud Fontaine1-2/+0
2011-12-14Free properly memory allocated by XQueryTree().Arnaud Fontaine1-1/+2
2011-12-14Fix coding style.Arnaud Fontaine3-462/+499
2011-10-30Add missing static qualifiers.Arnaud Fontaine3-8/+5
2011-10-30Fix GCC warning about old-style function definitions.Arnaud Fontaine2-25/+10
2011-10-30Add INSTALL file.Arnaud Fontaine1-9/+6
2011-10-30Add .gitignore.Arnaud Fontaine1-0/+79
2011-10-30Get rid of unused code from dsimple.c.Arnaud Fontaine2-339/+13
2011-10-30Merge branch 'transset-df'Arnaud Fontaine4-44/+400
2011-10-302007-09-21 Daniel Forchheimer <n04df@student.lth.se>transset-dfArnaud Fontaine2-6/+27
2011-10-302006-01-10 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine1-9/+8
2011-10-302005-03-13 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine4-70/+186
2011-10-302005-01-14 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine2-23/+82
2011-10-302005-01-14 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine2-7/+46
2011-10-302005-01-13 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine3-36/+158
2011-10-21Remove unneccessary configure stepsAlan Coopersmith1-16/+2
2011-10-21Drop unnecessary dependenciesAlan Coopersmith2-2/+2
2011-10-21Convert to autoconf/automakeStuart Kreitman8-22/+97
2004-01-202004-01-20 Keith Packard <keithp@keithp.com>Keith Packard2-25/+53
2003-11-24Initial revisionKeith Packard4-0/+719