aboutsummaryrefslogtreecommitdiff
path: root/src/GenericTool.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-1/+1
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>. C++0X was approved in 2011. among other things, it deprecates std::auto_ptr. 5 years is long enough for compilers to catch up the standard.
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-3/+4
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-1/+1
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'.
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-3/+5
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-1/+2
2006-04-17fix transparency updates for the toolbar when autohide is onsimonb1-0/+2
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-2/+2
for consistency with transparency resources
2003-10-26minor compile fixfluxgen1-2/+2
2003-10-13helper class for simple toolsfluxgen1-0/+69