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