Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-10 | Code cleanup | Mathias Gumz | 1 | -16/+4 | |
Reorder some includes; remove unused includes | |||||
2015-01-03 | Remove dead / unused code | Mathias Gumz | 1 | -50/+0 | |
Again: Compiler happy, we are happy. | |||||
2013-05-26 | build-sys: use AC_USE_SYSTEM_EXTENSIONS | Sami Kerola | 1 | -4/+0 | |
The earlier _GNU_SOURCE definitions possibly did not take effect everywhere where it was intended. | |||||
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -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-08 | cosmetic fix: looks like a copyNpaste issue | Mathias Gumz | 1 | -7/+0 | |
2010-09-08 | code simplification | Mathias Gumz | 1 | -2/+2 | |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -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-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+2 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -0/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -2/+0 | |
2007-07-31 | add some decorations to torn menus, and fix restart without an argument | markt | 1 | -1/+3 | |
2007-02-25 | little sanity check | markt | 1 | -0/+2 | |
2007-01-05 | fix loading of rotated fonts on style change | simonb | 1 | -1/+1 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -14/+13 | |
2006-05-07 | handle utf-8 strings properly. | simonb | 1 | -9/+22 | |
use utf8 internally | |||||
2006-04-05 | fix Xmbfonts on multiple screens | simonb | 1 | -2/+1 | |
and external tabs showing from different workspaces on placement change | |||||
2006-04-04 | rotated Xmb Fonts, by rotating as we draw | simonb | 1 | -8/+74 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -1/+1 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-12-22 | removed unused variable | fluxgen | 1 | -3/+1 | |
2005-06-03 | deleted the "fallback"-code, which was one of the reasons for slowing down | mathias | 1 | -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-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | fixes fontsituations when text disappears in non-antialias mode | mathias | 1 | -3/+5 | |
primary problem was to use utf8 when in fact the FontSet wasnt utf8. | |||||
2004-11-17 | fixed missing init for pointer in destructor .. could lead to segfaults | mathias | 1 | -2/+2 | |
2004-10-04 | fix usage of setlocale return value, which returns a pointer to static | rathnor | 1 | -5/+5 | |
memory, which we need to promptly copy | |||||
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵ | fluxgen | 1 | -8/+8 | |
code cleaning | |||||
2004-09-10 | cosmetic issues, removed unneeded strcasestr-code (is already in StringUtil), | akir | 1 | -36/+19 | |
tried to avoid App::instance()->display() calls again. | |||||
2004-09-03 | fix crash on amd64 | rathnor | 1 | -3/+3 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 | |
2004-08-28 | fix a issue with fonts coming up blank | rathnor | 1 | -5/+27 | |
2004-08-10 | utf-8 fix, a fixed patch from Sergey Kuleshov | fluxgen | 1 | -13/+7 | |
2004-02-10 | minor fix | fluxgen | 1 | -5/+5 | |
2003-04-26 | moved StringUtil to FbTk | fluxgen | 1 | -6/+4 | |
2003-02-17 | using StringUtil | fluxgen | 1 | -3/+6 | |
2002-12-02 | minor comment fixes | fluxgen | 1 | -3/+7 | |
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -150/+150 | |
2002-11-26 | temp fix for strcasestr | fluxgen | 1 | -2/+19 | |
2002-11-26 | initial import | fluxgen | 1 | -0/+241 | |