Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -16/+21 | |
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). | |||||
2010-09-04 | added support for bidirectional text | Ken Bloom | 1 | -0/+5 | |
2008-06-07 | fix some memory leaks and uninitialized values | Matthias S. Benkmann | 1 | -0/+2 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2006-06-26 | properly protect usage of iconv_t by HAVE_ICONV | simonb | 1 | -1/+9 | |
2006-06-25 | Fix compile error with some compilers not including iconv.h before FbString.hh | markt | 1 | -0/+5 | |
2006-06-25 | support encodings in menu files | simonb | 1 | -0/+20 | |
2006-05-07 | more utf8 changes, notably window titles | simonb | 1 | -4/+0 | |
2006-05-07 | missed two added files, whoops | simonb | 1 | -0/+62 | |