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