]> Dogcows Code - chaz/openbox/blob - CHANGELOG
config request with only resize honors window's gravity
[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 (Ben Jansens)
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 2.0.0:
33 * Add an rc option (modiferMask) to allow changing (Ben Jansens)
34 which modifier combo Openbox uses for mouse
35 interation with windows.
36
37 * Add an rc option (rootScrollDirection) to specify (Ben Jansens)
38 the direction the workspaces scroll when using the
39 mouse wheel on the root window.
40
41 * Add a new checkmark pixmap in the menus to denote (Ben Jansens)
42 selected items, instead of the old colored box.
43
44 * Add "workspace warping" while moving a window. (Grab (Ben Jansens)
45 a window and move it past the edge of the screen, so
46 that your mouse pointer hits the edge, and you'll
47 flip to the next workspace.
48
49 * Add options intheconfig menu for ignoring shaded and (Ben Jansens)
50 full-maximized windows when placing new windows.
51
52 * Style extension for flatborder texture type. (Ben Jansens)
53
54 * Add a window-snapping offset (edgeSnapOffset in the (Ben Jansens)
55 rc file).
56
57 * Window resistance snapping (specified with (Ben Jansens)
58 windowToWindowSnap and windowToEdgeSnap in the rc
59 file).
60
61 * Sticky windows appear in the workspace menus (Ben Jansens)
62 for all workspaces, and generally behave like
63 a normal window, except appearing on all
64 workspaces.
65
66 * Xft font support for styles. (Ben Jansens)
67
68 * Xinerama support for window placement, maximization, (Ben Jansens)
69 and snapping.
70
71 * NETWM/EWMH Support. (Scott Moynes and
72 Ben Jansens)
73
74 * KDE 3 Support. (Scott Moynes and
75 Ben Jansens)
76
77 * window zone resizing (specified by resizeZones in (Ben Jansens)
78 the rc file). Allows you to resize a window in 2
79 halves or 4 quarters.
80
81 * Allow any style settings to be placed in the rc (Ben Jansens)
82 file, where they will override all styles
83 (especially useful for the rootCommand or fonts).
84
85 * Makes the ~/.openbox dir for you if it doesn't (Ben Jansens)
86 exist.
87
88 * Window-to-window snapping (including corner (Ben Jansens)
89 snapping!).
90
91 * Properly save/restore your menu position when (Ben Jansens)
92 Openbox reconfigures (e.g. when changing
93 styles).
94
95 * Disable the current workspace in the send-to menu. (Ben Jansens)
96
97 * Added UnderMouse window placement algorithm/type. (Ben Jansens)
98
99 * Added ClickMouse window placement algorithm/type. (Ben Jansens)
100
101 * Added a runtime option for hiding the toolbar. (Ben Jansens)
102
103 * Custom ordering of windows' titlebar elements with (Ben Jansens)
104 a titlebarLayout option added to the rc file.
105
106 * Rolling the mouse wheel on a window's title bar will (Ben Jansens)
107 shade/unshade the window. rolling the mouse wheel on
108 the root window will change workspaces.
109
110 * Better handling of the rc file and its configuration (Ben Jansens)
111 options. The file is written each time an option in
112 the file is changed, instead of being written at
113 shutdown. This means that you can edit the file by
114 hand while in Openbox, and then choose reconfig or
115 restart to have it use the new rc file.
116
117 * Changed the default configuration file from (Ben Jansens)
118 ~/.blackboxrc to ~/.openbox/rc.
119
120 * Changed the menu from an rcfile option to a (Ben Jansens)
121 command-line option. use 'openbox -menu ' to select
122 an alternate menu. The default menu used is
123 ~/.openbox/menu. If the default, or the file you
124 specify does not exist, the global menu is tried.
125 And if the global menu also does not exist, a
126 simple, internal menu is used instead.
This page took 0.038706 seconds and 5 git commands to generate.