Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-07 | bugfix: crash when cleaning up signals | Mathias Gumz | 1 | -10/+9 | |
22fa5f544b35 was not fixing anything, the real cause is that the SignalHolder still has a reference to a not existing Tracker. | |||||
2010-05-06 | bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with ↵ | Mathias Gumz | 1 | -1/+1 | |
'pure virtual method called' | |||||
2010-03-26 | Added Tracker interface for SignalHolder. | Henrik Kinnunen | 1 | -3/+40 | |
This is used by SignalTracker so Signals can disconnect from it when they die. | |||||
2009-10-03 | compile fixes for sun compiler 5.10: complains about 'not beeing able to ↵ | Mathias Gumz | 1 | -1/+1 | |
initialize this from that' | |||||
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -11/+21 | |
2008-09-21 | no virtuals needed Signals, added leaveAll for SignalTracker which must be ↵ | Henrik Kinnunen | 1 | -13/+22 | |
used before all screens dies. | |||||
2008-09-21 | fix a few things with new signal code | Mark Tiefenbruck | 1 | -5/+22 | |
2008-09-18 | Added new Signal/Slot system in FbTk | Henrik Kinnunen | 1 | -0/+218 | |
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage. |