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