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