Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | Last round of simplification of Signal/Slot classes | Pavel Labath | 1 | -1/+1 | |
- merged all the common stuff from 0,1,2,3 argument versions into one common base class - removed ReturnType template parameter as it was instantiated with "void" everywhere and the current ignores the return value of the callbacks anyway | |||||
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -2/+1 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2008-01-08 | split WinButtonTheme into multiple themes | Mark Tiefenbruck | 1 | -36/+8 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -4/+5 | |
2008-01-04 | add a level of indirection to themes | Mark Tiefenbruck | 1 | -1/+8 | |
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/+1 | |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -2/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-05-06 | Added new Buttons for the Titlebar of a Window (Mathias) | mathias | 1 | -32/+53 | |
- Shade - just like the "Stick"-button Styleresources: window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap etc. - MenuIcon - click on it provides the windowmenu, if the app contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a little menu otherwise. Styleresources: windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap etc. Example ~/.fluxbox/init - entry: session.titlebar.left: MenuIcon Stick session.titlebar.right: Shade Minimize Maximize Close hint: if the app HAS a pixmap i use window.title.focus.pixmap (look WinButtonTheme for reference)in pixmap-based-styles. this looks excellent and dont need much extra-code to pipe that info into WinButtons. | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2003-08-22 | fixed new image loading | fluxgen | 1 | -51/+40 | |
2003-08-22 | fixed scaling for winbuttons | fluxgen | 1 | -7/+13 | |
2003-05-06 | added stuck pixmap, and unfocus pixmaps | fluxgen | 1 | -11/+15 | |
2003-04-28 | handles close, maximize, iconify, shade and stick theme pixmaps | fluxgen | 1 | -0/+85 | |