Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-20 | delay repositioning of labels | Thomas Lübking | 1 | -1/+1 | |
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-10-02 | Make preferredWidth max from un- and focused width | Thomas Lübking | 1 | -0/+6 | |
This is notably an issue if the focused font differs from the unfocused font (eg. is bold or bigger) Updating the value with the state leads to ugly judder (nasty when minimizing a window through the iconbar) and not handling this causes random button widths (depending on whether the button was focused when checking the value) | |||||
2016-09-03 | indicate iconified windows in iconbar | Thomas Lübking | 1 | -1/+9 | |
2016-08-06 | expose a preferredWidth of *Button's | Thomas Lübking | 1 | -0/+7 | |
2016-08-06 | delay title updates | Thomas Lübking | 1 | -1/+5 | |
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-06 | signal title changes | Thomas Lübking | 1 | -0/+1 | |
so that interested parties (the iconbar ;-) can use/forward them | |||||
2015-01-24 | Cleanup | Mathias Gumz | 1 | -2/+2 | |
2015-01-10 | Fix order of reconfigure the theme of an IconButton | Mathias Gumz | 1 | -15/+11 | |
The font might have an impact to the result of width() and height(). In order to render the new pixmap correctly fluxbox now first sets the font and the width of the border and after that it recreates the pixmap. | |||||
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -4/+0 | |
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities. | |||||
2011-05-10 | Convert Focusable::attentionSig to FbTk::Signal | Pavel Labath | 1 | -17/+2 | |
2011-02-24 | removed unused headers | Mathias Gumz | 1 | -4/+0 | |
2010-05-23 | mostly cosmetic fixes, mainly discovered by 'clang --analyze' | Mathias Gumz | 1 | -2/+4 | |
reordering of Resource-related stuff was because of "error: explicit specialization of 'getString' after instantiation" complaints. | |||||
2010-03-26 | Changed title signal in Focusable to new signal system | Henrik Kinnunen | 1 | -18/+31 | |
2010-03-18 | Changed Focusable::focusSig() to new signal system. | Henrik Kinnunen | 1 | -4/+9 | |
The focus signal emits the window that had the focus status changed. | |||||
2009-06-28 | fix changing iconbar alignment and button width from init file | Mark Tiefenbruck | 1 | -0/+2 | |
2008-10-07 | show/hide tooltip if title length changes enough while mouse is over the ↵ | Mark Tiefenbruck | 1 | -8/+7 | |
iconbutton | |||||
2008-09-03 | remove tooltip when IconButton is destroyed | Mark Tiefenbruck | 1 | -0/+2 | |
2008-05-09 | Fixed so tooltip window in the iconbar when the title changes. | Henrik Kinnunen | 1 | -7/+22 | |
2008-05-05 | add tooltips for iconbar buttons when title is too long to fit | Matteo Galiazzo | 1 | -1/+16 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -0/+1 | |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -42/+19 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -19/+19 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -7/+7 | |
2007-11-09 | fix font updates in iconbar | markt | 1 | -0/+2 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -138/+75 | |
2007-01-16 | right click on iconbutton toggles menu | markt | 1 | -9/+6 | |
2007-01-07 | little cleanup | markt | 1 | -1/+0 | |
2007-01-05 | fix window menu placement with toolbar at top of screen, and disable ↵ | markt | 1 | -1/+0 | |
titlebar when doing it | |||||
2006-08-02 | rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel | markt | 1 | -5/+5 | |
2006-04-17 | iconbutton handling fixes | simonb | 1 | -19/+14 | |
2006-04-16 | add reversewheeling option | simonb | 1 | -3/+8 | |
thanks Kalle - ice_jkpg at users.sourceforge.net | |||||
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -2/+2 | |
2006-04-15 | implement vertical toolbar placement options | simonb | 1 | -4/+37 | |
2006-03-27 | don't follow stuck windows in deiconify (thanks _markt) | simonb | 1 | -1/+2 | |
2006-03-27 | fix crash when deiconfiy mode = Follow | simonb | 1 | -8/+11 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -1/+1 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-04-27 | add rough support for non-default depth pixmaps. Saves us having ghost | simonb | 1 | -4/+8 | |
holes in windows | |||||
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -3/+3 | |
background pixmap. Same for textbuttons. | |||||
2005-02-07 | updated copyright dates | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-05 | Simon's last changes lead to segfaults when the users specified <Sticky> or | mathias | 1 | -4/+1 | |
<Workspace> in apps-file. Reason is, that an unmanaged window is not yet assigned to an workspace and thus the returned workspacenumber is -1 ... which leads in combination with getWorkspace(nr) to an invalid workspace (0x0) ... This also fixes the problem with several deiconify-modes of the iconbar, when the iconbar is in icons-only mode (same reason) The other changes in the files are just cosmetic, i throw out the comments about the changes Simon did coz they make sense and are correct imho. | |||||
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 1 | -0/+1 | |
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :) | |||||
2004-12-01 | deiconifyMode: Follow is the new/old default (as it was before deiconifyMode ↵ | mathias | 1 | -5/+5 | |
was introduced) | |||||
2004-11-28 | fix possible segfaults in DeiconifyMode::SEMIFOLLOW and FOLLOW ... | mathias | 1 | -6/+9 | |
the raisAndFocus after the sendToWorkspace makes problems, dunno why exactly so this is still an open issue imho. | |||||
2004-11-24 | enable title of windowmenu when called from iconbar | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-22 | added iconbar.wheelMode and iconbar.deiconifyMode | akir | 1 | -12/+62 | |
2004-07-15 | mouse scroll on icons changes workspace | fluxgen | 1 | -2/+8 | |