Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-21 | support OnWinButton, OnMinButton & OnMaxButton | Thomas Lübking | 1 | -4/+30 | |
... actions in keys. This allows to override the default behavior as well as adding actions for the mouse wheel. Special casing of the two "geometry" related buttons (eg. to perform smart maximization, reverse the partial maximzation, add shading to the min button or whatnot) All other buttons have a rather dedicated meaning and are only really interesting for adding mouse wheels or eg. the window menu on rmb clicks. Needs docu. | |||||
2015-02-04 | Fix problem with too small WinButtons | Mathias Gumz | 1 | -53/+71 | |
Under some circumstances a WinButton might be tiny (1x1 pixel). Substracting values > 1 yields either 0 or something reaaaaly big (UINT_MAX). This will make fluxbox either crash or make it act weird. We don't want this. | |||||
2013-02-06 | Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebar | Mathias Gumz | 1 | -15/+20 | |
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-30 | src/WinButton.{cc,hh}: cosmetic | Vladimir A. Pavlov | 1 | -41/+13 | |
2012-12-30 | Make use of window.stuck.pressed.pixmap | Vladimir A. Pavlov | 1 | -1/+3 | |
2011-05-10 | Convert FluxboxWindow::stateSig to FbTk::Signal | Pavel Labath | 1 | -5/+1 | |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -1/+2 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2010-03-26 | Changed title signal in Focusable to new signal system | Henrik Kinnunen | 1 | -2/+5 | |
2008-08-30 | more fun with global variables | Mark Tiefenbruck | 1 | -1/+5 | |
2008-01-08 | split WinButtonTheme into multiple themes | Mark Tiefenbruck | 1 | -58/+23 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -28/+28 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -3/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -21/+19 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -4/+4 | |
2007-02-02 | revert svn 4684, transparency in window buttons | markt | 1 | -169/+201 | |
2007-01-21 | allow transparency in window buttons | markt | 1 | -201/+169 | |
2007-01-06 | move triangle drawing into FbDrawable | simonb | 1 | -12/+13 | |
Make MenuItem triangles proportional | |||||
2007-01-01 | don't set menuicon background to style's pixmap when the window has an icon | markt | 1 | -41/+7 | |
2006-04-17 | iconbutton handling fixes | simonb | 1 | -17/+10 | |
2006-04-14 | more button state fixing for shade, should be right now | simonb | 1 | -2/+10 | |
plus noticed typo in theme for unshade | |||||
2006-04-14 | fix window button image updates | simonb | 1 | -2/+2 | |
2006-03-20 | external tabs | simonb | 1 | -1/+1 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-05-12 | when the app changes its pixmap we need to trigger that correctly | mathias | 1 | -0/+12 | |
2005-05-11 | minor optimization | mathias | 1 | -2/+2 | |
2005-05-07 | new code in WinButton was assuming that at ::clear() - time there is always a | mathias | 1 | -5/+5 | |
valid m_listen_to.winClient() .. which is not true under some circumstance. i guarded the code accordingly. | |||||
2005-05-06 | Added new Buttons for the Titlebar of a Window (Mathias) | mathias | 1 | -19/+147 | |
- 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-13 | fix a few small bugs from recent big patch | simonb | 1 | -1/+7 | |
2005-04-10 | Big changes to how transparency works | simonb | 1 | -217/+163 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-05-14 | tweak the X in the close button. It was uneven. Check the comment | rathnor | 1 | -3/+10 | |
for details, I suspect it depends on X version :-/ | |||||
2004-02-27 | improved speed | fluxgen | 1 | -3/+1 | |
2004-02-27 | fixed some transparent bugs | fluxgen | 1 | -4/+4 | |
2004-01-10 | fix some minor transparency issues | rathnor | 1 | -16/+21 | |
2003-10-31 | tweak winbutton icon drawing, plus a little fix to icon changes | rathnor | 1 | -6/+16 | |
2003-09-22 | fix invisible minimize button | rathnor | 1 | -2/+2 | |
2003-09-14 | fixed stick pressed pixmap bug | fluxgen | 1 | -10/+6 | |
2003-09-14 | minor fix | fluxgen | 1 | -2/+1 | |
2003-09-12 | fixed minor transparent issue | fluxgen | 1 | -1/+2 | |
2003-09-12 | fixed correct fallback | fluxgen | 1 | -88/+122 | |
2003-08-22 | fixed new image loading | fluxgen | 1 | -35/+35 | |
2003-08-22 | fixed scaling in theme instead | fluxgen | 1 | -82/+35 | |
2003-08-13 | Button changed to a FbWindow | fluxgen | 1 | -77/+76 | |
2003-08-04 | updateTransparent | fluxgen | 1 | -1/+2 | |
2003-05-07 | fix alignment of unstuck default pixmap | rathnor | 1 | -2/+2 | |
2003-05-06 | added stuck pixmap, and unfocus pixmaps | fluxgen | 1 | -26/+99 | |
2003-04-28 | added WinButtonTheme with pixmap support | fluxgen | 1 | -25/+149 | |
2003-04-25 | fixed so it gets win state sticky to update sticky button | fluxgen | 1 | -32/+35 | |
2003-02-23 | using not sticky state as default | fluxgen | 1 | -11/+11 | |