diff options
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -1,13 +1,21 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/06/10: | 3 | *06/06/10: |
4 | * Added new command: ToggleCmd | ||
5 | Works like a macro but executes the commands one at the time in order. | ||
6 | Example: | ||
7 | Mod1 T :ToggleCmd {Exec xterm} {NextWindow} | ||
8 | When Mod1 T is press the first time it will start xterm, the second time | ||
9 | it will do NextWindow. When it reaches end it will start at the beginning. | ||
10 | (Thanks Mark Tiefenbruck) | ||
11 | src/FbCommandFactory.cc, src/FbTk/MacroCommand.{hh,cc} | ||
4 | * Fixed resize box bug. | 12 | * Fixed resize box bug. |
5 | The text used to determine the size used space, which could have | 13 | The text used to determine the size used space, which could have |
6 | different width than characters on some fonts. | 14 | different width than characters on some fonts. |
7 | (Thanks Thanks Scott Kuhl) | 15 | (Thanks Thanks Scott Kuhl) |
8 | * Pressing shift while pressing enter in menu item will fake a | 16 | * Pressing shift while pressing enter in menu item will fake a |
9 | right mouse button press. Usefull when inc/decrease alpha/size in menu. | 17 | right mouse button press. Usefull when inc/decrease alpha/size in menu. |
10 | (Thanks _markt) | 18 | (Thanks Mark Tiefenbruck) |
11 | src/FbTk/Menu.cc | 19 | src/FbTk/Menu.cc |
12 | * Added docs for session.titlebar.left/right. | 20 | * Added docs for session.titlebar.left/right. |
13 | Added docs about middle click on workspace menu. | 21 | Added docs about middle click on workspace menu. |
@@ -52,7 +60,7 @@ Changes for 0.9.16: | |||
52 | * Fix bug with horizontal maximisation when quadrant resizing (Mathias) | 60 | * Fix bug with horizontal maximisation when quadrant resizing (Mathias) |
53 | Window.hh/cc | 61 | Window.hh/cc |
54 | *06/05/13: | 62 | *06/05/13: |
55 | * Fixed some title redraw issues (Thanks _markt) | 63 | * Fixed some title redraw issues (Thanks Mark Tiefenbruck) |
56 | WinClient.cc, Window.cc | 64 | WinClient.cc, Window.cc |
57 | * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik) | 65 | * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik) |
58 | When this state is set fluxbox will start flashing | 66 | When this state is set fluxbox will start flashing |
@@ -171,7 +179,7 @@ Changes for 0.9.16: | |||
171 | nls/da_DK/Translation.m | 179 | nls/da_DK/Translation.m |
172 | * Fixes to Mouse Focus (thanks Scott Kuhl; skuhl AT cs utah edu) | 180 | * Fixes to Mouse Focus (thanks Scott Kuhl; skuhl AT cs utah edu) |
173 | Window.cc | 181 | Window.cc |
174 | * Allow ~ in "background" pixmap options (Simon + thanks_markt) | 182 | * Allow ~ in "background" pixmap options (Simon + thanks Mark Tiefenbruck) |
175 | RootTheme.cc | 183 | RootTheme.cc |
176 | * Windows keep relative position in ArrangeWindows (Mathias) | 184 | * Windows keep relative position in ArrangeWindows (Mathias) |
177 | WorkspaceCmd.cc | 185 | WorkspaceCmd.cc |
@@ -230,7 +238,7 @@ Changes for 0.9.16: | |||
230 | ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc | 238 | ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc |
231 | ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc | 239 | ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc |
232 | Window.cc FbTk/... FbPixmap.hh/cc Menu.hh Text.hh TextBox.hh/cc | 240 | Window.cc FbTk/... FbPixmap.hh/cc Menu.hh Text.hh TextBox.hh/cc |
233 | * signedness fix in Container moveItem (thanks _markt) | 241 | * signedness fix in Container moveItem (thanks Mark Tiefenbruck) |
234 | Container.cc | 242 | Container.cc |
235 | * Vertical toolbar (Simon) | 243 | * Vertical toolbar (Simon) |
236 | Toolbar.cc ToolbarItem.hh/cc IconbarTool.hh/cc IconButton.hh/cc | 244 | Toolbar.cc ToolbarItem.hh/cc IconbarTool.hh/cc IconButton.hh/cc |
@@ -302,7 +310,7 @@ Changes for 0.9.16: | |||
302 | * Fix crash when deiconifying stuck windows with Follow mode (Simon) | 310 | * Fix crash when deiconifying stuck windows with Follow mode (Simon) |
303 | IconButton.cc | 311 | IconButton.cc |
304 | * Don't Follow stuck windows on deiconify, since they're stuck | 312 | * Don't Follow stuck windows on deiconify, since they're stuck |
305 | (thanks _markt) | 313 | (thanks Mark Tiefenbruck) |
306 | IconButton.cc | 314 | IconButton.cc |
307 | *06/03/26: | 315 | *06/03/26: |
308 | * Related to external (Simon) | 316 | * Related to external (Simon) |
@@ -330,7 +338,7 @@ Changes for 0.9.16: | |||
330 | * Fixed apps filename on save (Thanks mal at komcept com) | 338 | * Fixed apps filename on save (Thanks mal at komcept com) |
331 | Remember.cc | 339 | Remember.cc |
332 | *06/03/23: | 340 | *06/03/23: |
333 | * Fixed duplicate ClickToFocus menu item (Thanks _markt) | 341 | * Fixed duplicate ClickToFocus menu item (Thanks Mark Tiefenbruck) |
334 | * Fix some tab stacking alignment and rendering on tab resize (Simon) | 342 | * Fix some tab stacking alignment and rendering on tab resize (Simon) |
335 | (and very minor tidying) | 343 | (and very minor tidying) |
336 | FbWinFrame.cc FbTk/XLayer.cc FbTk/XLayerItem.hh/cc | 344 | FbWinFrame.cc FbTk/XLayer.cc FbTk/XLayerItem.hh/cc |