aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XmbFontImp.cc
AgeCommit message (Collapse)AuthorFilesLines
2015-01-10Code cleanupMathias Gumz1-16/+4
Reorder some includes; remove unused includes
2015-01-03Remove dead / unused codeMathias Gumz1-50/+0
Again: Compiler happy, we are happy.
2013-05-26build-sys: use AC_USE_SYSTEM_EXTENSIONSSami Kerola1-4/+0
The earlier _GNU_SOURCE definitions possibly did not take effect everywhere where it was intended.
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.
2010-09-08cosmetic fix: looks like a copyNpaste issueMathias Gumz1-7/+0
2010-09-08code simplificationMathias Gumz1-2/+2
2010-09-08introduced FbTk::BidiStringMathias Gumz1-18/+10
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text).
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+2
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-15split Text.hh into Orientation.hh and TextUtils.{cc,hh}Mathias Gumz1-0/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-2/+0
2007-07-31add some decorations to torn menus, and fix restart without an argumentmarkt1-1/+3
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