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