Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-02 | compress resize signals | Thomas Lübking | 1 | -0/+4 | |
typically buttons will call for this quite some, eg. when switching workspace or (now) when altering the focused window. This compresses various changes happening at the same time and re-layout the toolbar only once for them | |||||
2016-09-03 | indicate iconified windows in iconbar | Thomas Lübking | 1 | -0/+5 | |
2016-08-28 | fix compiler warning about std::auto_ptr | Mathias Gumz | 1 | -1/+1 | |
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>. C++0X was approved in 2011. among other things, it deprecates std::auto_ptr. 5 years is long enough for compilers to catch up the standard. | |||||
2016-08-26 | Improve stretching (RELATIVE) toolbar items | Thomas Lübking | 1 | -0/+1 | |
The available space is distributed reg. the preferred width of items (spacers and the iconbar ;-) instead of evenly. The preferred width of the iconbar is calculated from its buttons. This allows to align the iconbar using spacers and makes better use of the available space | |||||
2011-05-10 | Convert Focusable::orderSig,addSig,removeSig,resetSig to FbTk::Signal | Pavel Labath | 1 | -3/+5 | |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -0/+3 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -2/+2 | |
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'. | |||||
2008-08-23 | fix reading iconbar border from theme | Mark Tiefenbruck | 1 | -1/+2 | |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -2/+3 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -2/+3 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -2/+1 | |
2007-12-28 | moved Container to FbTk | Mark Tiefenbruck | 1 | -5/+5 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -23/+15 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -26/+7 | |
2006-10-16 | some cleaning, using CachedPixmap | fluxgen | 1 | -3/+6 | |
2006-08-02 | rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel | markt | 1 | -9/+0 | |
2006-07-30 | list windows in iconbar in creation order | markt | 1 | -7/+3 | |
2006-07-01 | more dead functions | markt | 1 | -2/+0 | |
2006-05-13 | added one more render option for renderButton, force render of focused | fluxgen | 1 | -2/+6 | |
2006-04-17 | fix transparency updates for the toolbar when autohide is on | simonb | 1 | -0/+1 | |
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 | -1/+1 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-04-29 | commited the wrong file in the last session :/ | mathias | 1 | -0/+2 | |
2005-02-07 | updated copyright dates | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | 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 | -1/+22 | |
2004-10-10 | added iconbar.iconTextPadding | akir | 1 | -1/+2 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -1/+3 | |
for consistency with transparency resources | |||||
2004-08-29 | a few random fixes | rathnor | 1 | -1/+3 | |
2004-06-16 | toolbar fixes, updates and optimisations | rathnor | 1 | -3/+3 | |
2003-12-23 | fix rendering of icon buttons when they are slightly larger because of | rathnor | 1 | -1/+3 | |
rounding | |||||
2003-12-19 | timedRender so we can remove flicker while changing current client in window | fluxgen | 1 | -2/+6 | |
2003-12-12 | alignment of iconbar buttons | fluxgen | 1 | -3/+5 | |
2003-11-27 | toggle pixmap for IconButton | fluxgen | 1 | -1/+2 | |
2003-10-06 | fix shape - all menus shaped, and some weird shape bugs | rathnor | 1 | -2/+3 | |
2003-09-10 | comments | fluxgen | 1 | -3/+9 | |
2003-09-08 | add iconbar mode | fluxgen | 1 | -4/+30 | |
2003-08-18 | added removeWindow and fixed workspace sig | fluxgen | 1 | -1/+3 | |
2003-08-16 | fixed iconified windows and minor optimization | fluxgen | 1 | -3/+3 | |
2003-08-13 | borderWidth | fluxgen | 1 | -1/+2 | |
2003-08-12 | minor code cleaning | fluxgen | 1 | -1/+8 | |
2003-08-12 | added empty pixmap and change icon2winmap to a std list | fluxgen | 1 | -4/+8 | |
2003-08-11 | iconbar for toolbar | fluxgen | 1 | -0/+68 | |