aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Empty signed commitHEADmasterMattias Andrée2024-04-060-0/+0
|
* Fix make clean and .gitignoreMattias Andrée2023-07-022-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve makefile1.1.1Mattias Andrée2023-07-022-3/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-03-311-3/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* SimplifyMattias Andrée2018-01-061-16/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-01-061-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-01-061-14/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor improvements1.1Mattias Andrée2018-01-062-16/+30
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove XShape support, doesn't seem to be necessary as long as you start the compositor firstMattias Andrée2018-01-062-53/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some minor improvementsMattias Andrée2018-01-061-65/+40
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-01-061-17/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Simplify and remove all features1.0Mattias Andrée2018-01-0613-2562/+851
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* xcompmgr 1.1.7Alan Coopersmith2015-04-161-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: move man pages into their own directoryAlan Coopersmith2014-10-204-13/+27
| | | | | | | Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* man: note that -n is the default mode.Matthieu Herrb2014-10-201-1/+1
| | | | | | Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove empty AUTHORS & NEWS filesAlan Coopersmith2014-06-022-0/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith2014-06-021-1/+12
| | | | | | | | | See http://people.gnome.org/~walters/docs/build-api.txt Also includes support for builds outside $srcdir as found in most other X.Org autogen.sh files. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2014-06-021-1/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Combine usage message stringsAlan Coopersmith2013-11-261-19/+36
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* xcompmgr 1.1.6Alan Coopersmith2012-02-141-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Only define shape_kind() function if DEBUG_SHAPE is trueAlan Coopersmith2011-11-181-2/+5
| | | | | | | Fixes gcc warning: xcompmgr.c:1762:1: warning: ‘shape_kind’ defined but not used Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Make dpy a local variable instead of a globalAlan Coopersmith2011-11-181-3/+3
| | | | | | Fixes many gcc -Wshadow warnings Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add xext to PKG_CHECK_MODULES for calls of shape ext. functions in libXextAlan Coopersmith2011-10-061-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Handle XShape window which shape changeAndreas2011-09-251-1/+116
| | | | | | | | | 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>
* Remove trailing whitespaceAlan Coopersmith2010-11-202-53/+53
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith2010-11-201-6/+7
| | | | | | | | 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>
* config: Remove unnecessary calls from configure.acAlan Coopersmith2010-11-201-15/+0
| | | | | | | | 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>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-11-201-1/+1
| | | | | | | | | | | 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>
* don't hard-code package version in C source.Matthieu Herrb2009-11-211-3/+4
| | | | | | While there, get rid of RCS Id. Reviewed-by: Remi Cardona <remi@gentoo.org>
* xcompmgr 1.1.5Alan Coopersmith2009-11-021-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add COPYING file with copyright/license notice from xcompmgr.cAlan Coopersmith2009-11-021-0/+19
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix formatting of options/arguments in man pageAlan Coopersmith2009-11-021-11/+11
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-192-8/+8
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith2009-10-011-0/+27
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Try to report current composite manager nameYann Droneaud2009-04-141-3/+27
| | | | | | | | 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.
* Check for _NET_WM_CM_Sn before trying to install ourself as composite managerYann Droneaud2009-04-141-2/+13
| | | | | | 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.
* Don't hard code the screen numberYann Droneaud2009-04-141-4/+5
|
* Fix error reportingYann Droneaud2009-04-141-3/+12
| | | | | | Use the 'name' looked up for extension errors If 'name' is NULL, use XGetErrorText(). Report error on stderr.
* Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade2009-01-194-94/+104
| | | | | This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings.
* Make usage() report the current version.James Cloos2008-04-021-1/+1
|
* xcompmgr 1.1.4Adam Jackson2008-03-061-1/+1
|
* Fix a server resource leak on destroying windows.Dana Jansens2008-02-131-0/+5
|
* Bug #13073: Fix broken word-wrapping in ChangeLog generation.Jamey Sharp2007-11-051-2/+1
| | | | | Thanks to Peter Dyballa <Peter_Dyballa@Freenet.DE> for pointing out the bug.
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* Remove deprecated .cvsignoreJames Cloos2007-08-232-16/+0
| | | | | | The repo already has a .gitignore, so just rm the old .cvsignore. Also removed a blank line from .gitignore.
* Make this loop slightly easier to read.Tilman Sauerbeck2007-03-121-2/+4
|
* Constified some variables.Tilman Sauerbeck2007-03-121-2/+2
|
* Include getopt.h for getopt().Tilman Sauerbeck2007-03-121-0/+1
| | | | | I think this should be portable. If it isn't, please yell at me and I'll add the necessary autoconf magic.
* Added .gitignore.Tilman Sauerbeck2007-03-121-0/+17
|
* Fixed a bunch of warnings.Tilman Sauerbeck2007-03-121-15/+4
|