diff options
author | mathias <mathias> | 2004-12-21 23:50:41 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-12-21 23:50:41 (GMT) |
commit | d39897f19dbbb728971e1320621b3ef911ef4c85 (patch) | |
tree | 6a49fe4c4412a0307faee4d57586dbba3b7beb87 /ChangeLog | |
parent | bc7c988561f79edb03b2ece80bb4ba0c8c73fc2e (diff) | |
download | fluxbox-d39897f19dbbb728971e1320621b3ef911ef4c85.zip fluxbox-d39897f19dbbb728971e1320621b3ef911ef4c85.tar.bz2 |
updated changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,6 +1,21 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.12 | 2 | Changes 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 |