Detect ARGB windows, don't give them shadows, compose them correctly.
[dana/xcompmgr.git] / ChangeLog
index 946788a..59ebf22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2003-11-11  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (win_extents), (paint_all), (add_win), (main):
+       Detect ARGB windows, don't give them shadows, compose them
+       correctly.
+
+2003-11-10  Keith Packard  <keithp@keithp.com>
+
+       * Makefile:
+       * xcompmgr.c: (root_tile), (main):
+       Track changes to _XROOTPMAP_ID property
+
+2003-11-09  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (time_in_millis), (main):
+       Add a bit of scheduling to updates; update every 30 ms
+       instead of waiting for more events.  Smooths out window moving.
+       Interval needs to be configurable probably.
+
+2003-11-09  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (root_tile):
+       Make sure _XROOTPMAP_ID property is right type, format and length
+       before attempting to use the resulting value.
+
+2003-11-09  Keith Packard  <keithp@keithp.com>
+
+       * xcompmgr.c: (configure_win):
+       Configure damage must include shadow region, not just window.
+       Also, leaking region on each configure.
+
 2003-11-09  Keith Packard  <keithp@keithp.com>
 
        * xcompmgr.c: (main):