aboutsummaryrefslogtreecommitdiff
path: root/src/WinButtonTheme.hh
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebarMathias Gumz1-2/+10
First draft of feature request of #3602124: Having 2 buttons in the titlebar which allow quick positioning of a Window into the left or right half of the current monitor.
2012-12-30Make use of window.stuck.pressed.pixmapVladimir A. Pavlov1-0/+1
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath1-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-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-2/+1
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
2008-01-08split WinButtonTheme into multiple themesMark Tiefenbruck1-36/+8
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-4/+5
2008-01-04add a level of indirection to themesMark Tiefenbruck1-1/+8
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-1/+1
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-2/+2
2006-02-16updated copyright infomathias1-1/+1
2005-05-06Added new Buttons for the Titlebar of a Window (Mathias)mathias1-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-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2003-08-22fixed new image loadingfluxgen1-51/+40
2003-08-22fixed scaling for winbuttonsfluxgen1-7/+13
2003-05-06added stuck pixmap, and unfocus pixmapsfluxgen1-11/+15
2003-04-28handles close, maximize, iconify, shade and stick theme pixmapsfluxgen1-0/+85