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