summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_region_view.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-09Another round of whitespace fixesRobin Gareus
2019-04-08Frame as in "picture frame", not sampleRobin Gareus
2017-09-19fix unintentionally edited color/theme name from f2s editPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-15only button 1 click in mouse draw mode on MIDI automation regions should add ...Paul Davis
2017-04-26AutomationLine time-unit conversion and paste API updateRobin Gareus
2017-02-05midi note drags are music-based.nick_m
2016-11-23fix a crash when deleting a MIDI region with CC automation (see recipe below)nick_m
2016-10-15Ensure correct initial automation region view position.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-20Make control point selection more consistent.nick_m
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-06-17Automation -use editor_add in gui, record straight lines with fewer points.nick_m
2015-03-26Keep automation lines within their parent (#6215).David Robillard
2015-01-13Remove drag code from automation region view.David Robillard
2014-12-19more color/modifier tweaksPaul Davis
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-16Various color tweaks.David Robillard
2014-12-07Draw region automation with draw in either mode.David Robillard
2014-12-06Allow creation of MIDI control points object tool.David Robillard
2014-12-06Use source-relative time converter directly.David Robillard
2014-12-05Make scroll work on MIDI regions when internal.David Robillard
2014-12-04Add MIDI control points only in internal/pencil.David Robillard
2014-11-22Move time converters only to the region views that actually need them.David Robillard
2014-11-20Use memento_command_binder() to (probably) fix MSVC build and other things.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-16Don't add origin value to MIDI controller regions on initial insert.David Robillard
2014-11-16Fix crash when splitting regions in internal edit mode.David Robillard
2014-11-15Fix selection in automation regions (MIDI controllers).David Robillard
2014-11-15Fix entering/editing MIDI region "automation" (controllers).David Robillard
2014-11-13Fix crash after deleting automation region views (#4718).David Robillard
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-02-25reverse default behaviour for adding control points to automation with mouse ...Paul Davis
2014-02-25ctrl-click when adding automation points no longer adds guard pointsPaul Davis
2014-02-19manually applied equivalent of 1d82f4ca07a38342e0815cd6b695b96d72386f39 in ma...Paul Davis
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