update
This commit is contained in:
parent
7f08b3ae46
commit
e04b7c338e
2 changed files with 25 additions and 13 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,5 +1,16 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.1.8:
|
||||
*02/04/19:
|
||||
* Added ToggleTab to key actions (Thanks Matt Hope)
|
||||
*02/04/17:
|
||||
* Added workspace change when scrolling on the root window function
|
||||
* Fixed workspace warping bug when moving a tab-group
|
||||
*02/04/14:
|
||||
* Fixed decoration.handle bug
|
||||
* Fixed tabs default off (Thanks Dave Watson)
|
||||
*02/04/12:
|
||||
* Added Workspace warping, this does only work with opaque moving (Thanks Steve Cooper)
|
||||
* Fixed menu bug
|
||||
*02/04/09:
|
||||
* Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the
|
||||
Root menu. (Thanks Stanislav Karchebny)
|
||||
|
|
23
NEWS
23
NEWS
|
@ -16,23 +16,24 @@ News in Fluxbox 0.1.8:
|
|||
* Xinerama support ( configure option --enable-xinerama )
|
||||
* Workspace warping, drag window between workspaces,
|
||||
does only work with opaque moving
|
||||
* You can enable tabs in "Tabs off"-mode,
|
||||
and the second tab will appere when the first
|
||||
one is draged into the window.
|
||||
* Keybinding for Root menu (action RootMenu)
|
||||
This will popup the root menu
|
||||
* Keybinding for Toggle decor (action ToggleDecor)
|
||||
This will toggle the decor of a window
|
||||
* You can enable tabs in "Tabs off"-mode
|
||||
* New key bindings:
|
||||
ToggleDecor
|
||||
Toggle the decor of a window
|
||||
ToggleTab
|
||||
Toggle the tab
|
||||
RootMenu
|
||||
Pop up the root menu
|
||||
* Smarter Next/Prev focus,
|
||||
Makes new windows get inserted after the focused window in
|
||||
the cycling order instead of always at the end.
|
||||
* Scrolling on root window changes workspace
|
||||
|
||||
Bug fixes in Fluxbox 0.1.8:
|
||||
|
||||
* Window dragging + workspace changing ( bug [ 528101 ] )
|
||||
* Minor taskbar issue, it will update iconbar-text now
|
||||
( bug [ 533436 ] )
|
||||
* "decoration.handle" bug, which caused the window to
|
||||
have wrong height with no decorations
|
||||
* Minor task bar issue, it will update icon bar-text now ( bug [ 533436 ] )
|
||||
* "decoration.handle" bug, which caused the window to have wrong height
|
||||
with no decorations
|
||||
* Slit-client window bug.
|
||||
|
||||
|
|
Loading…
Reference in a new issue