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