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