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