summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-14xcompmgr 1.1.6xcompmgr-1.1.6Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-11-18Only define shape_kind() function if DEBUG_SHAPE is trueAlan 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-18Make dpy a local variable instead of a globalAlan Coopersmith
Fixes many gcc -Wshadow warnings Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-10-06Add xext to PKG_CHECK_MODULES for calls of shape ext. functions in libXextAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-09-25Handle XShape window which shape changeAndreas
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-20Remove trailing whitespaceAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-20config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-20config: Remove unnecessary calls from configure.acAlan Coopersmith
AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Never used any of the HAVE_* defines from the function/header checks Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-20config: update AC_PREREQ statement to 2.60Gaetan Nadon
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-11-21don'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-11-02xcompmgr 1.1.5xcompmgr-1.1.5Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-11-02Add COPYING file with copyright/license notice from xcompmgr.cAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-11-02Fix formatting of options/arguments in man pageAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-19Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-14Try to report current composite manager nameYann 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-14Check for _NET_WM_CM_Sn before trying to install ourself as composite managerYann 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-14Don't hard code the screen numberYann Droneaud
2009-04-14Fix error reportingYann Droneaud
Use the 'name' looked up for extension errors If 'name' is NULL, use XGetErrorText(). Report error on stderr.
2009-01-19Ansification 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-02Make usage() report the current version.James Cloos
2008-03-06xcompmgr 1.1.4xcompmgr-1.1.4Adam Jackson
2008-02-13Fix a server resource leak on destroying windows.Dana Jansens
2007-11-05Bug #13073: Fix broken word-wrapping in ChangeLog generation.Jamey Sharp
Thanks to Peter Dyballa <Peter_Dyballa@Freenet.DE> for pointing out the bug.
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos
2007-08-23Remove deprecated .cvsignoreJames Cloos
The repo already has a .gitignore, so just rm the old .cvsignore. Also removed a blank line from .gitignore.
2007-03-12Make this loop slightly easier to read.Tilman Sauerbeck
2007-03-12Constified some variables.Tilman Sauerbeck
2007-03-12Include 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-12Added .gitignore.Tilman Sauerbeck
2007-03-12Fixed a bunch of warnings.Tilman Sauerbeck
2007-01-25Bug #9762: Fix opacity changes on unmapped windows.Mark Tiefenbruck
2006-12-21increase version number to 1.1.3xcompmgr-1.1.3Dave Airlie
2006-12-21remove changelog from xcompmgrDave Airlie
2006-12-03Bug #2703: Fixed a memory leak in the fading code.Tilman Sauerbeck
2006-09-06Set the _NET_WM_CM_S* atom on the screen we're running on.Tilman Sauerbeck
2005-10-31Bump to 1.1.3 for anholt's named window hackXCOMPMGR_1_1_3Adam Jackson
2005-10-07Add the foreign flag so autotools doesn't incorrectly slap a GPL on this,Eric Anholt
and add a .cvsignore for cvs up clarity.
2005-10-07Make a dummy window with a name, so xrestop can point its finger atEric Anholt
xcompmgr for being such a pig.
2005-01-27Bug #2391: Fix a use-after-free in run_fades. (Jonathan Briggs)XCOMPMGR_1_1_2Adam Jackson
2005-01-27Include the autogen.sh in the distfile.Eric Anholt
2004-10-16Make xcompmgr distcheck and have a sane package name/version, and bumpEric Anholt
version to 1.1.1.
2004-09-29Modified paint_all so that it doesn't draw off-screen windows, and doesn'tdolio
draw shadows on desktop 'root' windows.
2004-09-27bump version numberXCOMPMGR_1_1Adam Jackson
2004-09-23Added command-line options for changing values relevant to fading.dolio
2004-09-23Miscellaneous code cleanup and failed allocation checks.dolio
2004-09-21Added shadow precomputation for large-enough windows.dolio
2004-09-20Print the version number in the usage summary.Adam Jackson
2004-09-18Added 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-17Changed the usage function to display information on the available options.dolio