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