aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XmbFontImp.cc
AgeCommit message (Collapse)AuthorFilesLines
2007-02-25little sanity checkmarkt1-0/+2
2007-01-05fix loading of rotated fonts on style changesimonb1-1/+1
2006-10-30Cosmetic patch from Slava Semushinmathias1-14/+13
2006-05-07handle utf-8 strings properly.simonb1-9/+22
use utf8 internally
2006-04-05fix Xmbfonts on multiple screenssimonb1-2/+1
and external tabs showing from different workspaces on placement change
2006-04-04rotated Xmb Fonts, by rotating as we drawsimonb1-8/+74
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-1/+1
2006-02-16updated copyright infomathias1-1/+1
2005-12-22removed unused variablefluxgen1-3/+1
2005-06-03deleted the "fallback"-code, which was one of the reasons for slowing downmathias1-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-24copyright datemathias1-1/+1
2004-11-19fixes fontsituations when text disappears in non-antialias modemathias1-3/+5
primary problem was to use utf8 when in fact the FontSet wasnt utf8.
2004-11-17fixed missing init for pointer in destructor .. could lead to segfaultsmathias1-2/+2
2004-10-04fix usage of setlocale return value, which returns a pointer to staticrathnor1-5/+5
memory, which we need to promptly copy
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵fluxgen1-8/+8
code cleaning
2004-09-10cosmetic issues, removed unneeded strcasestr-code (is already in StringUtil),akir1-36/+19
tried to avoid App::instance()->display() calls again.
2004-09-03fix crash on amd64rathnor1-3/+3
2004-08-31add autoconf check for std c++ headersrathnor1-4/+16
2004-08-28fix a issue with fonts coming up blankrathnor1-5/+27
2004-08-10utf-8 fix, a fixed patch from Sergey Kuleshovfluxgen1-13/+7
2004-02-10minor fixfluxgen1-5/+5
2003-04-26moved StringUtil to FbTkfluxgen1-6/+4
2003-02-17using StringUtilfluxgen1-3/+6
2002-12-02minor comment fixesfluxgen1-3/+7
2002-12-01Indenting from tabs to emacs 4-spacerathnor1-150/+150
2002-11-26temp fix for strcasestrfluxgen1-2/+19
2002-11-26initial importfluxgen1-0/+241