aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Resource.hh
AgeCommit message (Collapse)AuthorFilesLines
2015-01-22Add -no-slit and -no-toolbar flagsMathias Gumz1-2/+1
Sometimes fluxbox is used as a component of a desktop environment ( e.g., the "Lumina Desktop"). It's easier and more stable for this kind of "users" to disable the toolbar or the slit alltogether. Why not configure these features out? Because then they would need 2 installations of fluxbox: One without the slit and the toolbar (and perhaps other components) and one with them. This implements feature request #314, at least partially. This commit also looks bigger than it actually is: I refactored and cleaned up classes Fluxbox and BScreen.
2009-10-01made code simplerMathias Gumz1-7/+2
2008-04-21some fixes for gcc 3.4Thomas Orgis1-0/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30fix compatibility with older gcc versionsMark Tiefenbruck1-1/+1
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-4/+0
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-28/+28
2007-12-27architecture astronomyMark Tiefenbruck1-9/+10
2007-01-07per-window transparency, including apps and menu support, plus some simonb1-0/+1
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net
2006-05-13added commentsfluxgen1-0/+4
2006-03-18added Type typedef of T in Resourcefluxgen1-4/+4
2006-02-18Added template getResource(string) to ResourceManager.fluxgen1-0/+40
It finds and returns reference to resource on success, else throws ResourceException.
2005-11-22const fixfluxgen1-3/+4
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-04-26oops, forgot to include filefluxgen1-1/+2
2003-12-19resourceValue and findResourcefluxgen1-1/+3
2003-12-19setResourceValue function and a dumpfluxgen1-2/+10
2003-12-16fixed some icc warningsfluxgen1-2/+2
2003-09-13minor fix for Solaris 2.xfluxgen1-1/+2
2003-08-08minor fixfluxgen1-4/+6
2003-07-18reorganise operation of ResourceManagerrathnor1-7/+58
plus fix initialisation of layer for slit and toolbar
2003-05-18moved Resource to FbTk and change name of DirHelper to FbTk Directoryfluxgen1-0/+147