summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
AgeCommit message (Expand)Author
2011-02-01Tiny cleanup.Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-12Fix display of MIDI automation on regions with non-zero _start. Should fix #...Carl Hetherington
2010-12-12Small cleanups.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-10-02Fix rounding of automation view point positions. Fixes remainder of #3329.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-09Allow drags of automation in time ranges where the automation is on a MIDI tr...Carl Hetherington
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-08-20Limit region-based automation to the edges of regions. Fixes #3201.Carl Hetherington
2010-08-11Hopefully fix up automation control point selection (finally).Carl Hetherington
2010-08-10Improve ctrl-click behaviour of automation points. Should fix #3385.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-05Remove somewhat confusing view_to_model_coord_x method.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2010-08-04Allow rubberband selection of MIDI automation points. FixesCarl Hetherington
2010-07-31Make Clear option work for MIDI automation tracks. Fixes part of #3137.Carl Hetherington
2010-07-20Fix list corruption when modifying a view point in y only. Should fix #3329.Carl Hetherington
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-07-12Make AutomationLine set up interpolation style for its list as appropriate.Carl Hetherington
2010-05-21fix from 2.X for automation line clear command using the wrong object in the ...Paul Davis
2010-05-11Fix track height menu.Carl Hetherington
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-01-11Fix confusion about last_pointer_* variables under snap.Carl Hetherington
2010-01-08Update verbose cursor correctly when y drags are clamped.Carl Hetherington
2010-01-05Fixes to permit drags of multiply-selected automation control points.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-02Stop automation drags when they hit their lowest point, so as to prevent auto...Carl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2009-12-22Small refactoring of determine_visible_control_points.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-23Fix whitespace.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-03-02Fix build. Ahem.David Robillard
2009-03-02allow dragging of automation lines (Ben Loftis, backported from 2.X)Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard