diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-18 20:24:35 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-18 20:24:35 (GMT) |
commit | e4d4717703b365bc14f189bf36b3edb1e4430b90 (patch) | |
tree | 1e678e6d0569714ab8c78fa0900c18ee1bb0f10a /ChangeLog | |
parent | 8e97963e4211963f960c52c8a8f4bf5cd135ad2f (diff) | |
download | fluxbox_lack-e4d4717703b365bc14f189bf36b3edb1e4430b90.zip fluxbox_lack-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes 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 | ||
2 | Changes for 1.1.1 | 7 | Changes 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) |