Eliminate all delays in updates; let the X server scheduling handle things.
[dana/xcompmgr.git] / ChangeLog
1 2003-11-14  Keith Packard  <keithp@keithp.com>
2
3         * xcompmgr.c: (main):
4         Eliminate all delays in updates; let the X server scheduling
5         handle things.
6
7 2003-11-13  Keith Packard  <keithp@keithp.com>
8
9         * xcompmgr.c:
10         Reduce scheduling latency to 10ms
11
12 2003-11-13  Keith Packard  <keithp@keithp.com>
13
14         * xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),
15         (shadow_picture), (paint_all), (main):
16         Use an alpha map instead of an ARGB picture for shadows.
17         Update last_update only when actually updating windows.
18
19 2003-11-11  Keith Packard  <keithp@keithp.com>
20
21         * xcompmgr.c: (win_extents), (paint_all), (add_win), (main):
22         Detect ARGB windows, don't give them shadows, compose them
23         correctly.
24
25 2003-11-10  Keith Packard  <keithp@keithp.com>
26
27         * Makefile:
28         * xcompmgr.c: (root_tile), (main):
29         Track changes to _XROOTPMAP_ID property
30
31 2003-11-09  Keith Packard  <keithp@keithp.com>
32
33         * xcompmgr.c: (time_in_millis), (main):
34         Add a bit of scheduling to updates; update every 30 ms
35         instead of waiting for more events.  Smooths out window moving.
36         Interval needs to be configurable probably.
37
38 2003-11-09  Keith Packard  <keithp@keithp.com>
39
40         * xcompmgr.c: (root_tile):
41         Make sure _XROOTPMAP_ID property is right type, format and length
42         before attempting to use the resulting value.
43
44 2003-11-09  Keith Packard  <keithp@keithp.com>
45
46         * xcompmgr.c: (configure_win):
47         Configure damage must include shadow region, not just window.
48         Also, leaking region on each configure.
49
50 2003-11-09  Keith Packard  <keithp@keithp.com>
51
52         * xcompmgr.c: (main):
53         oops.  Left in an XSynchronize call.
54
55 2003-11-09  Keith Packard  <keithp@keithp.com>
56
57         * xcompmgr.c: (paint_root), (paint_all), (map_win), (add_win),
58         (configure_win), (destroy_win), (main):
59
60         Double buffer updates.
61         Check for InputOnly windows and ignore them
62
63 2003-11-09  Keith Packard  <keithp@keithp.com>
64
65         * xcompmgr.c: (root_tile), (paint_root):
66         Detect root pattern with undocumented _XROOTPMAP_ID property
67
68 2003-11-09  Keith Packard  <keithp@keithp.com>
69
70         * Makefile:
71         * xcompmgr.c: (gaussian), (make_gaussian_map), (sum_gaussian),
72         (make_shadow), (shadow_picture), (win_extents), (paint_all),
73         (map_win), (unmap_win), (add_win), (configure_win), (main):
74         Add drop shadows.