Miscellaneous code cleanup and failed allocation checks.
[dana/xcompmgr.git] / ChangeLog
index 0d75401..2058dfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2004-09-22  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.c: (run_fades), (solid_picture), (get_opacity_prop),
+       (determine_wintype), (circulate_win):
+       Miscellaneous code cleanup and checks for failed allocations.
+
+2004-09-21  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.c: (presum_gaussian), (make_shadow), (main):
+       Added precomputation of shadows to make them a little more
+       friendly to slower computers (and make ridiculously huge
+       shadows usable on faster computers).
+
+2004-09-20  Adam Jackson  <ajax@freedesktop.org>
+
+       * xcompmgr.c:
+       Print the version number in the usage summary.
+
+2004-09-17  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.c: (win_extents), (usage), (main):
+       Added various client-side shadow options (opacity, offset, radius)
+       based on the work of Thomas Luebking.
+       * xcompmgr.1:
+       Added descriptions of the options in the man page.
+
+2004-09-17  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.c: (usage):
+       Changed the usage function to describe the available options.
+
+2004-09-17  Dan Doel  <dolio@case.edu>
+
+       * xcompmgr.c: (shadow_picture):
+       Added some tests to check for failed pixmap/picture/gc allocations and
+       exit appropriately.
+
+2004-09-14  Adam Jackson  <ajax@freedesktop.org>
+
+       * xcompmgr.c:
+       Bug #1360: Fix a segfault by checking the return value of XQueryTree.
+       (Johan Kiviniemi)
+
+2004-09-10  Adam Jackson  <ajax@freedesktop.org>
+
+       * xcompmgr.c:
+       Bug fixes and more pretty effects from Dan Doel.
+       * xcompmgr.1, Makefile.am:
+       More doc, fix the suffix so the man page installs in a sane place.
+
+2004-09-08  Adam Jackson  <ajax@freedesktop.org>
+
+       * xcompmgr.man, Makefile.am:
+       Add a man page.
+
+2004-08-14  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (error), (usage), (main):
+       Remove abort call as it's just annoying.
+       Add -a flag to just use Automatic compositing.  No glitz, but no
+       screen mangling either.
+
 2004-08-13  Keith Packard  <keithp@keithp.com>
 
        * xcompmgr.c: (paint_all), (repair_win), (map_win),