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