summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/base_ui.h
AgeCommit message (Expand)Author
2017-08-05Add API to set thread-priority (for ctrl-surfaces)Robin Gareus
2015-12-12move BaseUI::_name into EventLoop; rename access method in EventLoop as event...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-12-03fix up BaseUI to use crossthreadchannel on all platformsPaul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-16add export visibility control to libpbd (works thus far on linux/gcc)Paul Davis
2013-07-17Remaining changes needed for building libpdb on Windows (except for adding th...John Emmas
2013-07-11 Use timeout source to process ui requests on windowsPaul Davis
2013-07-11Hide UI request mechanism from inheriting classesPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
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
2009-12-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...Paul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-09OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to w...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2006-06-29Fixed i18n system.Taybin Rutkin