aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-01-14 19:00:18 (GMT)
committermarkt <markt>2007-01-14 19:00:18 (GMT)
commit6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f (patch)
tree4c2b9c313ea043059e7058db46f6e8c211aa8d14 /ChangeLog
parent16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (diff)
downloadfluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.zip
fluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.tar.bz2
several fixes for background option in styles
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1955aa8..166c15c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/01/14:
4 * Several changes for background style option: (Mark)
5 - now support `background: mod' to coincide with fbsetroot -mod --
6 In addition to `background.color' and `background.colorTo', this option
7 must also set `background.modX' and `background.modY' to integers
8 - added `background: none' for styles that do not include a background
9 - fixed bug with style backgrounds not getting set when changing styles
10 - updated default styles to be valid wrt background options
11 RootTheme.cc/hh Screen.cc FbTk/Theme.hh
3*07/01/13: 12*07/01/13:
4 * Only change focus order when user specifically focuses a window (Mark) 13 * Only change focus order when user specifically focuses a window (Mark)
5 Screen.cc Window.cc FocusControl.cc/hh 14 Screen.cc Window.cc FocusControl.cc/hh