Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-16 | Remove obsolete casts on malloc & free calls | Alan Coopersmith | |
Not needed in C89 and later Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2022-08-16 | Reduce variable scope as suggested by cppcheck | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2019-02-17 | xcompmgr 1.1.6-1 doesn't draw shadows | Brandon Gooch | |
This patch reworks the XFixesIntersectRegion calls to apply to the correct window modes. Fixes: https://gitlab.freedesktop.org/xorg/app/xcompmgr/issues/3 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2019-02-17 | fix fade-in speed when opacity raises | Jason Woofenden | |
Fixes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648158 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-11-26 | Combine usage message strings | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-11-18 | Only define shape_kind() function if DEBUG_SHAPE is true | Alan Coopersmith | |
Fixes gcc warning: xcompmgr.c:1762:1: warning: ‘shape_kind’ defined but not used Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-11-18 | Make dpy a local variable instead of a global | Alan Coopersmith | |
Fixes many gcc -Wshadow warnings Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-09-25 | Handle XShape window which shape change | Andreas | |
https://bugs.freedesktop.org/show_bug.cgi?id=20839 Tested-by: Yann Droneaud <yann@droneaud.fr> Signed-off-by: Andreas <finkandreas@web.de> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-11-20 | Remove trailing whitespace | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2009-11-21 | don't hard-code package version in C source. | Matthieu Herrb | |
While there, get rid of RCS Id. Reviewed-by: Remi Cardona <remi@gentoo.org> | |||
2009-04-14 | Try to report current composite manager name | Yann Droneaud | |
Try to read NET_WM_CM_Sn owner's NET_WM_NAME (or WM_NAME) property, otherwise report it's window id. Remarks: metacity and kwin currently don't set a window name for NET_WM_CM_Sn owner, but xcompmgr and compiz do. This should be added to wm-spec. | |||
2009-04-14 | Check for _NET_WM_CM_Sn before trying to install ourself as composite manager | Yann Droneaud | |
Check for a selection owner of _NET_WM_CM_Sn is the first thing to do before taking ownership on it, so clients watching for selection ownership changes won't be disturbed. | |||
2009-04-14 | Don't hard code the screen number | Yann Droneaud | |
2009-04-14 | Fix error reporting | Yann Droneaud | |
Use the 'name' looked up for extension errors If 'name' is NULL, use XGetErrorText(). Report error on stderr. | |||
2009-01-19 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. | |||
2008-04-02 | Make usage() report the current version. | James Cloos | |
2008-02-13 | Fix a server resource leak on destroying windows. | Dana Jansens | |
2007-03-12 | Make this loop slightly easier to read. | Tilman Sauerbeck | |
2007-03-12 | Constified some variables. | Tilman Sauerbeck | |
2007-03-12 | Include getopt.h for getopt(). | Tilman Sauerbeck | |
I think this should be portable. If it isn't, please yell at me and I'll add the necessary autoconf magic. | |||
2007-03-12 | Fixed a bunch of warnings. | Tilman Sauerbeck | |
2007-01-25 | Bug #9762: Fix opacity changes on unmapped windows. | Mark Tiefenbruck | |
2006-12-21 | increase version number to 1.1.3xcompmgr-1.1.3 | Dave Airlie | |
2006-12-03 | Bug #2703: Fixed a memory leak in the fading code. | Tilman Sauerbeck | |
2006-09-06 | Set the _NET_WM_CM_S* atom on the screen we're running on. | Tilman Sauerbeck | |
2005-10-07 | Make a dummy window with a name, so xrestop can point its finger at | Eric Anholt | |
xcompmgr for being such a pig. | |||
2005-01-27 | Bug #2391: Fix a use-after-free in run_fades. (Jonathan Briggs)XCOMPMGR_1_1_2 | Adam Jackson | |
2004-10-16 | Make xcompmgr distcheck and have a sane package name/version, and bump | Eric Anholt | |
version to 1.1.1. | |||
2004-09-29 | Modified paint_all so that it doesn't draw off-screen windows, and doesn't | dolio | |
draw shadows on desktop 'root' windows. | |||
2004-09-27 | bump version numberXCOMPMGR_1_1 | Adam Jackson | |
2004-09-23 | Added command-line options for changing values relevant to fading. | dolio | |
2004-09-23 | Miscellaneous code cleanup and failed allocation checks. | dolio | |
2004-09-21 | Added shadow precomputation for large-enough windows. | dolio | |
2004-09-20 | Print the version number in the usage summary. | Adam Jackson | |
2004-09-18 | Added various options for client-side shadows (offset, opacity, | dolio | |
blur-radius) based on the work of Thomas Luebking, along with the man entries and usage information to go along with them. | |||
2004-09-17 | Changed the usage function to display information on the available options. | dolio | |
2004-09-17 | Added allocation failure checks in shadow_picture and caused it to exit | dolio | |
gracefully rather than writing to unallocated memory. | |||
2004-09-14 | Bug #1360: Fix a segfault by checking the return value of XQueryTree. | Adam Jackson | |
(Johan Kiviniemi) | |||
2004-09-10 | More effects, bug fixes, doc updates.XCOMPMGR_1_0 | Adam Jackson | |
2004-08-14 | Remove abort call as it's just annoying. Add -a flag to just use Automatic | Keith Packard | |
compositing. No glitz, but no screen mangling either. | |||
2004-08-13 | Add name window pixmap support | Keith Packard | |
2004-07-08 | Eliminate 'struct timezone tz' as it isn't used. | Keith Packard | |
reviewed by: Keith Packard | |||
2004-07-08 | Add fade-in/fade-out support (-f option). Clean up leak of solid alpha | Keith Packard | |
picture per redraw of constant-alpha windows. | |||
2004-06-27 | Only use XCompositeNameWindowPixmap when the library provides it | Keith Packard | |
2004-06-27 | Make composite manager mode run-time selectable with command line option: | Keith Packard | |
-s: server-side shadows (sharp, but follows window alpha) -c: client-side shadows (blurred, but uses window extents only) -n: no shadows (this is the default mode) | |||
2004-06-27 | Ok, this synchronizes all of my changes for the last many months. Has code | Keith Packard | |
to do server-based shadows (SHARP_SHADOW). Has code to try and ignore appropriate errors (helps somewhat). Has code to handle global window translucency. Lots of other minor changes. | |||
2003-12-02 | Track whether cliplists have changed and avoid computation when not. Shrink | Keith Packard | |
shadows. Speed up shadow construction a bit by using memset. Eliminate useless INTERVAL code. Use XSync after paint_all to gather more events per update. | |||
2003-11-24 | Add support for CM_TRANSLUCENT property. | Keith Packard | |
reviewed by: Keith Packard <keithp@keithp.com> | |||
2003-11-23 | Rename gussianMap to gaussianMap (who the heck is gus?) Allow for other | Keith Packard | |
names for the root pixmap Handle non-zero border widths better (need Composite change to display them though). Add MONITOR_UPDATE mode that eliminates double buffering and blanks the screen to make sequence of update operations visible. Leave damage object around to catch map damage right. Add CirculateNotify support. | |||
2003-11-23 | Fix for latest Xfixes changes. | Eric Anholt | |
Submitted by: <stephan@wilkogazu.nl> |