Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -1/+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. | |||||
2011-09-14 | Mark FbTk::StringConvertor as NotCopyable | Pavel Labath | 1 | -1/+3 | |
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 | |