Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | Improved vertical alignment of text in FbTk::TextButton | Mathias Gumz | 1 | -2/+2 | |
The old formula for vertical align text inside FbTk::TextButton ('height/2 + font_ascent/2 - 1') produced not always good looking results, escpecially when different fonts are involved (eg, ClockTool and WorkspaceName have different fonts and font-sizes). '(height - font_ascent) / 2 - 1' produces better results. Additional changes: * added ASCII-Art to document the involved entities when calculating the baseline * rewritten tests/testFont.cc to accept multiples texts and multiple fonts * removed some internal parts of FbTk::Font from the public interface | |||||
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -6/+5 | |
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-08-16 | some cleanup | Mark Tiefenbruck | 1 | -10/+0 | |
2008-05-05 | add tooltips for iconbar buttons when title is too long to fit | Matteo Galiazzo | 1 | -0/+2 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -1/+0 | |
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 | -1/+0 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -4/+4 | |
2006-07-01 | more dead functions | markt | 1 | -0/+4 | |
2006-07-01 | more dead functions | markt | 1 | -0/+2 | |
2006-04-15 | implement vertical toolbar placement options | simonb | 1 | -0/+1 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -5/+8 | |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -2/+6 | |
background pixmap. Same for textbuttons. | |||||
2005-04-10 | Big changes to how transparency works | simonb | 1 | -1/+0 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-10 | added padding: space between text and the border | akir | 1 | -1/+10 | |
2004-01-08 | cleaning | fluxgen | 1 | -2/+2 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -2/+2 | |
2003-09-14 | less flicker | fluxgen | 1 | -1/+3 | |
2003-09-10 | reduced flicker with buffer | fluxgen | 1 | -2/+13 | |
2003-08-18 | moved from fluxbox main source | fluxgen | 1 | -0/+67 | |