summaryrefslogtreecommitdiff
path: root/src/FbTk/Signal.hh
AgeCommit message (Expand)Author
2011-09-14Enable connecting to const SignalsPavel Labath
2011-09-14Rename Signal::connect function taking an already-constructed slot to connect...Pavel Labath
2011-09-14Signal::connect now also accepts an already-constructed SlotPavel Labath
2011-09-14Prepare the Slot classes to be used independently of SignalsPavel Labath
2011-05-10Make SignalTracker always disconnect itself from SignalsPavel Labath
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath
2011-05-10Don't crash when a slot is deregistered in the middle of signal processingPavel Labath
2011-05-10Simplify Slot.hhPavel Labath
2011-05-10Simplify FbTk::Signal template classes a bitPavel Labath
2010-07-14bugfix: another crash when cleaning up signalsJim Ramsay
2010-05-23bugfix: do not use invalid iterators while looping thru a container which get...Mathias Gumz
2010-05-07bugfix: crash when cleaning up signalsMathias Gumz
2010-05-06bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with 'pure...Mathias Gumz
2010-03-26Added Tracker interface for SignalHolder.Henrik Kinnunen
2009-10-03compile fixes for sun compiler 5.10: complains about 'not beeing able to init...Mathias Gumz
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen
2008-09-21no virtuals needed Signals, added leaveAll for SignalTracker which must be us...Henrik Kinnunen
2008-09-20fix a few things with new signal codeMark Tiefenbruck
2008-09-18Added new Signal/Slot system in FbTkHenrik Kinnunen