Include the autogen.sh in the distfile.
[dana/xcompmgr.git] / ChangeLog
index 1622422..d33bf7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,147 @@
+2005-01-26  Eric Anholt  <anholt@FreeBSD.org>
+
+       * Makefile.am:
+       Include the autogen.sh in the distfile.
+
+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),
+       (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),
+       (finish_unmap_win), (add_win), (configure_win), (damage_win),
+       (error), (main):
+       Add name window pixmap support
+
+2004-07-08  Ely Levy  <elylevy-xserver@cs.huji.ac.il>
+
+       reviewed by: Keith Packard
+
+       * xcompmgr.c: (get_time_in_milliseconds):
+       Eliminate 'struct timezone tz' as it isn't used.
+
+2004-07-08  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (get_time_in_milliseconds), (find_fade),
+       (dequeue_fade), (cleanup_fade), (enqueue_fade), (set_fade),
+       (fade_timeout), (run_fades), (paint_all), (map_win),
+       (finish_unmap_win), (unmap_callback), (unmap_win),
+       (determine_mode), (add_win), (configure_win), (finish_destroy_win),
+       (destroy_callback), (destroy_win), (error), (main):
+       Add fade-in/fade-out support (-f option).
+       Clean up leak of solid alpha picture per redraw of constant-alpha
+       windows.
+
+2004-06-27  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (map_win), (unmap_win), (main):
+       Only use XCompositeNameWindowPixmap when the library provides it
+
+2004-06-26  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (win_extents), (paint_all), (repair_win),
+       (unmap_win), (usage), (main):
+       Make composite manager mode run-time selectable with
+       command line option:
+        -s:    server-side shadows (sharp, but follows window alpha)
+        -c:    client-side shadows (blurred, but uses window extents only)
+        -n:    no shadows (this is the default mode)
+
+2004-06-26  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (make_gaussian_map), (make_shadow), (shadow_picture),
+       (solid_picture), (discard_ignore), (set_ignore), (should_ignore),
+       (win_extents), (border_size), (paint_all), (repair_win), (map_win),
+       (unmap_win), (get_opacity_prop), (determine_mode), (add_win),
+       (destroy_win), (error), (main):
+       Ok, this synchronizes all of my changes for the last many months.
+       Has code to do server-based shadows (SHARP_SHADOW).
+       Has code to try and ignore appropriate errors (helps somewhat).
+       Has code to handle global window translucency.
+       Lots of other minor changes.
+
+2004-05-17  Eric Anholt  <anholt@FreeBSD.org>
+
+       * configure.ac:
+       Autoconf 2.57 appears to work fine, as well.
+
+2004-03-31  Philip Blundell  <philb@gnu.org>
+
+       * Makefile.am: Set INCLUDES, not xcompmgr_INCLUDES.
+
 2004-03-28  Philip Blundell  <philb@gnu.org>
 
        * autogen.sh: New.