aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.hh
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebarMathias Gumz1-2/+12
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-30src/WinButton.{cc,hh}: cosmeticVladimir A. Pavlov1-2/+3
2011-05-10Remove all trace of Observers and SubjectsPavel Labath1-1/+0
this marks the completion of the transition to FbTk::Signal
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath1-2/+1
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen1-1/+3
2008-08-30more fun with global variablesMark Tiefenbruck1-2/+2
2008-01-08split WinButtonTheme into multiple themesMark Tiefenbruck1-1/+2
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-2/+3
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-02-23update titlebar buttons on reconfiguremarkt1-0/+5
2007-02-02revert svn 4684, transparency in window buttonsmarkt1-5/+5
2007-01-21allow transparency in window buttonsmarkt1-5/+5
2006-02-16updated copyright infomathias1-1/+1
2005-05-06Added new Buttons for the Titlebar of a Window (Mathias)mathias1-3/+8
- 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-04-10Big changes to how transparency workssimonb1-2/+13
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-01-10fix some minor transparency issuesrathnor1-2/+2
2003-04-28added WinButtonThemefluxgen1-1/+5
2003-04-25fixed listen to window statefluxgen1-6/+10
2003-03-22minor indentfluxgen1-2/+3
2003-01-05draws simple window graphics and handles buttonsfluxgen1-0/+42