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