Modified paint_all so that it doesn't draw off-screen windows, and doesn't
[dana/xcompmgr.git] / ChangeLog
index 2058dfb..cd9c99a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-09-29  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.c: (paint_all):
+       Added some small optimizations by Thomas Luebking. paint_all
+       now avoids drawing windows that don't appear on the screen,
+       and doesn't bother drawing shadows on desktop windows.
+
+2004-09-23  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.1:
+       * xcompmgr.c: (usage), (main):
+       Added options -O -I and -D for controlling fading effects and
+       appropriate man entries, based on the patch by Johan Kiviniemi.
+
 2004-09-22  Dan Doel  <dolio@case.edu>
 
        * xcompmgr.c: (run_fades), (solid_picture), (get_opacity_prop),