aboutsummaryrefslogtreecommitdiff
path: root/src/WinButtonTheme.cc
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebarMathias Gumz1-0/+6
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.
2008-03-19The unfocused/pressed pixmaps for the 'stick' button were ignored.Jim Ramsay1-1/+2
This fixes a bug in commit 1f01d84c080d607a91eb417efcaf5e500b5f1d7e (split WinButtonTheme into multiple themes), where every other theme except for m_stick_pm was changed.
2008-01-08split WinButtonTheme into multiple themesMark Tiefenbruck1-50/+22
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-5/+6
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-16load style before loading theme objects, remove duplicate theme loadMark Tiefenbruck1-0/+1
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt1-1/+2
2006-04-14more button state fixing for shade, should be right nowsimonb1-1/+1
plus noticed typo in theme for unshade
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-1/+1
2006-02-16updated copyright infomathias1-1/+1
2005-09-12fixes #1281708, MenuIcon doesnt scale properly, patch from sf.netmathias1-0/+4
2005-05-06Added new Buttons for the Titlebar of a Window (Mathias)mathias1-1/+16
- 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-25removed unused variablefluxgen1-2/+1
2003-08-22fixed new image loadingfluxgen1-51/+4
2003-08-22minor offset fixfluxgen1-2/+2
2003-08-22fixed scaling for winbuttonsfluxgen1-7/+39
2003-05-06added stuck pixmap, and unfocus pixmapsfluxgen1-2/+9
2003-04-28minor screen num fixfluxgen1-3/+2
2003-04-28handles close, maximize, iconify, shade and stick theme pixmapsfluxgen1-0/+103