diff options
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 |