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