Make a dummy window with a name, so xrestop can point its finger at
[dana/xcompmgr.git] / xcompmgr.c
2005-10-07 Eric AnholtMake a dummy window with a name, so xrestop can point...
2005-01-27 Adam JacksonBug #2391: Fix a use-after-free in run_fades. (Jonathan... XCOMPMGR_1_1_2
2004-10-16 Eric AnholtMake xcompmgr distcheck and have a sane package name...
2004-09-29 dolioModified paint_all so that it doesn't draw off-screen...
2004-09-27 Adam Jacksonbump version number
2004-09-23 dolioAdded command-line options for changing values relevant...
2004-09-23 dolioMiscellaneous code cleanup and failed allocation checks.
2004-09-21 dolioAdded shadow precomputation for large-enough windows.
2004-09-20 Adam JacksonPrint the version number in the usage summary.
2004-09-18 dolioAdded various options for client-side shadows (offset...
2004-09-17 dolioChanged the usage function to display information on...
2004-09-17 dolioAdded allocation failure checks in shadow_picture and...
2004-09-14 Adam JacksonBug #1360: Fix a segfault by checking the return value...
2004-09-10 Adam JacksonMore effects, bug fixes, doc updates. XCOMPMGR_1_0
2004-08-14 Keith PackardRemove abort call as it's just annoying. Add -a flag...
2004-08-13 Keith PackardAdd name window pixmap support
2004-07-08 Keith PackardEliminate 'struct timezone tz' as it isn't used.
2004-07-08 Keith PackardAdd fade-in/fade-out support (-f option). Clean up...
2004-06-27 Keith PackardOnly use XCompositeNameWindowPixmap when the library...
2004-06-27 Keith PackardMake composite manager mode run-time selectable with...
2004-06-27 Keith PackardOk, this synchronizes all of my changes for the last...
2003-12-02 Keith PackardTrack whether cliplists have changed and avoid computat...
2003-11-24 Keith PackardAdd support for CM_TRANSLUCENT property.
2003-11-23 Keith PackardRename gussianMap to gaussianMap (who the heck is gus...
2003-11-23 Eric AnholtFix for latest Xfixes changes.
2003-11-19 Carl WorthEliminate several compiler warnings: missing includes...
2003-11-14 Matthew AllumMade gussian_map get called just once rather than N...
2003-11-14 Keith PackardEliminate all delays in updates; let the X server sched...
2003-11-13 Keith PackardReduce scheduling latency to 10ms
2003-11-13 Keith PackardUse an alpha map instead of an ARGB picture for shadows...
2003-11-11 Keith PackardDetect ARGB windows, don't give them shadows, compose...
2003-11-10 Keith PackardTrack changes to _XROOTPMAP_ID property
2003-11-10 Keith PackardAdd a bit of scheduling to updates; update every 30...
2003-11-10 Keith PackardMake sure _XROOTPMAP_ID property is right type, format...
2003-11-10 Keith PackardConfigure damage must include shadow region, not just...
2003-11-10 Keith Packardoops. Left in an XSynchronize call.
2003-11-10 Keith PackardDouble buffer updates. Check for InputOnly windows...
2003-11-10 Keith PackardDetect root pattern with undocumented _XROOTPMAP_ID...
2003-11-10 Keith PackardAdd drop shadows.
2003-11-09 Keith PackardInitial revision