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