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