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
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
Mark some pointers const as suggested by cppcheck
HEAD
master
Alan Coopersmith
3
-4
/
+4
2024-08-26
Select correct client window in WM’s using virtual roots (#1)
Alan Coopersmith
7
-7
/
+283
2023-02-25
Remove "All rights reserved" from Oracle copyright notices
Alan Coopersmith
1
-1
/
+1
2022-12-03
transset 1.0.3
transset-1.0.3
Alan Coopersmith
1
-3
/
+3
2022-11-03
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-10-29
Remove unnecessary casts from malloc() and XFree() calls
Alan Coopersmith
2
-6
/
+6
2022-10-29
dsimple.c: Correct comments
Alan Coopersmith
1
-3
/
+3
2022-10-29
Declare target_win static
Alan Coopersmith
1
-1
/
+1
2022-02-19
transset.man: Update bug reporting URL from bugzilla to gitlab
Alan Coopersmith
1
-1
/
+2
2021-12-04
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-12-04
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2018-11-21
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-16
Update README for gitlab migration
Alan Coopersmith
3
-33
/
+26
2018-03-09
transset 1.0.2
transset-1.0.2
Alan Coopersmith
1
-2
/
+2
2015-05-07
Fix warnings about signed vs. unsigned comparison
Alan Coopersmith
1
-4
/
+2
2015-01-05
Only use property pointer if XGetWindowProperty returns success
Alan Coopersmith
1
-5
/
+4
2014-06-02
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2014-06-02
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2013-05-17
transset 1.0.1
transset-1.0.1
Alan Coopersmith
1
-2
/
+2
2013-02-22
Add the options to the man page (they were all missing before)
Alan Coopersmith
1
-4
/
+99
2013-02-22
Store min & max as doubles, not floats
Alan Coopersmith
1
-1
/
+1
2013-02-22
Typo fixes in verbose message & comment
Alan Coopersmith
1
-2
/
+2
2013-02-22
Use correct variable for printing current opacity
Alan Coopersmith
1
-1
/
+1
2013-02-22
Move release date from transset.c to configure.ac so we remember to update it
Alan Coopersmith
2
-2
/
+5
2013-02-22
Include PACKAGE_STRING in --version output
Alan Coopersmith
1
-2
/
+6
2013-02-22
Combine usage message into single string/call
Alan Coopersmith
1
-31
/
+17
2012-06-07
Fix program name in usage information, transset instead of transset-df.
Arnaud Fontaine
1
-1
/
+1
2012-06-05
transset 1.0.0
transset-1.0.0
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
[next]