]> icculus.org git repositories - dana/openbox.git/blob - CHANGELOG
add bitmap buttons, and put support for them in all the default styles
[dana/openbox.git] / CHANGELOG
1 Changelog for Openbox:
2
3 2.2.1:
4  * Add bitmap button support to all the default styles. (Ben Jansens)
5
6  * Change the default premax values to be larger than 0 (Ben Jansens)
7    for clients that map in a maximized state. (avoid a
8    mozilla crash.)
9
10  * Fix for clients changing from a non-resizable window (Ben Jansens)
11    to a resizable window.
12
13  * Fix bug with mutltibyte fonts being really tiny.     (Ben Jansens)
14
15  * Stop using Utf8 drawing routines for Xft. These      (Ben Jansens)
16    don't work at all for high-ascii letters, which are
17    used in the non-english locales.
18
19  * Fix menu redraw bug when dragging them off-screen or (Scott Moynes,
20    under other menus, with Xft fonts.                    Ben Jansens)
21
22  * Build fixes for xftlsfonts and for openbox on        (Marius Nita)
23    redhat systems.
24
25 2.2.0:
26  * Allow changing the appearance of buttons with xbm    (Scott Moynes)
27    bitmap files. Can be disabled with 
28    --disable-bitmap-buttons.
29  
30  * Added style textures for                             (Scott Moynes)
31    window.button.pressed.focus/unfocus:
32
33  * Fixed window menu placement bug                      (Scott Moynes)
34
35  * A build fix for xftlsfonts.                          (Scott Moynes)
36
37  * Add a configuration menu for changing Xft font       (Ben Jansens)
38    options, when Xft is compiled in.
39
40 2.1.0:
41  * Make alt-right-click resizing work on bottom window  (Ben Jansens)
42    handles.
43
44  * Drop shadows for fonts, optional. (dropShadowFonts   (Ben Jansens)
45    in the rc file).
46
47  * GNOME 2 Support. (Fixed problems with Gnome 2        (Ben Jansens)
48    taskbar.
49
50  * Redo borders for styles. Any flat textured object    (Ben Jansens)
51    (solid or gradient) can add "border" to its texture
52    and then its ".borderColor" resource will be used
53    for a 1 pixel-wide border around the element.
54
55  * Add an optional Sticky button for window titlebars.  (Scott Moynes)
56    It can be added by putting an 'S' in your
57    titlebarLayout.                                      
58
59  * Fix SendTo menus. They would keep workspaces that
60    had been deleted.                                    (Ben Jansens)
61
62  * Fixes for workspace switching. Putting old code      (Ben Jansens)
63    back.
64
65  * Fixes for workspace warping. Window and mouse would  (Ben Jansens)
66    move slightly out of sync, as one motion event would
67    get dropped. Other windows could also be selected
68    for moving during the warp. Now everything works as
69    expected.
70
71  * Better workspace changing for sticky windows, don't  (Jason Kasper)
72    unmap/remap them, causing them to flicker. But keep
73    sloppy focus working right still.
74
75  * Fixed Sloppy Focus-Auto Raise bug, as exibited by    (Ben Jansens)
76    fullscreen SDL applications. A frame window would
77    be raised over the app.
78
79  * Enforce windows' functionality, so that windows that (Ben Jansens)
80    aren't suppoosed to be able to perform actions, such
81    as iconify, can't end up being iconified anyhow.
82    (Fixes the "Desktop Access" feature in KDE.)
83
84  * Fix window gravity handling for an application
85    resizing (ConfigureRequest event for resize only).   (Ben Jansens)
86
87  * Fix support for the Shape extension.                 (Ben Jansens)
88
89  * Fix for recognizing kde systray windows unmapping.   (Ben Jansens)
90
91 2.0.0:
92  * Add an rc option (modiferMask) to allow changing     (Ben Jansens)
93    which modifier combo Openbox uses for mouse
94    interation with windows.
95
96  * Add an rc option (rootScrollDirection) to specify    (Ben Jansens)
97    the direction the workspaces scroll when using the
98    mouse wheel on the root window.
99
100  * Add a new checkmark pixmap in the menus to denote    (Ben Jansens)
101    selected items, instead of the old colored box.
102
103  * Add "workspace warping" while moving a window. (Grab (Ben Jansens)
104    a window and move it past the edge of the screen, so
105    that your mouse pointer hits the edge, and you'll
106    flip to the next workspace.
107
108  * Add options intheconfig menu for ignoring shaded and (Ben Jansens)
109    full-maximized windows when placing new windows.
110
111  * Style extension for flatborder texture type.         (Ben Jansens)
112
113  * Add a window-snapping offset (edgeSnapOffset in the  (Ben Jansens)
114    rc file).
115
116  * Window resistance snapping (specified with           (Ben Jansens)
117    windowToWindowSnap and windowToEdgeSnap in the rc
118    file).
119
120  * Sticky windows appear in the workspace menus         (Ben Jansens)
121    for all workspaces, and generally behave like
122    a normal window, except appearing on all
123    workspaces.
124
125  * Xft font support for styles.                         (Ben Jansens)
126
127  * Xinerama support for window placement, maximization, (Ben Jansens)
128    and snapping.
129
130  * NETWM/EWMH Support.                                  (Scott Moynes and
131                                                          Ben Jansens)
132
133  * KDE 3 Support.                                       (Scott Moynes and
134                                                          Ben Jansens)
135
136  * window zone resizing (specified by resizeZones in    (Ben Jansens)
137    the rc file). Allows you to resize a window in 2
138    halves or 4 quarters.
139
140  * Allow any style settings to be placed in the rc      (Ben Jansens)
141    file, where they will override all styles
142    (especially useful for the rootCommand or fonts).
143
144  * Makes the ~/.openbox dir for you if it doesn't       (Ben Jansens)
145    exist.
146
147  * Window-to-window snapping (including corner          (Ben Jansens)
148    snapping!).
149
150  * Properly save/restore your menu position when        (Ben Jansens)
151    Openbox reconfigures (e.g. when changing
152    styles).
153
154  * Disable the current workspace in the send-to menu.   (Ben Jansens)
155
156  * Added UnderMouse window placement algorithm/type.    (Ben Jansens)
157
158  * Added ClickMouse window placement algorithm/type.    (Ben Jansens)
159
160  * Added a runtime option for hiding the toolbar.       (Ben Jansens)
161
162  * Custom ordering of windows' titlebar elements with   (Ben Jansens)
163    a titlebarLayout option added to the rc file. 
164
165  * Rolling the mouse wheel on a window's title bar will (Ben Jansens)
166    shade/unshade the window. rolling the mouse wheel on
167    the root window will change workspaces. 
168
169  * Better handling of the rc file and its configuration (Ben Jansens)
170    options. The file is written each time an option in
171    the file is changed, instead of being written at
172    shutdown. This means that you can edit the file by
173    hand while in Openbox, and then choose reconfig or
174    restart to have it use the new rc file. 
175
176  * Changed the default configuration file from          (Ben Jansens)
177    ~/.blackboxrc to ~/.openbox/rc. 
178
179  * Changed the menu from an rcfile option to a          (Ben Jansens)
180    command-line option. use 'openbox -menu ' to select
181    an alternate menu. The default menu used is
182    ~/.openbox/menu. If the default, or the file you
183    specify does not exist, the global menu is tried.
184    And if the global menu also does not exist, a
185    simple, internal menu is used instead.