Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-12-22 | removed unused variable | fluxgen | 1 | -3/+1 | |
2005-06-03 | deleted the "fallback"-code, which was one of the reasons for slowing down | mathias | 1 | -44/+2 | |
fluxbox in utf8-locales: if no fontset is found up to this point its because of a) no such font b) not supported locale if we try our best and enhance the basename-list and add some more generic patterns the xserver will give us a valid fontset .. which is good coz we have something to work with but which is BAD coz we return a valid fontset as if we have found the font the user wants .. so, every fallback in higher level code will fail coz we find a valid fontset by any meaning here. if no fontset can be found, the "fixed"-fontset should be there already. | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | fixes fontsituations when text disappears in non-antialias mode | mathias | 1 | -3/+5 | |
primary problem was to use utf8 when in fact the FontSet wasnt utf8. | |||||
2004-11-17 | fixed missing init for pointer in destructor .. could lead to segfaults | mathias | 1 | -2/+2 | |
2004-10-04 | fix usage of setlocale return value, which returns a pointer to static | rathnor | 1 | -5/+5 | |
memory, which we need to promptly copy | |||||
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵ | fluxgen | 1 | -8/+8 | |
code cleaning | |||||
2004-09-10 | cosmetic issues, removed unneeded strcasestr-code (is already in StringUtil), | akir | 1 | -36/+19 | |
tried to avoid App::instance()->display() calls again. | |||||
2004-09-03 | fix crash on amd64 | rathnor | 1 | -3/+3 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 | |
2004-08-28 | fix a issue with fonts coming up blank | rathnor | 1 | -5/+27 | |
2004-08-10 | utf-8 fix, a fixed patch from Sergey Kuleshov | fluxgen | 1 | -13/+7 | |
2004-02-10 | minor fix | fluxgen | 1 | -5/+5 | |
2003-04-26 | moved StringUtil to FbTk | fluxgen | 1 | -6/+4 | |
2003-02-17 | using StringUtil | fluxgen | 1 | -3/+6 | |
2002-12-02 | minor comment fixes | fluxgen | 1 | -3/+7 | |
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -150/+150 | |
2002-11-26 | temp fix for strcasestr | fluxgen | 1 | -2/+19 | |
2002-11-26 | initial import | fluxgen | 1 | -0/+241 | |