summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
2009-12-26change the way thread name is managed and accessed; store thread name for JAC...Paul Davis
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-24clean up editor mixer strip when session is going away; slightly improved boo...Paul Davis
2009-12-23Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to promp...Carl Hetherington
2009-12-23Fix assertion failure on dropping a track out of rec-arm.Carl Hetherington
2009-12-23Prevent a crash in the situation where:Carl Hetherington
2009-12-22Fix assertion failure on creating a new session.Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-22Fix crash on session close.Carl Hetherington
2009-12-22Fix assertion failure on transmission of MIDI clock.Carl Hetherington
2009-12-22Fix compile.Carl Hetherington
2009-12-22Fix show/hide of editor summary.Carl Hetherington
2009-12-22Refactor and clean up some confusion in dragging code.Carl Hetherington
2009-12-22Fix comments.Carl Hetherington
2009-12-22Small refactoring of determine_visible_control_points.Carl Hetherington
2009-12-22Add remove all and disconnect all to port matrix menu. Hide bundles whose ch...Carl Hetherington
2009-12-22Fix crash when going from >2 outputs (2D panner) to <= 2 outputs.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-20substantial overhaul of MCU code - no more separate thread, just connect to s...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17fix deadlock in protocol manager startup; fix some other ::set_session() SNAF...Paul Davis
2009-12-17added filesPaul Davis
2009-12-17make private (non-usable) copy constructor for Selection compile, to follow c...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-14Offer all of a bundle's ports for disconnection / removal when opening a menu...Carl Hetherington
2009-12-13Fix crashes on increasing a bus' number of outputs.Carl Hetherington
2009-12-13Restore port group tabs.Carl Hetherington
2009-12-13Removed merge tracking for "svnmerge" for Taybin Rutkin
2009-12-13Remove confusing track / group members in TimeSelection struct; time selectionCarl Hetherington
2009-12-13Add missing files.Carl Hetherington
2009-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-12Fix canvas region layering in non-Stacked modes. Remove unused and confusing ...Nick Mainsbridge
2009-12-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-11added commentPaul Davis
2009-12-11add CTClosure for a closure that takes one argument at call timePaul Davis
2009-12-11add comments and remove debug outputPaul Davis
2009-12-11thread-safe but lifetime-unsafe closures for passing closures around instead ...Paul Davis
2009-12-11Remove unused pre_drag_region_selection, fix ugly regions when drag-copying (...Nick Mainsbridge
2009-12-11fix compilation breakages from the last commitPaul Davis
2009-12-11(MAY BREAK COMPILATION - unfinished work, being transferred between machines ...Paul Davis
2009-12-10second part of: fix up scrolling of pixfaders by making them grab keyboard m...Paul Davis
2009-12-10fulfill the promise of an in-library Keyboard object, and use platform specif...Paul Davis
2009-12-10add solo isolate indicator in editor route listPaul Davis
2009-12-10removed stupid commentsPaul Davis
2009-12-10avoid double delete of UI objects caused by default behaviour of Glib::PrivatePaul Davis
2009-12-10forward propagate solo-isolated status to everything fed by a route by someth...Paul Davis