summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-01-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis
2010-01-06Stop crossfades disappearing on region view drags.Carl Hetherington
2010-01-06Fix segfault on startup caused by previous patch.Carl Hetherington
2010-01-06Clean up the idle_visual_changer a bit, fixing a bug where the playhead would...Carl Hetherington
2010-01-06When moving around using nudge / move to next region etc., arrange the canvas...Carl Hetherington
2010-01-06Fix some bugs in autoscroll when dragging regions.Carl Hetherington
2010-01-05make system tab show up as default (most of the time) in port matrixPaul Davis
2010-01-05Refix yesterday's patch; ignore motion events that haven't moved anywhere, an...Carl Hetherington
2010-01-05fix some issues with context menu managementPaul Davis
2010-01-05more nudges to the MIDI list editorPaul Davis
2010-01-05get the MIDI list editor working a little better and a little morePaul Davis
2010-01-05Cleanup of previous two commits.Carl Hetherington
2010-01-05Make a note of some confusion in the previous commit.Carl Hetherington
2010-01-05Fixes to permit drags of multiply-selected automation control points.Carl Hetherington
2010-01-05Fix various confusions about move threshold when snapping. Fixes non-appeari...Carl Hetherington
2010-01-05No-op: few minor bits of coding style.Carl Hetherington
2010-01-04move config button in about dialog to the right spot; add GPL license text to...Paul Davis
2010-01-04don't double-call methods via UICallback::call_slot() when they are already c...Paul Davis
2010-01-04Move a couple of connect() calls up the class hierarchy.Carl Hetherington
2010-01-04remove old paypal cruft from about dialog source, and delete config info wind...Paul Davis
2010-01-04add a way to see (most of) the waf config used to build ardour at run time (f...Paul Davis
2010-01-03Fix some bugs in set_selected_control_point_from_click.Carl Hetherington
2010-01-03Some cleanups to drawing of automation line control points. Drag all selecte...Carl Hetherington
2010-01-02Fix confusion between model and view points when dragging ranges. Clamp both...Carl Hetherington
2010-01-02Fix warnings.Carl Hetherington
2010-01-02Stop automation drags when they hit their lowest point, so as to prevent auto...Carl Hetherington
2010-01-02Don't allow drag of automation range unless the mouse is inside the range.Carl Hetherington
2010-01-01Add missing files.Carl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2010-01-01Prevent vertical autoscroll when dragging markers. Fixes #2980.Carl Hetherington
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-30make generic MIDI control track remote control ID changes; fixup messes in th...Paul Davis
2009-12-29editors for control protocols (generalized); editor for Generic MIDI that all...Paul Davis
2009-12-28Some HIG and wording improvements to the right-click region context menu. Cl...Carl Hetherington
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
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-23Prevent a crash in the situation where: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 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