aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2004-12-21 23:50:41 (GMT)
committermathias <mathias>2004-12-21 23:50:41 (GMT)
commitd39897f19dbbb728971e1320621b3ef911ef4c85 (patch)
tree6a49fe4c4412a0307faee4d57586dbba3b7beb87 /ChangeLog
parentbc7c988561f79edb03b2ece80bb4ba0c8c73fc2e (diff)
downloadfluxbox-d39897f19dbbb728971e1320621b3ef911ef4c85.zip
fluxbox-d39897f19dbbb728971e1320621b3ef911ef4c85.tar.bz2
updated changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4370030..06e18a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.12 2Changes for 0.9.12
3*04/12/21: 3*04/12/21:
4 * Added Imlib2 support to fluxbox (Mathias)
5 allows us to load other image-formats than just xpm, but we need
6 the help of an external (popular) library for that:
7
8 http://www.enlightenment.org/pages/imlib2.html
9
10 to have imlib2 support, you have to ./configure --enable-imlib2
11
12 FbTk/Image.cc/hh configure.in Makefile.am FbTk/Makefile.am
13 xft.m4 -> acinclude.m4 + ac_path_generic.m4
14
15 Added FbTk/ImageImlib2.cc/hh
16
17 * Cleaner code for global Font- and Imagestuff (Mathias)
18 fluxbox.cc FbTk/Font.cc/hh FbTk/Image.cc/hh FbTk/App.cc
4 * Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc) (Mathias) 19 * Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc) (Mathias)
5 - synchronize _NET_WM_STATE in Ewmh-Handler 20 - synchronize _NET_WM_STATE in Ewmh-Handler
6 - disable shape (aka round corners) in fullscreen-mode 21 - disable shape (aka round corners) in fullscreen-mode