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