diff options
author | mathias <mathias> | 2006-01-07 19:57:42 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-01-07 19:57:42 (GMT) |
commit | b7ddb0ca13278d7b5a3a45ef03fd394b9b387bf3 (patch) | |
tree | d9c0b3bea5078b82d0e5e5fb43f119c968515998 /ChangeLog | |
parent | 3d012e07a104f0f0e9c1ad242ef11916d0593205 (diff) | |
download | fluxbox_pavel-b7ddb0ca13278d7b5a3a45ef03fd394b9b387bf3.zip fluxbox_pavel-b7ddb0ca13278d7b5a3a45ef03fd394b9b387bf3.tar.bz2 |
* minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,7 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.15: | 2 | Changes for 0.9.15: |
3 | *06/01/07: | ||
4 | * minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias) | ||
3 | *06/01/03: | 5 | *06/01/03: |
4 | * Improved style loading | 6 | * Improved style loading |
5 | (Henrik) | 7 | (Henrik) |
@@ -19,7 +21,7 @@ Changes for 0.9.15: | |||
19 | background.pixmap: <image filename> | 21 | background.pixmap: <image filename> |
20 | background.color: <color> | 22 | background.color: <color> |
21 | background.colorTo: <color> | 23 | background.colorTo: <color> |
22 | The background.pixmap filename will be sent to "fbsetbg" | 24 | The background.pixmap filename will be sent to "fbsetbg" |
23 | which in turn sets the background. | 25 | which in turn sets the background. |
24 | The following options will be available for the background.pixmap: | 26 | The following options will be available for the background.pixmap: |
25 | - tiled | 27 | - tiled |
@@ -30,10 +32,10 @@ Changes for 0.9.15: | |||
30 | and it can also generate a normal texture: | 32 | and it can also generate a normal texture: |
31 | background: gradient | 33 | background: gradient |
32 | background.color: blue | 34 | background.color: blue |
33 | background.colorTo: green | 35 | background.colorTo: green |
34 | The rootCommand in the style is now obsolete and | 36 | The rootCommand in the style is now obsolete and |
35 | if the "background" item is not found in the style then the default | 37 | if the "background" item is not found in the style then the default |
36 | background will be black and with a warning text. | 38 | background will be black and with a warning text. |
37 | (Henrik) | 39 | (Henrik) |
38 | RootTheme.hh/cc, Screen.cc | 40 | RootTheme.hh/cc, Screen.cc |
39 | *05/11/16: | 41 | *05/11/16: |