Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -5/+5 | |
biggest change: renaming of 'class Layer' to 'class ResourceLayer' in Layer.hh to handle complaints about 'ambiguous Layer: Layer or FbTk::Layer'. 'ResourceLayer' sounds crappy, but that was the best I could come up with right now. | |||||
2010-09-17 | use FbTk::API to reduce code duplication | Mathias Gumz | 1 | -19/+9 | |
2010-05-23 | mostly cosmetic fixes, mainly discovered by 'clang --analyze' | Mathias Gumz | 1 | -75/+76 | |
reordering of Resource-related stuff was because of "error: explicit specialization of 'getString' after instantiation" complaints. | |||||
2009-09-30 | compile fix: use the correct format string to parse the number | Mathias Gumz | 1 | -1/+1 | |
2009-09-30 | cosmetic: slightly less code to do the same | Mathias Gumz | 1 | -6/+8 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -3/+0 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -36/+4 | |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -26/+29 | |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 1 | -4/+2 | |
2006-03-18 | Using WinButton enum for titlebar button type | fluxgen | 1 | -15/+17 | |
2006-03-02 | fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at ↵ | mathias | 1 | -0/+2 | |
lowlatency dot de> | |||||
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -27/+31 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-11-22 | const function Resource getString | fluxgen | 1 | -9/+9 | |
2005-05-06 | Added new Buttons for the Titlebar of a Window (Mathias) | mathias | 1 | -4/+4 | |
- 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-24 | copyright date | mathias | 1 | -0/+24 | |
2005-01-11 | fix for #1099278 | mathias | 1 | -2/+2 | |
2004-09-12 | holds main resource functions | fluxgen | 1 | -0/+228 | |