Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-14 | fbtk, textbox, support horizontal padding | Pete Beardmore | 1 | -0/+2 | |
-add 'setPadding' function | |||||
2016-09-11 | Support editing utf-8 text in TextBox | Thomas Lübking | 1 | -0/+5 | |
aka "Flüxbøx" βµγ, pardon, BUG: 720 | |||||
2016-05-28 | improve consistency | Mathias Gumz | 1 | -2/+3 | |
for a std::string::size_type, the right value to use is not "-1", but std::string::npos. | |||||
2016-04-25 | Allow text selection | Thomas Lübking | 1 | -1/+5 | |
FbTk::TextBox now acts like any contemporary input field ;-) | |||||
2015-05-01 | TextBox::textStartPos can be const. | Mario J. Rugiero | 1 | -1/+1 | |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -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-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -1/+1 | |
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -2/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-05-09 | fix from vadim for fbrun-tabcompletion | mathias | 1 | -0/+1 | |
2005-05-06 | more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru> | mathias | 1 | -0/+5 | |
2005-02-07 | copyright year | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2003-08-26 | text box for input | fluxgen | 1 | -0/+84 | |