index
:
fluxbox.git
master
on_tab
pre-devel-1_1
wip
wip-container
wip-orig-dev
with_map
Unnamed repository; edit this file 'description' to name the repository.
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
FbTk
/
Signal.hh
Age
Commit message (
Expand
)
Author
2011-09-14
Enable connecting to const Signals
Pavel Labath
2011-09-14
Rename Signal::connect function taking an already-constructed slot to connect...
Pavel Labath
2011-09-14
Signal::connect now also accepts an already-constructed Slot
Pavel Labath
2011-09-14
Prepare the Slot classes to be used independently of Signals
Pavel Labath
2011-05-10
Make SignalTracker always disconnect itself from Signals
Pavel Labath
2011-05-10
Last round of simplification of Signal/Slot classes
Pavel Labath
2011-05-10
Don't crash when a slot is deregistered in the middle of signal processing
Pavel Labath
2011-05-10
Simplify Slot.hh
Pavel Labath
2011-05-10
Simplify FbTk::Signal template classes a bit
Pavel Labath
2010-07-14
bugfix: another crash when cleaning up signals
Jim Ramsay
2010-05-23
bugfix: do not use invalid iterators while looping thru a container which get...
Mathias Gumz
2010-05-07
bugfix: crash when cleaning up signals
Mathias Gumz
2010-05-06
bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with 'pure...
Mathias Gumz
2010-03-26
Added Tracker interface for SignalHolder.
Henrik Kinnunen
2009-10-03
compile fixes for sun compiler 5.10: complains about 'not beeing able to init...
Mathias Gumz
2008-09-28
Change focused signal to use the new signal system
Henrik Kinnunen
2008-09-21
no virtuals needed Signals, added leaveAll for SignalTracker which must be us...
Henrik Kinnunen
2008-09-20
fix a few things with new signal code
Mark Tiefenbruck
2008-09-18
Added new Signal/Slot system in FbTk
Henrik Kinnunen