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