index
:
~arnau/transset
master
transset-df
transset utility for setting opacity window properties
arnau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-05
transset 1.0.0
HEAD
master
Arnaud Fontaine
1
-1
/
+1
2012-06-05
Rename dpy to disp in function parameter to avoid shadowing dpy global declar...
Arnaud Fontaine
2
-30
/
+30
2012-06-05
Add missing const keywords on Fatal_Error() and program_name to clear GCC war...
Arnaud Fontaine
2
-4
/
+4
2012-06-05
Add _X_ATTRIBUTE_PRINTF attribute to Fatal_Error() to clear GCC warning.
Arnaud Fontaine
1
-1
/
+1
2012-06-05
Add _X_NORETURN to Usage() to clear GCC warning.
Arnaud Fontaine
1
-1
/
+1
2012-06-05
Use _X_NORETURN from xproto 7.0.17 instead of checking __GNUC__.
Arnaud Fontaine
2
-6
/
+4
2012-06-05
Add autogen.sh to EXTRA_DIST.
Arnaud Fontaine
1
-0
/
+1
2012-06-05
Clear GCC warning (-Wmaybe-uninitialized).
Arnaud Fontaine
1
-4
/
+1
2012-02-15
Add copyright statement and update accordingly COPYING file.
Arnaud Fontaine
2
-29
/
+71
2012-01-23
Update README.
Arnaud Fontaine
1
-37
/
+32
2012-01-20
config: add dependency on xproto
Gaetan Nadon
1
-1
/
+1
2012-01-20
Remove XFree86 and IMakefile version control information in source code
Gaetan Nadon
2
-3
/
+0
2012-01-20
config: upgrade, comment and fix autoconf warnings
Gaetan Nadon
1
-8
/
+9
2012-01-20
make: remove $(LIBOBJS) dead code
Gaetan Nadon
1
-1
/
+1
2012-01-20
man: normalize man page header/footer
Gaetan Nadon
1
-2
/
+2
2012-01-20
man: use X.Org makefile which will also fix failing distcheck
Gaetan Nadon
4
-5
/
+21
2012-01-20
autogen.sh: use the X.Org version
Gaetan Nadon
1
-1
/
+11
2012-01-20
AUTHORS: remove empty file
Gaetan Nadon
1
-0
/
+0
2011-12-14
Get rid of useless includes.
Arnaud Fontaine
3
-5
/
+1
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
3
-462
/
+499
2011-10-30
Add missing static qualifiers.
Arnaud Fontaine
3
-8
/
+5
2011-10-30
Fix GCC warning about old-style function definitions.
Arnaud Fontaine
2
-25
/
+10
2011-10-30
Add INSTALL file.
Arnaud Fontaine
1
-9
/
+6
2011-10-30
Add .gitignore.
Arnaud Fontaine
1
-0
/
+79
2011-10-30
Get rid of unused code from dsimple.c.
Arnaud Fontaine
2
-339
/
+13
2011-10-30
Merge branch 'transset-df'
Arnaud Fontaine
4
-44
/
+400
2011-10-30
2007-09-21 Daniel Forchheimer <n04df@student.lth.se>
transset-df
Arnaud Fontaine
2
-6
/
+27
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
4
-70
/
+186
2011-10-30
2005-01-14 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
2
-23
/
+82
2011-10-30
2005-01-14 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
2
-7
/
+46
2011-10-30
2005-01-13 Daniel Forchheimer <n04df@efd.lth.se>
Arnaud Fontaine
3
-36
/
+158
2011-10-21
Remove unneccessary configure steps
Alan Coopersmith
1
-16
/
+2
2011-10-21
Drop unnecessary dependencies
Alan Coopersmith
2
-2
/
+2
2011-10-21
Convert to autoconf/automake
Stuart Kreitman
8
-22
/
+97
2004-01-20
2004-01-20 Keith Packard <keithp@keithp.com>
Keith Packard
2
-25
/
+53
2003-11-24
Initial revision
Keith Packard
4
-0
/
+719