aboutsummaryrefslogtreecommitdiff
path: root/src/Resources.cc
AgeCommit message (Collapse)AuthorFilesLines
2015-02-05Cleanup; Remove unused functionMathias Gumz1-2/+0
2015-02-01CosmeticMathias Gumz1-7/+1
2013-02-06Feature #3602124: 'LHalf' and 'RHalf' buttons to the titlebarMathias Gumz1-0/+10
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.
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-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-17use FbTk::API to reduce code duplicationMathias Gumz1-19/+9
2010-05-23mostly cosmetic fixes, mainly discovered by 'clang --analyze'Mathias Gumz1-75/+76
reordering of Resource-related stuff was because of "error: explicit specialization of 'getString' after instantiation" complaints.
2009-09-30compile fix: use the correct format string to parse the numberMathias Gumz1-1/+1
2009-09-30cosmetic: slightly less code to do the sameMathias Gumz1-6/+8
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-3/+0
2007-10-13merged changes from pre-develmarkt1-36/+4
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2006-10-30Cosmetic patch from Slava Semushinmathias1-26/+29
2006-04-02size_t fixes, thanks Semushin Slava aka php-coderfluxgen1-4/+2
2006-03-18Using WinButton enum for titlebar button typefluxgen1-15/+17
2006-03-02fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at ↵mathias1-0/+2
lowlatency dot de>
2006-02-20moved class Layer from class Fluxbox and thus reduces some dependeciesfluxgen1-27/+31
2006-02-16updated copyright infomathias1-1/+1
2005-11-22const function Resource getStringfluxgen1-9/+9
2005-05-06Added new Buttons for the Titlebar of a Window (Mathias)mathias1-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-24copyright datemathias1-0/+24
2005-01-11fix for #1099278mathias1-2/+2
2004-09-12holds main resource functionsfluxgen1-0/+228