add export visibility control to libpbd (works thus far on linux/gcc)
[ardour.git] / libs / pbd / pbd / signals.h
2013-10-17 Paul Davisadd export visibility control to libpbd (works thus...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-05-21 Carl HetheringtonMust disconnect old UnscopedConnection when setting...
2012-05-16 Paul Davisreset _signal member of a Connection so that we will...
2012-05-15 Carl HetheringtonMake ScopedConnectionList's mutex non-static so that one
2012-05-15 Carl HetheringtonMerge old a new signals code into one set of classes.
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-05-09 Paul Daviscorrect cut-n-paste error in new comments for signals.h
2012-05-09 Paul Davisadd some explanatory comments to pbd/signals.h
2011-09-26 Carl HetheringtonAdd Signal5.
2011-04-19 Paul Davisallow invalidation-of-UI-request-by-object-deletion...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-04-02 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...