summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.cc
AgeCommit message (Expand)Author
2019-09-26Rweak selection+color semanticsRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-05-29add option to show/hide region namesPaul Davis
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
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-12-29Fix updates of region-colorRobin Gareus
2016-08-17fix hard/impossible trimming situationPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-27Crapola - this is an experimental performance hack that must be reverted.nick_m
2015-12-01Remove unused vestigial frame member of TimeAxisViewItemTim Mayberry
2015-12-01Hide Region frame outline when region width is < 2 pixels, fixes #6615Tim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-06update region's constrained-name width with nameRobin Gareus
2015-06-19various tweaks to the height/sizing of audioregion views and their waveformsPaul Davis
2015-02-11remove use of TimeRectanglePaul Davis
2015-02-11When setting the duration of a TimeAxisViewItem, do not round before computin...Paul Davis
2015-01-08Fix show MIDI regions using track color.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-19more color/modifier tweaksPaul Davis
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-18Make MIDI regions translucent for internal tools.David Robillard
2014-12-18Enforce internal/external selection exclusivity.Ben Loftis
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-16Various color tweaks.David Robillard
2014-12-15next modifierPaul Davis
2014-12-15fix incorrect item name for colorPaul 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-26massive reworking of color selection implementationPaul Davis
2014-11-13Don't make MIDI regions in note mode completely invisible.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-07don't created vestigial frame canvas item for TimeAxisViewItem unless actuall...Paul Davis
2014-11-05add a selection frame to TimeAxisViewItem along with a slew of other height/p...Paul Davis
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul 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-04Revert "cont'd work on automation-track headers (amend ba53af1c5)"Robin Gareus
2014-09-03cont'd work on automation-track headers (amend ba53af1c5)Robin Gareus
2014-08-31rework track inset (amend 7d7b787 and bf13bf63):Robin Gareus
2014-08-31inset regions into track (don't share edges)Robin Gareus
2014-08-29red-border selection for tracks, regions, and processors. requesting commentsBen Loftis
2014-06-30move contrasting_text_color() into ArdourCanvasPaul Davis