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