update
This commit is contained in:
parent
91ee94f269
commit
b5b3c8581e
1 changed files with 17 additions and 5 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,5 +1,17 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.1.11:
|
||||
*02/08/31:
|
||||
* Fixed minor issue with window moving across workspace in outlined mode
|
||||
(Thanks Simon Bowden)
|
||||
Window.cc
|
||||
*02/08/30:
|
||||
* Removed BaseDisplay::GrabGuard (Thanks Simon Bowden)
|
||||
* Carry a window across workspace in non-opaque mode (Thanks Simon Bowden)
|
||||
Window.cc/hh, Screen.cc/hh, fluxbox.cc
|
||||
* Removed TDF theme
|
||||
* Added new theme: lemonspace (Thanks xlife)
|
||||
* Fixed transient windows checking
|
||||
Window.cc, Workspace.cc
|
||||
*02/08/28:
|
||||
* Minor fix in bsetbg (Thanks Han)
|
||||
* Fixed bug [ 582574 ] borderless windows cant be horiz resized.
|
||||
|
@ -45,7 +57,7 @@ Changes for 0.1.11:
|
|||
and one with xterm.
|
||||
The new window will only group itself to other windows
|
||||
on the same workspace and to the last window that was
|
||||
focused.
|
||||
focused.
|
||||
*02/08/10:
|
||||
* French translation in fluxbox-generate_menu (Thanks Cosmic Flo)
|
||||
*02/08/04:
|
||||
|
@ -60,10 +72,10 @@ Changes for 0.1.11:
|
|||
* Moved BColor from Image.hh to FbTk::Color in Color.hh
|
||||
* Slit theme, you can now have theme on the slit:
|
||||
slit: <texture option>
|
||||
slit.color: <color value>
|
||||
slit.colorTo: <color value>
|
||||
If slit isn't present in the theme the slit will fall back to
|
||||
Toolbar theme.
|
||||
slit.color: <color value>
|
||||
slit.colorTo: <color value>
|
||||
If slit isn't present in the theme the slit will fall back to
|
||||
Toolbar theme.
|
||||
|
||||
*02/07/19:
|
||||
* Fixed slitlist bug
|
||||
|
|
Loading…
Reference in a new issue