summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/event_loop.h
AgeCommit message (Expand)Author
2016-01-14fully clean up request buffers when a thread diesPaul Davis
2015-12-29clang build fix (uint32_t is not declaed)Robin Gareus
2015-12-29fix windows/mingw buildsRobin Gareus
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-12move BaseUI::_name into EventLoop; rename access method in EventLoop as event...Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2013-10-16add export visibility control to libpbd (works thus far on linux/gcc)Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2010-04-03Allow cross-thread request invalidators to cope with multiple requestsCarl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis