aboutsummaryrefslogtreecommitdiff
path: root/src/TooltipWindow.hh
AgeCommit message (Collapse)AuthorFilesLines
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-1/+1
gettimeofday() is subject to be changed on daylight-saving or to ntp-related (think leap-seconds). even worse, it is subject to be changed BACK in time. this is hard to fix correctly (see commit 45726d3016e and bug #3560509). it is irrelevant for timers to know the nano-seconds since the epoch anyways.
2010-09-08introduced FbTk::BidiStringMathias Gumz1-5/+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-05-09Fixed so tooltip window in the iconbar when the title changes.Henrik Kinnunen1-14/+26
2008-05-05add tooltips for iconbar buttons when title is too long to fitMatteo Galiazzo1-0/+53