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