Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-03 | Minor API change for OSDWindow | Mathias Gumz | 1 | -1/+1 | |
OSDWindow::resize(const FbTk::BiDiString&) shadowed FbWindow::resize(x, y). To fix this I renamed the function to OSDWindow::resizeForText() to make the intention clear. | |||||
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -6/+6 | |
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-19 | move position and geometry windows into their own class | Mark Tiefenbruck | 1 | -0/+94 | |