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