summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.cc
AgeCommit message (Expand)Author
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
2014-06-27make time axis view item name text be insensitive to eventsPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-23reset time axis view item name text color when selected status changesPaul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-19various fixes for places that used get_font_for_style() ... converted to use ...Paul Davis
2014-06-13rationalize and coordinate handle of region (time axis view item) opacity.Paul Davis
2014-06-12use the alpha/opacity value for the region base whether track colors are in u...Paul Davis
2014-06-12drag handles no longer exist as distinct item types (failed experiment)Paul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis