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