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