This commit is contained in:
fluxgen 2006-06-10 20:10:01 +00:00
parent d218f02f80
commit 755369ef8a

View file

@ -1,13 +1,21 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 0.9.16: Changes for 0.9.16:
*06/06/10: *06/06/10:
* Added new command: ToggleCmd
Works like a macro but executes the commands one at the time in order.
Example:
Mod1 T :ToggleCmd {Exec xterm} {NextWindow}
When Mod1 T is press the first time it will start xterm, the second time
it will do NextWindow. When it reaches end it will start at the beginning.
(Thanks Mark Tiefenbruck)
src/FbCommandFactory.cc, src/FbTk/MacroCommand.{hh,cc}
* Fixed resize box bug. * Fixed resize box bug.
The text used to determine the size used space, which could have The text used to determine the size used space, which could have
different width than characters on some fonts. different width than characters on some fonts.
(Thanks Thanks Scott Kuhl) (Thanks Thanks Scott Kuhl)
* Pressing shift while pressing enter in menu item will fake a * Pressing shift while pressing enter in menu item will fake a
right mouse button press. Usefull when inc/decrease alpha/size in menu. right mouse button press. Usefull when inc/decrease alpha/size in menu.
(Thanks _markt) (Thanks Mark Tiefenbruck)
src/FbTk/Menu.cc src/FbTk/Menu.cc
* Added docs for session.titlebar.left/right. * Added docs for session.titlebar.left/right.
Added docs about middle click on workspace menu. Added docs about middle click on workspace menu.
@ -52,7 +60,7 @@ Changes for 0.9.16:
* Fix bug with horizontal maximisation when quadrant resizing (Mathias) * Fix bug with horizontal maximisation when quadrant resizing (Mathias)
Window.hh/cc Window.hh/cc
*06/05/13: *06/05/13:
* Fixed some title redraw issues (Thanks _markt) * Fixed some title redraw issues (Thanks Mark Tiefenbruck)
WinClient.cc, Window.cc WinClient.cc, Window.cc
* Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik) * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik)
When this state is set fluxbox will start flashing When this state is set fluxbox will start flashing
@ -171,7 +179,7 @@ Changes for 0.9.16:
nls/da_DK/Translation.m nls/da_DK/Translation.m
* Fixes to Mouse Focus (thanks Scott Kuhl; skuhl AT cs utah edu) * Fixes to Mouse Focus (thanks Scott Kuhl; skuhl AT cs utah edu)
Window.cc Window.cc
* Allow ~ in "background" pixmap options (Simon + thanks_markt) * Allow ~ in "background" pixmap options (Simon + thanks Mark Tiefenbruck)
RootTheme.cc RootTheme.cc
* Windows keep relative position in ArrangeWindows (Mathias) * Windows keep relative position in ArrangeWindows (Mathias)
WorkspaceCmd.cc WorkspaceCmd.cc
@ -230,7 +238,7 @@ Changes for 0.9.16:
ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc
ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc
Window.cc FbTk/... FbPixmap.hh/cc Menu.hh Text.hh TextBox.hh/cc Window.cc FbTk/... FbPixmap.hh/cc Menu.hh Text.hh TextBox.hh/cc
* signedness fix in Container moveItem (thanks _markt) * signedness fix in Container moveItem (thanks Mark Tiefenbruck)
Container.cc Container.cc
* Vertical toolbar (Simon) * Vertical toolbar (Simon)
Toolbar.cc ToolbarItem.hh/cc IconbarTool.hh/cc IconButton.hh/cc Toolbar.cc ToolbarItem.hh/cc IconbarTool.hh/cc IconButton.hh/cc
@ -302,7 +310,7 @@ Changes for 0.9.16:
* Fix crash when deiconifying stuck windows with Follow mode (Simon) * Fix crash when deiconifying stuck windows with Follow mode (Simon)
IconButton.cc IconButton.cc
* Don't Follow stuck windows on deiconify, since they're stuck * Don't Follow stuck windows on deiconify, since they're stuck
(thanks _markt) (thanks Mark Tiefenbruck)
IconButton.cc IconButton.cc
*06/03/26: *06/03/26:
* Related to external (Simon) * Related to external (Simon)
@ -330,7 +338,7 @@ Changes for 0.9.16:
* Fixed apps filename on save (Thanks mal at komcept com) * Fixed apps filename on save (Thanks mal at komcept com)
Remember.cc Remember.cc
*06/03/23: *06/03/23:
* Fixed duplicate ClickToFocus menu item (Thanks _markt) * Fixed duplicate ClickToFocus menu item (Thanks Mark Tiefenbruck)
* Fix some tab stacking alignment and rendering on tab resize (Simon) * Fix some tab stacking alignment and rendering on tab resize (Simon)
(and very minor tidying) (and very minor tidying)
FbWinFrame.cc FbTk/XLayer.cc FbTk/XLayerItem.hh/cc FbWinFrame.cc FbTk/XLayer.cc FbTk/XLayerItem.hh/cc