bbc41dc2ae7d9726f8ed5bb422c7e1ba9b6023b4
[dana/xcompmgr.git] / ChangeLog
1 2003-11-10  Keith Packard  <keithp@keithp.com>
2
3         * Makefile:
4         * xcompmgr.c: (root_tile), (main):
5         Track changes to _XROOTPMAP_ID property
6
7 2003-11-09  Keith Packard  <keithp@keithp.com>
8
9         * xcompmgr.c: (time_in_millis), (main):
10         Add a bit of scheduling to updates; update every 30 ms
11         instead of waiting for more events.  Smooths out window moving.
12         Interval needs to be configurable probably.
13
14 2003-11-09  Keith Packard  <keithp@keithp.com>
15
16         * xcompmgr.c: (root_tile):
17         Make sure _XROOTPMAP_ID property is right type, format and length
18         before attempting to use the resulting value.
19
20 2003-11-09  Keith Packard  <keithp@keithp.com>
21
22         * xcompmgr.c: (configure_win):
23         Configure damage must include shadow region, not just window.
24         Also, leaking region on each configure.
25
26 2003-11-09  Keith Packard  <keithp@keithp.com>
27
28         * xcompmgr.c: (main):
29         oops.  Left in an XSynchronize call.
30
31 2003-11-09  Keith Packard  <keithp@keithp.com>
32
33         * xcompmgr.c: (paint_root), (paint_all), (map_win), (add_win),
34         (configure_win), (destroy_win), (main):
35
36         Double buffer updates.
37         Check for InputOnly windows and ignore them
38
39 2003-11-09  Keith Packard  <keithp@keithp.com>
40
41         * xcompmgr.c: (root_tile), (paint_root):
42         Detect root pattern with undocumented _XROOTPMAP_ID property
43
44 2003-11-09  Keith Packard  <keithp@keithp.com>
45
46         * Makefile:
47         * xcompmgr.c: (gaussian), (make_gaussian_map), (sum_gaussian),
48         (make_shadow), (shadow_picture), (win_extents), (paint_all),
49         (map_win), (unmap_win), (add_win), (configure_win), (main):
50         Add drop shadows.