aboutsummaryrefslogtreecommitdiff
path: root/src/SlitTheme.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath1-1/+1
- merged all the common stuff from 0,1,2,3 argument versions into one common base class - removed ReturnType template parameter as it was instantiated with "void" everywhere and the current ignores the return value of the callbacks anyway
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-2/+1
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-2/+2
2008-01-04add a level of indirection to themesMark Tiefenbruck1-1/+8
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-21removed now obsolete #includes coz we moved FbTk/ThemeItems.hh -> ↵akir1-2/+1
FbTk/ThemeItems.cc
2004-10-21fix to avoid:akir1-1/+2
Explicit specialization of function "FbTk::ThemeItem<int>::setDefaultValue" (mipspro)
2003-08-29fixed fallback itemsfluxgen1-20/+9
2003-08-24setting default valuesfluxgen1-1/+5
2003-06-24added bevel width, border color and border widthfluxgen1-3/+11
2003-06-20some refactoringfluxgen1-0/+47