added UnderMouse windwo placement.
[mikachu/openbox.git] / CHANGELOG
1 Changelog for Openbox:
2
3 1.1.0:
4  * added UnderMouse window placement algorithm/type.    (Ben Jansens)
5
6 1.0.0:
7  * maximizing windows takes the slit into account as
8    well as the toolbar when 'Full Maximization' is off  (Ben Jansens)
9
10  * better handling of the rc file and its configuration
11    options. The file is written each time an option in
12    the file is changed, instead of being written at
13    shutdown. This means that you can edit the file by
14    hand while in Openbox, and then choose reconfig or
15    restart to have it use the new rc file.              (Ben Jansens)
16
17  * added a runtime option for hiding the toolbar.       (Scott Moynes)
18         
19  * made shaded windows edge-snap correctly to the
20    bottom for their size instead for their unshaded
21    size.                                                (Ben Jansens)
22
23  * added BestFit window placement algorithm/type.       (Ruhi Bloodworth)
24
25 0.99.1:
26  * forced a redraw of the close button after pressing
27    it. Some applications (eg. acroread) ignore the
28    close request and you end up with a funky close
29    button.                                              (Scott Moynes)
30
31 0.99.0:
32  * renamed header files from *.hh to *.h.               (Ben Jansens)
33
34  * fix clipping of the date/time in the toolbar with
35    proportional fonts.                                  (Sean Perry, Ben Jansens)
36
37  * added a --enable-clobber configuration option to
38    allow users to turn off the event clobbering by
39    hitting the numlock or scroll lock keys.             (Scott  Moynes)
40
41  * window menu is inconsistant in that other menus
42    ignore mouse button 2, but it did not, because of
43    the maximize option. Now all options in the window
44    menu ignore mouse button 2 to be consistant.         (Scott Moynes)
45
46  * changed the default configuration file from
47    ~/.blackboxrc to ~/.openbox/rc.                      (Ben Jansens)
48
49  * ignore fully-maximized windows when smart
50    placing windows.                                     (Ben Jansens)
51       
52  * windows snaps to both sides of the screen's edge,
53    i.e. they have double the snapping area, half
54    inside and half outside the visible screen.          (Ben Jansens)
55       
56  * a rootCommand per-screen in the rc file which
57    will override the rootCommand in styles for that
58    screen.                                              (Ben Jansens)
59       
60  * rolling the mouse wheel on a window's title bar
61    will shade/unshade the window. rolling the mouse
62    wheel on the root window will change workspaces      (John Kennis, Ben Jansens)
63       
64  * new button press/release code in Window class,
65    gives window buttons more consistent behavior.       (Ben Jansens)
66      
67  * custom ordering of windows' titlebar elements
68    with a titlebarLayout option added to the
69    rc file                                              (MrFab, Ben Jansens)
70     
71  * when resizing a window in non-opaque mode, fixed
72    the drawn rectangle so that it is drawn entirely
73    within the bounds of the new window. it used to
74    be drawn in the area of the window + 1.              (Ben Jansens)
75       
76  * changed the background of the toolbar's workspace
77    label when it is being edited. The text color
78    being used was that of the active window label,
79    but the background remained that of the toolbar.
80    Changed to use the background of the active
81    window label.                                        (Ben Jansens)
82
83  * added windowZones to the rc file specifying
84    the number of zones to divide a window into for
85    alt-drag resizing, and code to resize windows
86    with the number of zones specified.                  (Nicolas Delon, Ben Jansens)
87