add recent fixes
[dana/openbox-history.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  (Ben Jansens)
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 2.0.0:
30  * Add an rc option (modiferMask) to allow changing     (Ben Jansens)
31    which modifier combo Openbox uses for mouse
32    interation with windows.
33
34  * Add an rc option (rootScrollDirection) to specify    (Ben Jansens)
35    the direction the workspaces scroll when using the
36    mouse wheel on the root window.
37
38  * Add a new checkmark pixmap in the menus to denote    (Ben Jansens)
39    selected items, instead of the old colored box.
40
41  * Add "workspace warping" while moving a window. (Grab (Ben Jansens)
42    a window and move it past the edge of the screen, so
43    that your mouse pointer hits the edge, and you'll
44    flip to the next workspace.
45
46  * Add options intheconfig menu for ignoring shaded and (Ben Jansens)
47    full-maximized windows when placing new windows.
48
49  * Style extension for flatborder texture type.         (Ben Jansens)
50
51  * Add a window-snapping offset (edgeSnapOffset in the  (Ben Jansens)
52    rc file).
53
54  * Window resistance snapping (specified with           (Ben Jansens)
55    windowToWindowSnap and windowToEdgeSnap in the rc
56    file).
57
58  * Sticky windows appear in the workspace menus         (Ben Jansens)
59    for all workspaces, and generally behave like
60    a normal window, except appearing on all
61    workspaces.
62
63  * Xft font support for styles.                         (Ben Jansens)
64
65  * Xinerama support for window placement, maximization, (Ben Jansens)
66    and snapping.
67
68  * NETWM/EWMH Support.                                  (Scott Moynes and
69                                                          Ben Jansens)
70
71  * KDE 3 Support.                                       (Scott Moynes and
72                                                          Ben Jansens)
73
74  * window zone resizing (specified by resizeZones in    (Ben Jansens)
75    the rc file). Allows you to resize a window in 2
76    halves or 4 quarters.
77
78  * Allow any style settings to be placed in the rc      (Ben Jansens)
79    file, where they will override all styles
80    (especially useful for the rootCommand or fonts).
81
82  * Makes the ~/.openbox dir for you if it doesn't       (Ben Jansens)
83    exist.
84
85  * Window-to-window snapping (including corner          (Ben Jansens)
86    snapping!).
87
88  * Properly save/restore your menu position when        (Ben Jansens)
89    Openbox reconfigures (e.g. when changing
90    styles).
91
92  * Disable the current workspace in the send-to menu.   (Ben Jansens)
93
94  * Added UnderMouse window placement algorithm/type.    (Ben Jansens)
95
96  * Added ClickMouse window placement algorithm/type.    (Ben Jansens)
97
98  * Added a runtime option for hiding the toolbar.       (Ben Jansens)
99
100  * Custom ordering of windows' titlebar elements with   (Ben Jansens)
101    a titlebarLayout option added to the rc file. 
102
103  * Rolling the mouse wheel on a window's title bar will (Ben Jansens)
104    shade/unshade the window. rolling the mouse wheel on
105    the root window will change workspaces. 
106
107  * Better handling of the rc file and its configuration (Ben Jansens)
108    options. The file is written each time an option in
109    the file is changed, instead of being written at
110    shutdown. This means that you can edit the file by
111    hand while in Openbox, and then choose reconfig or
112    restart to have it use the new rc file. 
113
114  * Changed the default configuration file from          (Ben Jansens)
115    ~/.blackboxrc to ~/.openbox/rc. 
116
117  * Changed the menu from an rcfile option to a          (Ben Jansens)
118    command-line option. use 'openbox -menu ' to select
119    an alternate menu. The default menu used is
120    ~/.openbox/menu. If the default, or the file you
121    specify does not exist, the global menu is tried.
122    And if the global menu also does not exist, a
123    simple, internal menu is used instead.