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