aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XFontImp.cc
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08code simplificationMathias Gumz1-15/+8
2010-09-08introduced FbTk::BidiStringMathias Gumz1-10/+8
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/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-06-29updates for compiling with gcc 4.3markt1-0/+8
2007-01-05fix loading of rotated fonts on style changesimonb1-5/+16
2006-10-30Cosmetic patch from Slava Semushinmathias1-51/+55
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-3/+3
console, plus handle catalogs better.
2006-05-07handle utf-8 strings properly.simonb1-8/+22
use utf8 internally
2006-04-04rotated XFonts (and minor ext tab alignment fixes)simonb1-106/+74
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-2/+3
2006-03-20minor type-o fix, thanks Semushin Slavafluxgen1-6/+6
2006-03-14fixed memory leak when XCreateImage fail, thanks php-coderfluxgen1-3/+11
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵fluxgen1-7/+6
code cleaning
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-08-10Minor fixfluxgen1-4/+3
2004-06-07update NLS string handling...rathnor1-4/+7
2003-09-11cleaningfluxgen1-34/+32
2002-12-09fixed bug in rotatefluxgen1-5/+17
2002-12-01Indenting from tabs to emacs 4-spacerathnor1-287/+287
2002-11-26another missing headerfluxgen1-1/+2
2002-11-26nothrow in header newfluxgen1-1/+3
2002-11-26initial importfluxgen1-0/+383