aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Signal.hh
AgeCommit message (Expand)AuthorFilesLines
2011-09-14Enable connecting to const SignalsPavel Labath1-17/+19
2011-09-14Rename Signal::connect function taking an already-constructed slot to connect...Pavel Labath1-7/+7
2011-09-14Signal::connect now also accepts an already-constructed SlotPavel Labath1-3/+27
2011-09-14Prepare the Slot classes to be used independently of SignalsPavel Labath1-33/+58
2011-05-10Make SignalTracker always disconnect itself from SignalsPavel Labath1-4/+3
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath1-65/+37
2011-05-10Don't crash when a slot is deregistered in the middle of signal processingPavel Labath1-15/+46
2011-05-10Simplify Slot.hhPavel Labath1-22/+27
2011-05-10Simplify FbTk::Signal template classes a bitPavel Labath1-64/+30
2010-07-14bugfix: another crash when cleaning up signalsJim Ramsay1-4/+4
2010-05-23bugfix: do not use invalid iterators while looping thru a container which get...Mathias Gumz1-3/+2
2010-05-07bugfix: crash when cleaning up signalsMathias Gumz1-10/+9
2010-05-06bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with 'pure...Mathias Gumz1-1/+1
2010-03-26Added Tracker interface for SignalHolder.Henrik Kinnunen1-3/+40
2009-10-03compile fixes for sun compiler 5.10: complains about 'not beeing able to init...Mathias Gumz1-1/+1
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-11/+21
2008-09-21no virtuals needed Signals, added leaveAll for SignalTracker which must be us...Henrik Kinnunen1-13/+22
2008-09-21fix a few things with new signal codeMark Tiefenbruck1-5/+22
2008-09-18Added new Signal/Slot system in FbTkHenrik Kinnunen1-0/+218