aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbString.hh
AgeCommit message (Collapse)AuthorFilesLines
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-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-14Mark FbTk::StringConvertor as NotCopyablePavel Labath1-1/+3
2010-09-08introduced FbTk::BidiStringMathias Gumz1-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-04added support for bidirectional textKen Bloom1-0/+5
2008-06-07fix some memory leaks and uninitialized valuesMatthias S. Benkmann1-0/+2
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2006-06-26properly protect usage of iconv_t by HAVE_ICONVsimonb1-1/+9
2006-06-25Fix compile error with some compilers not including iconv.h before FbString.hhmarkt1-0/+5
2006-06-25support encodings in menu filessimonb1-0/+20
2006-05-07more utf8 changes, notably window titlessimonb1-4/+0
2006-05-07missed two added files, whoopssimonb1-0/+62