summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
2018-01-27Fix some small memory leaks (GUI)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-04-19Use AxisView::get_gui_property in AudioRegionView classTim Mayberry
2017-02-04rework snapnick_m
2017-01-24suffix region gain to TAVitem nameRobin Gareus
2017-01-11coverage frames must still be deleted when switching back to Overlay modePaul Davis
2016-08-17removed commented code, now that the comment is actually correctPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10AudioRegionView - don't do coverage frames unless we're in stacked mode.nick_m
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to Ro...Paul Davis
2016-05-27Crapola - this is an experimental performance hack that must be reverted.nick_m
2016-05-01GUI updates for transient reworkRobin Gareus
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-10-30Use automation line's frame of reference for y position.nick_m
2015-10-22Remove GhostRegion::CatchDeletion signal to reduce session close timesTim Mayberry
2015-10-20Fix incorrect snap when adding region gain points.nick_m
2015-10-20Add missing diff to last commit.nick_m
2015-10-20Amend last commit.nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-29is there a better way to make gcc+enumwriter happy?Robin Gareus
2015-09-29set waveform height depending on Layer modeRobin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-15GUI part: cleanup peak-filesRobin Gareus
2015-09-15pending-peaks: checker pattern.Robin Gareus
2015-09-15visually indicate peak-file rebuildRobin Gareus
2015-09-06highlight regions with pending peak-filesRobin Gareus
2015-09-06properly disconnect peak-ready connectionRobin Gareus
2015-09-06fix peak-thread, GUI-thread race conditionRobin Gareus
2015-07-16merge fixBen Loftis
2015-07-11fix “Show waveform in regions” Preference.Robin Gareus
2015-06-19various tweaks to the height/sizing of audioregion views and their waveformsPaul Davis
2015-06-19AudioRegionView now uses ControlList::editor_add().nick_m
2015-06-01Fix some visual loopholes when switching tools inside a region:Ben Loftis
2015-05-26Rationalize some aspects of region-gain control-point visibility:Ben Loftis
2015-04-30x-fade pixel huntRobin Gareus
2015-03-08allow to drag gain-envelope pointsRobin Gareus
2015-02-10skip drawing the first pixel of waves in an audio region view.Paul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
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-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15add 22 modifiers to dark.colors and start using the first one (for crossfade ...Paul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis