Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2003-01-05 | draws simple window graphics and handles buttons | fluxgen | 1 | -0/+91 | |