aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-18 20:24:35 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-18 20:24:35 (GMT)
commite4d4717703b365bc14f189bf36b3edb1e4430b90 (patch)
tree1e678e6d0569714ab8c78fa0900c18ee1bb0f10a /ChangeLog
parent8e97963e4211963f960c52c8a8f4bf5cd135ad2f (diff)
downloadfluxbox-e4d4717703b365bc14f189bf36b3edb1e4430b90.zip
fluxbox-e4d4717703b365bc14f189bf36b3edb1e4430b90.tar.bz2
Added new Signal/Slot system in FbTk
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94da1ba..da15ff6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2:
3*08/09/18:
4 * Added new Signal/Slot system to FbTk (Henrik)
5 This is suppose to replace the obsolete Subject/Observer classes.
6 FbTk/Signal.hh, FbTk/Slot.hh, FbTk/MemFun.hh, tests/testSignals.cc
2Changes for 1.1.1 7Changes for 1.1.1
3*08/09/14: 8*08/09/14:
4 * Fixed a minor pixmap resource leak (Henrik) 9 * Fixed a minor pixmap resource leak (Henrik)