summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.cc
AgeCommit message (Expand)Author
2019-09-29New region opacity rules. (final part of 973e9a)Ben Loftis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-05-29add option to show/hide region namesPaul Davis
2019-04-13NO-OP: whitespaceRobin Gareus
2019-04-09NO-OP: fix commentRobin Gareus
2019-04-09Replace some more "samples" with "frames" (rectangles)Robin Gareus
2019-04-08Revert more "frame/sample" replacementsRobin Gareus
2019-04-08NO-OP: whitespace, alignmentRobin Gareus
2019-04-08Yet another "Rect frame" (not a sample)Robin Gareus
2019-04-08Frame as in "picture frame", not sampleRobin Gareus
2018-07-27new_grid: The Return of the snap_to_X functions.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18no more per-track varispeedPaul Davis
2017-07-22Indicate musical position lock style of regions and locations using BEAMED EI...nick_m
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-02-05midi note drags are music-based.nick_m
2017-02-04rework snapnick_m
2016-11-30NO-OP backport changes from Mixbus branch.Robin Gareus
2016-10-17Fix region colors not updating on theme change.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Revert incorrect 'optimisation' from 4f7a4cd2333.nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-06-11Make RegionView less aggressive about trimming the front of a region.nick_m
2016-05-27Crapola - this is an experimental performance hack that must be reverted.nick_m
2016-05-27Tempo ramps - remove double calls to RegionView::set_duration() and MidiRegio...nick_m
2016-05-17break live-loop if there's no next region - fixes #6848Robin Gareus
2015-10-22Remove GhostRegion::CatchDeletion signal to reduce session close timesTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m
2015-05-22More cleanupnick_m
2015-05-17Relative snap - support magnetic mode (hackishly for now)nick_m
2015-02-11remove use of TimeRectanglePaul Davis
2014-12-19more color/modifier tweaksPaul Davis
2014-12-19allow theme control of sync mark colorsPaul Davis
2014-12-19add more controllable modifiers for region transparencyPaul Davis
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-15add some alpha to "covered region" colorationPaul Davis
2014-12-15final modifierPaul 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-11-22Move time converters only to the region views that actually need them.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-14Fix missing return statement in deleted region scenario.David Robillard