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