summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/abstract_ui.cc
AgeCommit message (Expand)Author
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...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
2009-10-06Fix some compiler warnings.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...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-03-16fix errors in multi-range export (and possibly other export styles); compiler...Paul Davis
2007-03-01Removed commentSampo Savolainen
2007-03-01Ye olde playhead crash - fixedSampo Savolainen
2006-08-16Merged fix from cocoa branch -r 831.Taybin Rutkin
2006-06-29Fixed i18n system.Taybin Rutkin