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