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