fluxbox/NEWS

50 lines
1.9 KiB
Text
Raw Normal View History

2006-03-18 22:59:26 +00:00
News in 0.9.15:
* Added styleOverlay resource
2006-03-19 21:50:24 +00:00
* session.styleOverlay: ~/.fluxbox/overlay
Style settings in this file override any settings from a
regular style
2006-03-18 22:59:26 +00:00
* New theme item:
2006-03-19 21:50:24 +00:00
* background: <texture option>
* background.pixmap: <image filename>
* background.color: <color>
* background.colorTo: <color>
The background.pixmap filename will be sent to "fbsetbg"
which in turn sets the background.
The following options will be available for the background.pixmap:
- tiled
- centered
For example:
background: tiled
background.pixmap: someimage.png
and it can also generate a normal texture:
background: gradient
background.color: blue
background.colorTo: green
The rootCommand in the style is now obsolete and if the
"background" item is not found in the style then the default
background will be green and with a warning text.
2006-03-18 22:59:26 +00:00
* Added new resize mode: Center
2006-03-19 21:50:24 +00:00
Example:
session.screen0.resizeMode: Center
This mode will move all corners at the same time with
equal distance.
* Resources changes for titlebar:
The titlebar is now configured by setting:
* session.screen<num>.titlebar.left
* session.screen<num>.titlebar.right
2006-03-18 22:59:26 +00:00
* nls changes:
* Updated ko_KR
* Added zh_CN, nb_NO
2004-04-25 18:10:39 +00:00
Bug fixes:
2006-03-19 21:50:24 +00:00
* #1409775 gcc4.1 problems
* #1327878 Appending backslash to () and [] characters in the apps file
* #1417688 remember apps keeps incrementing vertical dimension
2006-03-18 22:59:26 +00:00
* #1307877 fbsetbg did not create ~/.fluxbox/lastwallpaper
* #1335255 (Gentoo #110197) fbgm had some globbing related probs
2006-03-19 21:50:24 +00:00
* #1267076 cygwin link problems
* Fix for stuck icons
* Fixed memory leak when XCreateImage fails in XFontImp
2006-03-18 22:59:26 +00:00
* _net_wm_state_hidden
2005-05-13 12:24:34 +00:00
2003-02-23 14:24:16 +00:00
See ChangeLog for more details