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