Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | Remove all trace of Observers and Subjects | Pavel Labath | 1 | -1/+1 | |
this marks the completion of the transition to FbTk::Signal | |||||
2011-05-10 | Convert Focusable::attentionSig to FbTk::Signal | Pavel Labath | 1 | -7/+3 | |
2011-05-10 | Last round of simplification of Signal/Slot classes | Pavel Labath | 1 | -5/+5 | |
- 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-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -8/+10 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2010-03-18 | Changed Focusable::focusSig() to new signal system. | Henrik Kinnunen | 1 | -1/+5 | |
The focus signal emits the window that had the focus status changed. | |||||
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -0/+71 | |