blob: 25c9dfe62fd535b19f443a091cfe8ee568e77a4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
2000-10-19 Ryan yeske <rcyeske@van.gobasis.com>
* manage.c (unmanaged_window): added.
* conf.h (PADDING_LEFT, PADDING_TOP, PADDING_RIGHT,
PADDING_BOTTOM, UNMANAGED_WINDOW_LIST): added. Windows listed in
UNMANAGED_WINDOW_LIST will not be managed. Space reserved for
unmanaged windows can be defined with PADDING_*
2000-10-19 shawn <sabetts@badbox.secure.basis.org>
* manage.c (get_window_name): added
2000-10-17 shawn <sabetts@vcn.bc.ca>
* events.c (configure_request): resize windows to the max-1. Call
XConfigureWindow as well as XSendEvent.
* manage.c (scanwins): Now only maps visible windows
* conf.h: Removed keystroke related defines
* actions.c: Moved all key activated functions here. Added
key_actions array.
* events.c (unmap_notify): now properly unmaps windows
* data.h: added ignore_badwindow
* main.c (handler): added ability to ignore BadWindow errors
2000-10-15 shawn <sabetts@vcn.bc.ca>
* main.c, data.h, events.c: Added ability to kill and hup running
ratpoison processes.
|