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