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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
-*- text -*-
User visible changes
2010-07-07
* Rearranges windows to be visible and fit on screen if a physical
screen is removed or screen is tilted.
* Maximize and vertical maximize toggles.
* First virtual workspace, that is 1, is now numbered as 0 in the
_NET_WM_DESKTOP as in the rest of the window managers following
EWMH.
2010-06-30
* Virtual workspaces available with Mod2-0,1,2... Fix on all
workspaces with Mod2-f.
2010-06-29
* Focus can change from keyboard with Mod2-Tab.
2010-06-24-3
* -f and -u options for focused and unfocused colours.
2010-06-24
* When starting, we don't care about windows with override redirect
set. This means, for instance, that if a GTK application was
running when we started, we won't draw any borders around its
menus.
* New option, -t <terminal-program>.
* Fixed bugs.
2010-06-22
* Handles size changes of the root window. That is, if the user adds
an additional screen or removes one when the X server supports
RANDR.
* MODKEY + R toggles raise/lower of window.
* Maps new windows on pointer position and tries to fit on screen.
* Resizes with size hints. This means, for instance, that most
programs using fixed width fonts resizes by font width and height.
No feedback yet, though.
* Handles more requests, which means usable with more programs
(xterm and xpdf, for instance, which hardly worked before).
* Fixed bugs.
2010-06-19
* Now a real window manager. Now controls mapping of windows. If we
can't be a real window manager, this probably means there is
already one running, so we fall back to co-running.
Windows are mapped at the pointer position if we can control it.
* A flag, -b, for not drawing any borders what so ever. Might be
useful when co-running.
* Now doesn't raise windows all the time while moving or resizing
with the mouse. Just raises once.
|