aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextBox.hh
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08introduced FbTk::BidiStringMathias Gumz1-5/+4
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).
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-2/+0
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-1/+1
2006-04-16fix all compiler warnings with -Wallsimonb1-2/+2
2006-02-16updated copyright infomathias1-1/+1
2005-05-09fix from vadim for fbrun-tabcompletionmathias1-0/+1
2005-05-06more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru>mathias1-0/+5
2005-02-07copyright yearmathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2003-08-26text box for inputfluxgen1-0/+84