aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Signal.hh
AgeCommit message (Expand)AuthorFilesLines
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