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