summaryrefslogtreecommitdiff
path: root/xcompmgr.c
AgeCommit message (Expand)Author
2019-02-17xcompmgr 1.1.6-1 doesn't draw shadowsBrandon Gooch
2019-02-17fix fade-in speed when opacity raisesJason Woofenden
2013-11-26Combine usage message stringsAlan Coopersmith
2011-11-18Only define shape_kind() function if DEBUG_SHAPE is trueAlan Coopersmith
2011-11-18Make dpy a local variable instead of a globalAlan Coopersmith
2011-09-25Handle XShape window which shape changeAndreas
2010-11-20Remove trailing whitespaceAlan Coopersmith
2009-11-21don't hard-code package version in C source.Matthieu Herrb
2009-04-14Try to report current composite manager nameYann Droneaud
2009-04-14Check for _NET_WM_CM_Sn before trying to install ourself as composite managerYann Droneaud
2009-04-14Don't hard code the screen numberYann Droneaud
2009-04-14Fix error reportingYann Droneaud
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade
2008-04-02Make usage() report the current version.James Cloos
2008-02-13Fix a server resource leak on destroying windows.Dana Jansens
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
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-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-07Make a dummy window with a name, so xrestop can point its finger atEric Anholt
2005-01-27Bug #2391: Fix a use-after-free in run_fades. (Jonathan Briggs)XCOMPMGR_1_1_2Adam Jackson
2004-10-16Make xcompmgr distcheck and have a sane package name/version, and bumpEric Anholt
2004-09-29Modified paint_all so that it doesn't draw off-screen windows, and doesn'tdolio
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
2004-09-17Changed the usage function to display information on the available options.dolio
2004-09-17Added allocation failure checks in shadow_picture and caused it to exitdolio
2004-09-14Bug #1360: Fix a segfault by checking the return value of XQueryTree.Adam Jackson
2004-09-10More effects, bug fixes, doc updates.XCOMPMGR_1_0Adam Jackson
2004-08-14Remove abort call as it's just annoying. Add -a flag to just use AutomaticKeith Packard
2004-08-13Add name window pixmap supportKeith Packard
2004-07-08Eliminate 'struct timezone tz' as it isn't used.Keith Packard
2004-07-08Add fade-in/fade-out support (-f option). Clean up leak of solid alphaKeith Packard
2004-06-27Only use XCompositeNameWindowPixmap when the library provides itKeith Packard
2004-06-27Make composite manager mode run-time selectable with command line option:Keith Packard
2004-06-27Ok, this synchronizes all of my changes for the last many months. Has codeKeith Packard
2003-12-02Track whether cliplists have changed and avoid computation when not. ShrinkKeith Packard
2003-11-24Add support for CM_TRANSLUCENT property.Keith Packard
2003-11-23Rename gussianMap to gaussianMap (who the heck is gus?) Allow for otherKeith Packard
2003-11-23Fix for latest Xfixes changes.Eric Anholt
2003-11-19Eliminate several compiler warnings: missing includes, static functions,Carl Worth
2003-11-14Made gussian_map get called just once rather than N timesMatthew Allum