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