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