aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Image.cc
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-4/+0
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities.
2011-04-11Fix a pair of warnings reported by clangPavel Labath1-2/+2
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+1
2008-10-09using namespace instead of a useless classMathias Gumz1-32/+13
2008-10-07allow relative path for background images in style filesMark Tiefenbruck1-17/+19
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2006-11-07cosmetic patch from slava againmathias1-1/+0
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-17/+20
uses only those things from "namespace std" what we really need.
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2005-01-02small issues:mathias1-4/+6
- added a guard so no invalid(0)-handler is deleted at shutdown - "if (s_image_map[extension] == 0)" -> creates an entry for sure, we dont want this.
2004-12-21adds imlib2-support to fluxbox: allows us to load several imageformatsmathias1-6/+39
besides xpm. to get imlib2 support in fluxbox one has to ./configure --enable-imblib2 default is disabled. a fluxbox-binary that supports imlib2 will have IMLIB2 in "fluxbox -info"-output explanation to the changed files: * xft.m4 -> acinclude.m4 + added ac_path_generic.m4 (from http://ac-archive.sourceforge.net/Miscellaneous/ac_path_generic.html) * configure.in, Makefile.am, src/FbTk/Makefile.am changed to handle imlib2-support * Font.cc/hh Image.cc/hh App.cc fluxbox.cc consistent way of init for global stuff for fonts and imagehandlers. * rest of changes just add the imlib2-code, pretty straightforward
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-01-02minor stufffluxgen1-2/+4
2003-12-16fixed some icc warningsfluxgen1-2/+4
2003-11-16add better theme path searchingrathnor1-1/+5
2003-08-22image handlingfluxgen1-0/+120