summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_region_view.cc
AgeCommit message (Expand)Author
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
2011-10-19Trim include tree.David Robillard
2011-09-21Fix adding of automation points to regions with a non-zero start (#4316).Carl Hetherington
2011-09-06Snap new automation points in AutomationRegionViews (#4297).Carl Hetherington
2011-08-16attempt to fix deep confusion in GUI code about converting between musical an...Paul Davis
2011-07-13Fix erroneous placement of new MIDI automation points inCarl Hetherington
2011-07-10add braces and move a destructor into its .cc filePaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-06Fix my name :)David Robillard
2011-02-17Coding style.Carl Hetherington
2010-12-12Fix display of MIDI automation on regions with non-zero _start. Should fix #...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-09Fix crash when clicking on an AutomationRegionView in range mode.Carl Hetherington
2010-09-01Don't give automation region views left/right trim handles. Fixes #3428.Carl Hetherington
2010-08-20Limit region-based automation to the edges of regions. Fixes #3201.Carl Hetherington
2010-08-04Allow rubberband selection of MIDI automation points. FixesCarl Hetherington
2010-07-21Clamp y for newly added automation line points.Carl Hetherington
2010-07-16Don't tempt the user with visual cues that they can adjust fades when they ca...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-05-22Fix, or at least improve, automation line drawing behaviour with MIDI regions.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl 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-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-26Fix adding control points to MIDI 'automation' regions.David Robillard
2009-10-23Fix stacking of automation region views.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-09time line items now have 64 bit location + duration; start making note resize...Paul Davis
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-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-16Fix crash on audio record (time converter segfault wackiness).David Robillard
2009-02-16Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things.David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard