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