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