aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-22 22:54:50 (GMT)
committerfluxgen <fluxgen>2003-08-22 22:54:50 (GMT)
commit89a3b058d6d8f7ede6d3bb516f88c93d48c1bea5 (patch)
treef63fc228de3e251dc6211bb80cc245799dff4024 /ChangeLog
parent34fb292c06c260815eb05718c56b2d854ee77ca8 (diff)
downloadfluxbox-89a3b058d6d8f7ede6d3bb516f88c93d48c1bea5.zip
fluxbox-89a3b058d6d8f7ede6d3bb516f88c93d48c1bea5.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 149a633..b96f219 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.5: 2Changes for 0.9.5:
3*03/08/22:
4 * Added search path resource for images (Henrik)
5 * session.screen<num>.imageSearchPath
6 This is a list separated by , or space
7 example: session.screen0.imageSearchPath: ~/.fluxbox/pixmaps, /usr/share/fluxbox/pixmaps
8 * Added new files for image loading (Henrik)
9 The new way to load pixmap is to call FbTk::Image::load(thefile, screen_num);
10 and to add more image file support you just have to extend FbTk::ImageBase
11 and register it to FbTk::Image
12 Image.hh/cc, ImageXPM.hh/cc, PixmapWithMask.hh, Theme.cc, WinButtonTheme.hh/cc,
13 WinButton.cc/hh, fluxbox.cc
14 * Fixed scaling in WinButtonTheme (Henrik)
15 WinButton.cc, Screen.cc WinButtonTheme.hh/cc
16 * Added new theme item window.title.height, Window.Title.Height (Henrik)
17 FbWinFrameTheme.hh/cc
3*03/08/19: 18*03/08/19:
4 * Added ResizeVertical and ResizeHorizontal (Thanks Mathias Gumz) 19 * Added ResizeVertical and ResizeHorizontal (Thanks Mathias Gumz)
5 CurrentWindowCmd.hh/cc, FbCommandFactory.cc 20 CurrentWindowCmd.hh/cc, FbCommandFactory.cc