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