aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-20delay repositioning of labelsThomas Lübking1-0/+2
The iconbuttons delay their update to cover multiple changes, so if the labels are repositioned early, they'll operate on dated titles BUG: 1155 On the run, centralize the delay value in IconButton::updateLaziness()
2016-09-21show tooltips for tabsThomas Lübking1-1/+1
on the run (yes sucks, sorry) fixes a bug where windows were not activated on hovering the tab (for focus-follows-mouse policies) REQUEST: 95 The iconbar already shows tooltips and I doubt the claim that (untabbed) titlebars are "often" too short for the window title.
2016-08-06expose a preferredWidth of *Button'sThomas Lübking1-0/+2
2016-08-06delay title updatesThomas Lübking1-0/+2
Notably shells will cause brief interim titles when calling short-lived commands (try "ls"...) This covers such by waiting 100ms after every title update before reacting (the title will have returned in the mentioned cases, the UI remains steady)
2016-08-06signal title changesThomas Lübking1-0/+3
so that interested parties (the iconbar ;-) can use/forward them
2011-05-10Convert Focusable::attentionSig to FbTk::SignalPavel Labath1-3/+1
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen1-0/+6
2010-03-18Changed Focusable::focusSig() to new signal system.Henrik Kinnunen1-0/+3
The focus signal emits the window that had the focus status changed.
2008-05-09Fixed so tooltip window in the iconbar when the title changes.Henrik Kinnunen1-1/+4
2008-05-05add tooltips for iconbar buttons when title is too long to fitMatteo Galiazzo1-0/+2
2008-01-07added new ThemeProxy for automatically handling focused vs. unfocused ThemeItemsMark Tiefenbruck1-4/+7
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-3/+7
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-10-13merged changes from pre-develmarkt1-7/+14
2006-04-15implement vertical toolbar placement optionssimonb1-0/+2
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-1/+1
2006-02-16updated copyright infomathias1-1/+1
2005-04-26extension of previous big patch. Move a bunch of menu things onto simonb1-1/+1
background pixmap. Same for textbuttons.
2005-02-07updated copyright datesmathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-22added iconbar.wheelMode and iconbar.deiconifyModeakir1-3/+4
2003-11-27toggle pixmap for IconButtonfluxgen1-2/+7
2003-09-10clearAreafluxgen1-2/+6
2003-08-19moved textbutton to fbtkfluxgen1-4/+3
2003-08-11shows pixmap with textfluxgen1-0/+59