index
:
xorg/app/xcompmgr
XCOMPMGR_1_1
master
Compositing manager using RENDER (mirrored from https://gitlab.freedesktop.org/xorg/app/xcompmgr)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
xcompmgr 1.1.10
HEAD
xcompmgr-1.1.10
master
Alan Coopersmith
1
-1
/
+1
2024-08-03
More variable scope reductions
Alan Coopersmith
1
-32
/
+21
2024-08-03
Add {} around for loops containing multiple lines of code
Alan Coopersmith
1
-0
/
+16
2024-08-03
Use C99 struct initializers
Alan Coopersmith
1
-33
/
+49
2024-08-03
Convert sprintf calls to snprintf
Alan Coopersmith
1
-2
/
+2
2024-08-03
Use reallocarray() if it is available
Alan Coopersmith
2
-4
/
+12
2024-08-03
Handle realloc() failure
Alan Coopersmith
1
-2
/
+10
2024-08-03
find_fade: declare argument as const
Alan Coopersmith
1
-1
/
+1
2022-11-12
xcompmgr 1.1.9
xcompmgr-1.1.9
Alan Coopersmith
1
-2
/
+2
2022-10-29
Remove unused macros
Alan Coopersmith
1
-5
/
+0
2022-10-29
Mark usage() as _X_COLD _X_NORETURN
Alan Coopersmith
2
-2
/
+3
2022-10-29
Resolve -Wshadow warnings
Alan Coopersmith
1
-7
/
+7
2022-10-29
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-08-16
Remove obsolete casts on malloc & free calls
Alan Coopersmith
1
-4
/
+4
2022-08-16
Reduce variable scope as suggested by cppcheck
Alan Coopersmith
1
-8
/
+5
2022-02-19
xcompmgr.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
2019-03-24
xcompmgr 1.1.8
xcompmgr-1.1.8
Alan Coopersmith
1
-1
/
+1
2019-02-17
xcompmgr 1.1.6-1 doesn't draw shadows
Brandon Gooch
1
-1
/
+4
2019-02-17
fix fade-in speed when opacity raises
Jason Woofenden
1
-2
/
+11
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
-27
/
+20
2015-04-16
xcompmgr 1.1.7
xcompmgr-1.1.7
Alan Coopersmith
1
-1
/
+1
2014-10-20
config: move man pages into their own directory
Alan Coopersmith
4
-13
/
+27
2014-10-20
man: note that -n is the default mode.
Matthieu Herrb
1
-1
/
+1
2014-06-02
Remove empty AUTHORS & NEWS files
Alan Coopersmith
2
-0
/
+0
2014-06-02
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-1
/
+12
2014-06-02
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
1
-1
/
+0
2013-11-26
Combine usage message strings
Alan Coopersmith
1
-19
/
+36
2012-02-14
xcompmgr 1.1.6
xcompmgr-1.1.6
Alan Coopersmith
1
-1
/
+1
2011-11-18
Only define shape_kind() function if DEBUG_SHAPE is true
Alan Coopersmith
1
-2
/
+5
2011-11-18
Make dpy a local variable instead of a global
Alan Coopersmith
1
-3
/
+3
2011-10-06
Add xext to PKG_CHECK_MODULES for calls of shape ext. functions in libXext
Alan Coopersmith
1
-1
/
+1
2011-09-25
Handle XShape window which shape change
Andreas
1
-1
/
+116
2010-11-20
Remove trailing whitespace
Alan Coopersmith
2
-53
/
+53
2010-11-20
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Alan Coopersmith
1
-6
/
+7
2010-11-20
config: Remove unnecessary calls from configure.ac
Alan Coopersmith
1
-15
/
+0
2010-11-20
config: update AC_PREREQ statement to 2.60
Gaetan Nadon
1
-1
/
+1
2009-11-21
don't hard-code package version in C source.
Matthieu Herrb
1
-3
/
+4
2009-11-02
xcompmgr 1.1.5
xcompmgr-1.1.5
Alan Coopersmith
1
-1
/
+1
2009-11-02
Add COPYING file with copyright/license notice from xcompmgr.c
Alan Coopersmith
1
-0
/
+19
2009-11-02
Fix formatting of options/arguments in man page
Alan Coopersmith
1
-11
/
+11
2009-10-19
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Alan Coopersmith
2
-8
/
+8
2009-10-01
Add README with pointers to mailing lists, bugzilla, & git
Alan Coopersmith
1
-0
/
+27
2009-04-14
Try to report current composite manager name
Yann Droneaud
1
-3
/
+27
2009-04-14
Check for _NET_WM_CM_Sn before trying to install ourself as composite manager
Yann Droneaud
1
-2
/
+13
2009-04-14
Don't hard code the screen number
Yann Droneaud
1
-4
/
+5
2009-04-14
Fix error reporting
Yann Droneaud
1
-3
/
+12
2009-01-19
Ansification and compile warning fixes.
Paulo Cesar Pereira de Andrade
4
-94
/
+104
[next]