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