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