enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / pbd / event_loop.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-02-14 Robin Gareusfix rare livelock in std::map thread_buffer_requests
2016-01-14 Paul Davisuse correct type of lock when removing a thread request...
2016-01-14 Paul Davisfully clean up request buffers when a thread dies
2016-01-14 Paul Davismanually revert 4b3043cc and 141e6fb8181; add detailed...
2016-01-14 Paul Davisuse a unique key to store per-thread request buffers
2016-01-14 Paul Davisyet more event loop debug tracing
2015-12-28 Paul Davisredesign cross-thread registration/signalling system
2015-12-12 Paul Davismove BaseUI::_name into EventLoop; rename access method...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2013-01-16 Paul Davisadd copyright comments
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-23 Tim MayberryRemove unnecessary header includes
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2011-04-19 Paul Davisallow invalidation-of-UI-request-by-object-deletion...
2010-12-29 Carl HetheringtonFix build.
2010-12-29 Carl HetheringtonRemove debug code.
2010-04-03 Carl HetheringtonAllow cross-thread request invalidators to cope with...
2010-04-02 Carl HetheringtonCouple of comments.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...