cbd0d815d0e9d969959b263ab035bdcce57b9f8f
[dana/xcompmgr.git] / ChangeLog
1 2003-11-24  Matthew Hawn <hawnpawn@yahoo.com>
2
3         reviewed by: Keith Packard  <keithp@keithp.com>
4
5         * xcompmgr.c: (map_win), (unmap_win), (get_trans_prop),
6         (determine_mode), (add_win), (main):
7         Add support for CM_TRANSLUCENT property.
8
9 2003-11-23  Keith Packard  <keithp@keithp.com>
10
11         * xcompmgr.c: (make_shadow), (root_tile), (win_extents),
12         (border_size), (paint_all), (repair_win), (map_win), (unmap_win),
13         (add_win), (restack_win), (configure_win), (circulate_win),
14         (destroy_win), (ev_serial), (ev_name), (ev_window), (main):
15         
16         Rename gussianMap to gaussianMap (who the heck is gus?)
17         Allow for other names for the root pixmap
18         Handle non-zero border widths better (need Composite change
19         to display them though).
20         Add MONITOR_UPDATE mode that eliminates double buffering and
21         blanks the screen to make sequence of update operations visible.
22         Leave damage object around to catch map damage right.
23         Add CirculateNotify support.
24
25 2003-11-23  Eric Anholt  <anholt@FreeBSD.org>
26
27         * xcompmgr.c: (border_size), (paint_all), (add_damage),
28         (repair_win), (configure_win):
29         Fix for latest Xfixes changes.
30
31         Submitted by: <stephan@wilkogazu.nl>
32
33 2003-11-19  Carl Worth  <cworth@isi.edu>
34
35         * xcompmgr.c: Eliminate several compiler warnings: missing
36         includes, static functions, unused variables.  Remove confusing
37         informational messages with the word "error" in them.
38
39 2003-11-14  Keith Packard  <keithp@keithp.com>
40
41         * xcompmgr.c: (main):
42         Eliminate all delays in updates; let the X server scheduling
43         handle things.
44
45 2003-11-13  Keith Packard  <keithp@keithp.com>
46
47         * xcompmgr.c:
48         Reduce scheduling latency to 10ms
49
50 2003-11-13  Keith Packard  <keithp@keithp.com>
51
52         * xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),
53         (shadow_picture), (paint_all), (main):
54         Use an alpha map instead of an ARGB picture for shadows.
55         Update last_update only when actually updating windows.
56
57 2003-11-11  Keith Packard  <keithp@keithp.com>
58
59         * xcompmgr.c: (win_extents), (paint_all), (add_win), (main):
60         Detect ARGB windows, don't give them shadows, compose them
61         correctly.
62
63 2003-11-10  Keith Packard  <keithp@keithp.com>
64
65         * Makefile:
66         * xcompmgr.c: (root_tile), (main):
67         Track changes to _XROOTPMAP_ID property
68
69 2003-11-09  Keith Packard  <keithp@keithp.com>
70
71         * xcompmgr.c: (time_in_millis), (main):
72         Add a bit of scheduling to updates; update every 30 ms
73         instead of waiting for more events.  Smooths out window moving.
74         Interval needs to be configurable probably.
75
76 2003-11-09  Keith Packard  <keithp@keithp.com>
77
78         * xcompmgr.c: (root_tile):
79         Make sure _XROOTPMAP_ID property is right type, format and length
80         before attempting to use the resulting value.
81
82 2003-11-09  Keith Packard  <keithp@keithp.com>
83
84         * xcompmgr.c: (configure_win):
85         Configure damage must include shadow region, not just window.
86         Also, leaking region on each configure.
87
88 2003-11-09  Keith Packard  <keithp@keithp.com>
89
90         * xcompmgr.c: (main):
91         oops.  Left in an XSynchronize call.
92
93 2003-11-09  Keith Packard  <keithp@keithp.com>
94
95         * xcompmgr.c: (paint_root), (paint_all), (map_win), (add_win),
96         (configure_win), (destroy_win), (main):
97
98         Double buffer updates.
99         Check for InputOnly windows and ignore them
100
101 2003-11-09  Keith Packard  <keithp@keithp.com>
102
103         * xcompmgr.c: (root_tile), (paint_root):
104         Detect root pattern with undocumented _XROOTPMAP_ID property
105
106 2003-11-09  Keith Packard  <keithp@keithp.com>
107
108         * Makefile:
109         * xcompmgr.c: (gaussian), (make_gaussian_map), (sum_gaussian),
110         (make_shadow), (shadow_picture), (win_extents), (paint_all),
111         (map_win), (unmap_win), (add_win), (configure_win), (main):
112         Add drop shadows.