summaryrefslogtreecommitdiff
path: root/xcompmgr.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-29Remove unused macrosAlan Coopersmith1-5/+0
2022-10-29Mark usage() as _X_COLD _X_NORETURNAlan Coopersmith1-1/+1
2022-10-29Resolve -Wshadow warningsAlan Coopersmith1-7/+7
2022-08-16Remove obsolete casts on malloc & free callsAlan Coopersmith1-4/+4
2022-08-16Reduce variable scope as suggested by cppcheckAlan Coopersmith1-8/+5
2019-02-17xcompmgr 1.1.6-1 doesn't draw shadowsBrandon Gooch1-1/+4
2019-02-17fix fade-in speed when opacity raisesJason Woofenden1-2/+11
2013-11-26Combine usage message stringsAlan Coopersmith1-19/+36
2011-11-18Only define shape_kind() function if DEBUG_SHAPE is trueAlan Coopersmith1-2/+5
2011-11-18Make dpy a local variable instead of a globalAlan Coopersmith1-3/+3
2011-09-25Handle XShape window which shape changeAndreas1-1/+116
2010-11-20Remove trailing whitespaceAlan Coopersmith1-52/+52
2009-11-21don't hard-code package version in C source.Matthieu Herrb1-3/+4
2009-04-14Try to report current composite manager nameYann Droneaud1-3/+27
2009-04-14Check for _NET_WM_CM_Sn before trying to install ourself as composite managerYann Droneaud1-2/+13
2009-04-14Don't hard code the screen numberYann Droneaud1-4/+5
2009-04-14Fix error reportingYann Droneaud1-3/+12
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-88/+88
2008-04-02Make usage() report the current version.James Cloos1-1/+1
2008-02-13Fix a server resource leak on destroying windows.Dana Jansens1-0/+5
2007-03-12Make this loop slightly easier to read.Tilman Sauerbeck1-2/+4
2007-03-12Constified some variables.Tilman Sauerbeck1-2/+2
2007-03-12Include getopt.h for getopt().Tilman Sauerbeck1-0/+1
2007-03-12Fixed a bunch of warnings.Tilman Sauerbeck1-15/+4
2007-01-25Bug #9762: Fix opacity changes on unmapped windows.Mark Tiefenbruck1-3/+7
2006-12-21increase version number to 1.1.3xcompmgr-1.1.3Dave Airlie1-1/+1
2006-12-03Bug #2703: Fixed a memory leak in the fading code.Tilman Sauerbeck1-1/+1
2006-09-06Set the _NET_WM_CM_S* atom on the screen we're running on.Tilman Sauerbeck1-2/+8
2005-10-07Make a dummy window with a name, so xrestop can point its finger atEric Anholt1-0/+15
2005-01-27Bug #2391: Fix a use-after-free in run_fades. (Jonathan Briggs)XCOMPMGR_1_1_2Adam Jackson1-3/+8
2004-10-16Make xcompmgr distcheck and have a sane package name/version, and bumpEric Anholt1-1/+1
2004-09-29Modified paint_all so that it doesn't draw off-screen windows, and doesn'tdolio1-1/+9
2004-09-27bump version numberXCOMPMGR_1_1Adam Jackson1-1/+1
2004-09-23Added command-line options for changing values relevant to fading.dolio1-1/+19
2004-09-23Miscellaneous code cleanup and failed allocation checks.dolio1-4/+21
2004-09-21Added shadow precomputation for large-enough windows.dolio1-6/+61
2004-09-20Print the version number in the usage summary.Adam Jackson1-0/+1
2004-09-18Added various options for client-side shadows (offset, opacity,dolio1-9/+24
2004-09-17Changed the usage function to display information on the available options.dolio1-1/+11
2004-09-17Added allocation failure checks in shadow_picture and caused it to exitdolio1-0/+20
2004-09-14Bug #1360: Fix a segfault by checking the return value of XQueryTree.Adam Jackson1-1/+7
2004-09-10More effects, bug fixes, doc updates.XCOMPMGR_1_0Adam Jackson1-30/+174
2004-08-14Remove abort call as it's just annoying. Add -a flag to just use AutomaticKeith Packard1-16/+29
2004-08-13Add name window pixmap supportKeith Packard1-32/+133
2004-07-08Eliminate 'struct timezone tz' as it isn't used.Keith Packard1-2/+1
2004-07-08Add fade-in/fade-out support (-f option). Clean up leak of solid alphaKeith Packard1-68/+297
2004-06-27Only use XCompositeNameWindowPixmap when the library provides itKeith Packard1-0/+12
2004-06-27Make composite manager mode run-time selectable with command line option:Keith Packard1-84/+130
2004-06-27Ok, this synchronizes all of my changes for the last many months. Has codeKeith Packard1-149/+366
2003-12-02Track whether cliplists have changed and avoid computation when not. ShrinkKeith Packard1-69/+75