aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FontImp.hh
AgeCommit message (Collapse)AuthorFilesLines
2015-01-03Fix signature FbTk::FontImp::rotate()Mathias Gumz1-1/+1
2010-09-08introduced FbTk::BidiStringMathias Gumz1-2/+2
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).
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-1/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-4/+2
2007-01-05fix loading of rotated fonts on style changesimonb1-1/+1
2006-05-07handle utf-8 strings properly.simonb1-2/+2
use utf8 internally
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-2/+4
2005-01-24copyright datemathias1-1/+1
2004-11-19fixes fontsituations when text disappears in non-antialias modemathias1-0/+1
primary problem was to use utf8 when in fact the FontSet wasnt utf8.
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵fluxgen1-3/+5
code cleaning
2003-04-20license updatefluxgen1-2/+2
2002-12-01Indenting from tabs to emacs 4-spacerathnor1-14/+14
2002-11-26initial importfluxgen1-0/+57