diff options
author | fluxgen <fluxgen> | 2006-03-19 21:50:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-03-19 21:50:24 (GMT) |
commit | eba0040373179cc6d34f8ee132209f2fa01c2889 (patch) | |
tree | 845becf80c12bedecab77715e14df9bc2538e911 /NEWS | |
parent | e10acea3aef83ce649c867eef075cfa453d2f035 (diff) | |
download | fluxbox-eba0040373179cc6d34f8ee132209f2fa01c2889.zip fluxbox-eba0040373179cc6d34f8ee132209f2fa01c2889.tar.bz2 |
updateRelease-0_9_15
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 66 |
1 files changed, 36 insertions, 30 deletions
@@ -1,43 +1,49 @@ | |||
1 | News in 0.9.15: | 1 | News in 0.9.15: |
2 | * Added styleOverlay resource | 2 | * Added styleOverlay resource |
3 | session.styleOverlay: ~/.fluxbox/overlay | 3 | * session.styleOverlay: ~/.fluxbox/overlay |
4 | Style settings in this file override any settings from a | 4 | Style settings in this file override any settings from a |
5 | regular style | 5 | regular style |
6 | * New theme item: | 6 | * New theme item: |
7 | background: <texture option> | 7 | * background: <texture option> |
8 | background.pixmap: <image filename> | 8 | * background.pixmap: <image filename> |
9 | background.color: <color> | 9 | * background.color: <color> |
10 | background.colorTo: <color> | 10 | * background.colorTo: <color> |
11 | The background.pixmap filename will be sent to "fbsetbg" | 11 | The background.pixmap filename will be sent to "fbsetbg" |
12 | which in turn sets the background. | 12 | which in turn sets the background. |
13 | The following options will be available for the background.pixmap: | 13 | The following options will be available for the background.pixmap: |
14 | - tiled | 14 | - tiled |
15 | - centered | 15 | - centered |
16 | For example: | 16 | For example: |
17 | background: tiled | 17 | background: tiled |
18 | background.pixmap: someimage.png | 18 | background.pixmap: someimage.png |
19 | and it can also generate a normal texture: | 19 | and it can also generate a normal texture: |
20 | background: gradient | 20 | background: gradient |
21 | background.color: blue | 21 | background.color: blue |
22 | background.colorTo: green | 22 | background.colorTo: green |
23 | The rootCommand in the style is now obsolete and if the | 23 | The rootCommand in the style is now obsolete and if the |
24 | "background" item is not found in the style then the default | 24 | "background" item is not found in the style then the default |
25 | background will be green and with a warning text. | 25 | background will be green and with a warning text. |
26 | * Added new resize mode: Center | 26 | * Added new resize mode: Center |
27 | Example session.screen0.resizeMode: Center | 27 | Example: |
28 | This mode will move all corners at the same time with | 28 | session.screen0.resizeMode: Center |
29 | equal distance. | 29 | This mode will move all corners at the same time with |
30 | equal distance. | ||
31 | * Resources changes for titlebar: | ||
32 | The titlebar is now configured by setting: | ||
33 | * session.screen<num>.titlebar.left | ||
34 | * session.screen<num>.titlebar.right | ||
30 | * nls changes: | 35 | * nls changes: |
31 | * Updated ko_KR | 36 | * Updated ko_KR |
32 | * Added zh_CN, nb_NO | 37 | * Added zh_CN, nb_NO |
33 | Bug fixes: | 38 | Bug fixes: |
34 | * #1409775, gcc4.1 problems | 39 | * #1409775 gcc4.1 problems |
35 | * #1327878. Appending backslash to () and [] characters in the apps file | 40 | * #1327878 Appending backslash to () and [] characters in the apps file |
36 | * #1417688, remember apps keeps incrementing vertical dimension | 41 | * #1417688 remember apps keeps incrementing vertical dimension |
37 | * #1307877 fbsetbg did not create ~/.fluxbox/lastwallpaper | 42 | * #1307877 fbsetbg did not create ~/.fluxbox/lastwallpaper |
38 | * #1335255 (Gentoo #110197) fbgm had some globbing related probs | 43 | * #1335255 (Gentoo #110197) fbgm had some globbing related probs |
39 | * #1267076, cygwin link problems | 44 | * #1267076 cygwin link problems |
40 | * Fixed memory leak when XCreateImage failes in XFontImp | 45 | * Fix for stuck icons |
46 | * Fixed memory leak when XCreateImage fails in XFontImp | ||
41 | * _net_wm_state_hidden | 47 | * _net_wm_state_hidden |
42 | 48 | ||
43 | See ChangeLog for more details | 49 | See ChangeLog for more details |