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