summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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-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-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-13Restore port group tabs.Carl Hetherington
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-11make all use of bind/mem_fun be explicitly sigc:: 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-10second part of: fix up scrolling of pixfaders by making them grab keyboard m...Paul Davis
2009-12-10add solo isolate indicator in editor route listPaul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-10Fix layering while dragging regions over higher ordered tracks, fix for drags...Nick Mainsbridge
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-09small fixlet for region push/pull op, from lincolnPaul 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-12-08closing in on a genuinely general scheme for handling route RT changes, now ...Paul Davis
2009-12-07better, cleaner, more generic version of real-time ping pong, still just for ...Paul Davis
2009-12-07first pass at end-to-end RT operation request (GUI->session->RT thread->GUI),...Paul Davis
2009-12-07Redraw the matrix correctly when available ports change in the currently visi...Carl Hetherington
2009-12-07Give just one system tab rather than mono / stereo. Fix bundles-only mode of...Carl Hetherington
2009-12-07Fix a couple of crashes with empty matrices. Some small optimisations.Carl Hetherington
2009-12-06Eliminate double reversible commit from time stretch, and make the stretch op...Sampo Savolainen
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-04Some tweaks to fix bug with the tab handling when rescanning or when ports di...Carl Hetherington
2009-12-04Save some unnecessary updates of the processor box.Carl Hetherington
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-12-04handle left/right scroll in editor summary, and use secondary & tertiary modi...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-04Fix crash that I introduced with a recent bug fix.Carl Hetherington
2009-12-04Make processor box send faders adjust their size correctly.Carl Hetherington