index
:
xorg/app/transset
master
Simple utility to set transparency on a window (mirrored from https://gitlab.freedesktop.org/xorg/app/transset)
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transSet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-14
Get rid of useless includes.
Arnaud Fontaine
1
-1
/
+0
2011-12-14
Use enum for selected method for readability sake.
Arnaud Fontaine
1
-12
/
+30
2011-12-14
Use Bool rather than int type for booleans.
Arnaud Fontaine
1
-13
/
+13
2011-12-14
Fix GCC warning (-Wuninitialized).
Arnaud Fontaine
1
-1
/
+1
2011-12-14
Close property the Display and fix error exit code value.
Arnaud Fontaine
1
-2
/
+5
2011-12-14
Remove useless malloc().
Arnaud Fontaine
1
-2
/
+0
2011-12-14
Free properly memory allocated by XQueryTree().
Arnaud Fontaine
1
-1
/
+2
2011-12-14
Fix coding style.
Arnaud Fontaine
1
-265
/
+287
2011-10-30
Add missing static qualifiers.
Arnaud Fontaine
1
-2
/
+2
2011-10-30
Fix GCC warning about old-style function definitions.
Arnaud Fontaine
1
-1
/
+1
2011-10-30
2007-09-21 Daniel Forchheimer <n04df@student.lth.se>
Arnaud Fontaine
1
-5
/
+25
2011-10-30
2006-01-10 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
1
-9
/
+8
2011-10-30
2005-03-13 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
1
-65
/
+106
2011-10-30
2005-01-14 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
1
-7
/
+62
2011-10-30
2005-01-14 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
1
-7
/
+43
2011-10-30
2005-01-13 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
1
-36
/
+97
2004-01-20
2004-01-20 Keith Packard <keithp@keithp.com>
Keith Packard
1
-25
/
+47
2003-11-24
Initial revision
Keith Packard
1
-0
/
+74