summaryrefslogtreecommitdiff
path: root/transSet.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Rename dpy to disp in function parameter to avoid shadowing dpy global declar...Arnaud Fontaine1-6/+6
2012-06-05Clear GCC warning (-Wmaybe-uninitialized).Arnaud Fontaine1-4/+1
2012-02-15Add copyright statement and update accordingly COPYING file.Arnaud Fontaine1-12/+26
2011-12-14Get rid of useless includes.Arnaud Fontaine1-1/+0
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 Fontaine1-265/+287
2011-10-30Add missing static qualifiers.Arnaud Fontaine1-2/+2
2011-10-30Fix GCC warning about old-style function definitions.Arnaud Fontaine1-1/+1
2011-10-302007-09-21 Daniel Forchheimer <n04df@student.lth.se>transset-dfArnaud Fontaine1-5/+25
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 Fontaine1-65/+106
2011-10-302005-01-14 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine1-7/+62
2011-10-302005-01-14 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine1-7/+43
2011-10-302005-01-13 Daniel Forchheimer <n04df@efd.lth.se>Arnaud Fontaine1-36/+97
2004-01-202004-01-20 Keith Packard <keithp@keithp.com>Keith Packard1-25/+47
2003-11-24Initial revisionKeith Packard1-0/+74