aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Font.cc
AgeCommit message (Collapse)AuthorFilesLines
2005-02-07cosmetic white-space-stuff and/or copyright datesmathias1-0/+1
2005-01-24copyright datemathias1-1/+1
2004-12-21adds imlib2-support to fluxbox: allows us to load several imageformatsmathias1-3/+8
besides xpm. to get imlib2 support in fluxbox one has to ./configure --enable-imblib2 default is disabled. a fluxbox-binary that supports imlib2 will have IMLIB2 in "fluxbox -info"-output explanation to the changed files: * xft.m4 -> acinclude.m4 + added ac_path_generic.m4 (from http://ac-archive.sourceforge.net/Miscellaneous/ac_path_generic.html) * configure.in, Makefile.am, src/FbTk/Makefile.am changed to handle imlib2-support * Font.cc/hh Image.cc/hh App.cc fluxbox.cc consistent way of init for global stuff for fonts and imagehandlers. * rest of changes just add the imlib2-code, pretty straightforward
2004-11-19fixes fontsituations when text disappears in non-antialias modemathias1-14/+13
primary problem was to use utf8 when in fact the FontSet wasnt utf8.
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-31fix #1057499akir1-4/+5
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵fluxgen1-9/+9
code cleaning
2004-09-03cosmeticakir1-28/+30
2004-09-01final fix for iconv-issues on sun/sparcsakir1-2/+2
2004-08-31fix for the missing CODESET on openbsdakir1-3/+7
2004-08-31hopefully final fix for missing iconvakir1-5/+9
2004-08-31have const msg ptr to iconvfluxgen1-5/+20
2004-08-31checking for have iconvfluxgen1-2/+9
2004-08-31add autoconf check for std c++ headersrathnor1-4/+16
2004-08-28fix a issue with fonts coming up blankrathnor1-3/+3
2004-08-25make use of "size" in "recode" -> fixes drawin the cursor in textboxesakir1-3/+6
2004-08-18fix handling of font+text encodingsrathnor1-32/+25
2004-08-14tempfix for empty localefluxgen1-1/+5
2004-08-10adding halo and shadow options to font loading, patch from Mathias Gumz and ↵fluxgen1-41/+144
c. mccreesh (ciaranm)
2004-08-10utf-8 fix, a fixed patch from Sergey Kuleshovfluxgen1-16/+123
2004-06-07update NLS string handling...rathnor1-3/+6
2003-12-01fixed shadow option bugfluxgen1-6/+35
2003-11-28added shadowfluxgen1-6/+34
2003-01-05using bad_cast from typeinfofluxgen1-1/+2
2002-12-08fixed rotate argument for drawTextfluxgen1-3/+24
2002-12-01Indenting from tabs to emacs 4-spacerathnor1-68/+68
2002-11-26initial importfluxgen1-0/+184