aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/IntMenuItem.hh
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08introduced FbTk::BidiStringMathias Gumz1-11/+3
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-10-01compile fix: using correct forward declaration for template classesMathias Gumz1-1/+1
we got this 'Warning (Anachronism): Old syntax for explicit specialization or instantiation ignored.' with the solaris compiler
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2007-12-30removed some unneeded headersMathias Gumz1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-1/+2
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-2/+2
2007-12-27architecture astronomyMark Tiefenbruck1-0/+102