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