summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2014-12-14fixed merge conflictPaul Davis
2014-12-07Unify gain and draw tools.David Robillard
2014-11-25Remove dead code.David Robillard
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-07remove TimeAxisViewItem::RIGHT_EDGE_SHIFT; fix up x-coordinate for right edge...Paul Davis
2014-11-01one off by one off - red-selection outlineRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-13don't clamp wave-fill alpha value when using region colorRobin Gareus
2014-09-04Revert "cont'd work on automation-track headers (amend ba53af1c5)"Robin Gareus