Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-11 | Fix a pair of warnings reported by clang | Pavel Labath | 1 | -2/+2 | |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 | |
2008-10-09 | using namespace instead of a useless class | Mathias Gumz | 1 | -32/+13 | |
2008-10-07 | allow relative path for background images in style files | Mark Tiefenbruck | 1 | -17/+19 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2006-11-07 | cosmetic patch from slava again | mathias | 1 | -1/+0 | |
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 1 | -17/+20 | |
uses only those things from "namespace std" what we really need. | |||||
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-02 | small issues: | mathias | 1 | -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-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 1 | -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-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-01-02 | minor stuff | fluxgen | 1 | -2/+4 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -2/+4 | |
2003-11-16 | add better theme path searching | rathnor | 1 | -1/+5 | |
2003-08-22 | image handling | fluxgen | 1 | -0/+120 | |