index
:
fluxbox.git
fix/dont-deliver-sigalarm
master
pre-devel-1_1
prep/release-1.4.0
The official Fluxbox repository
The Fluxbox Team
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
FbTk
/
Signal.hh
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-14
Enable connecting to const Signals
Pavel Labath
1
-17/+19
2011-09-14
Rename Signal::connect function taking an already-constructed slot to connect...
Pavel Labath
1
-7/+7
2011-09-14
Signal::connect now also accepts an already-constructed Slot
Pavel Labath
1
-3/+27
2011-09-14
Prepare the Slot classes to be used independently of Signals
Pavel Labath
1
-33/+58
2011-05-10
Make SignalTracker always disconnect itself from Signals
Pavel Labath
1
-4/+3
2011-05-10
Last round of simplification of Signal/Slot classes
Pavel Labath
1
-65/+37
2011-05-10
Don't crash when a slot is deregistered in the middle of signal processing
Pavel Labath
1
-15/+46
2011-05-10
Simplify Slot.hh
Pavel Labath
1
-22/+27
2011-05-10
Simplify FbTk::Signal template classes a bit
Pavel Labath
1
-64/+30
2010-07-14
bugfix: another crash when cleaning up signals
Jim Ramsay
1
-4/+4
2010-05-23
bugfix: do not use invalid iterators while looping thru a container which get...
Mathias Gumz
1
-3/+2
2010-05-07
bugfix: crash when cleaning up signals
Mathias Gumz
1
-10/+9
2010-05-06
bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with 'pure...
Mathias Gumz
1
-1/+1
2010-03-26
Added Tracker interface for SignalHolder.
Henrik Kinnunen
1
-3/+40
2009-10-03
compile fixes for sun compiler 5.10: complains about 'not beeing able to init...
Mathias Gumz
1
-1/+1
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 us...
Henrik Kinnunen
1
-13/+22
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