summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
2020-03-30Fix SesionhandlRef when rebuilding peak-filesRobin Gareus
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-09-27Amend 973e9ad1: fix "black" regions when selecing themRobin Gareus
2019-09-26Tweak semantics for coloring regionsRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-10Add option to leave vertical gap below audio regionsRobin Gareus
2019-04-08Revert more "frame/sample" replacementsRobin Gareus
2019-04-08Yet another "Rect frame" (not a sample)Robin Gareus
2019-04-08Frame as in "picture frame", not sampleRobin Gareus
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