summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2014-09-03cont'd work on automation-track headers (amend ba53af1c5)Robin Gareus
2014-08-06More fixes for range-based automation editing.Ben Loftis
2014-07-07xfade rects should only pop-up in Object mode, when they are focusableBen Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-19ensure that all waveviews have ALL their colors set accurately before first r...Paul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-09remove instances of RGBA_TO_UINT() macro from audio_region_view.ccPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-09Use global clip level from prefs. Restore clip colour, \nick_m
2014-06-05streamline logic for setting waveform colorsPaul Davis
2014-06-05tweak logic for region coloring, particularly when mutedPaul Davis
2014-06-05hopefully fix up selection of color for region name text, under all conditionsPaul Davis
2014-06-03remove timebar canvas and just use a single canvas instead. This is just part...Paul Davis
2014-06-03remove unused variablePaul Davis
2014-05-31initialize variablesRobin Gareus
2014-05-31show fade+trim handles only if the operation is possibleRobin Gareus
2014-05-31session fade-region-visible is for fades - not controlsRobin Gareus
2014-05-31reduce outline of fade-in/active rectangle to lineRobin Gareus
2014-05-31show x-fade-rectangle only when hoveringRobin Gareus
2014-05-31reset [trim] fade handle position if track-height changesRobin Gareus
2014-05-31towards region-trims preserving fade durationRobin Gareus
2014-05-29replace use of Curve with XFadeCurve.Robin Gareus
2014-05-28Revert "cairo sub-surface prototype & exampleRobin Gareus
2014-05-28exercise subsurface rendering for x-fade curvesRobin Gareus
2014-05-27x-fade drawing rework, part oneRobin Gareus
2014-05-27global one-time setup of waveform preferences.Robin Gareus
2014-05-27persistent waveform shape setting.Robin Gareus
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of the...Paul Davis
2014-02-26use Canvas::Curve for drawing xfadesPaul Davis
2014-02-25fiddle with single pixel adjustments to time axis view item heights; fix regi...Paul Davis
2014-02-20add the with-guard-point distinction to region gain linesPaul Davis
2014-02-14reinstate zero line in waveforms (can be hidden by changing the color to some...Paul Davis
2014-02-14fix up placement of fade out handlePaul Davis
2014-02-13fix up details of time axis view item drawing.Paul Davis
2014-01-26correctly (?) indicate muted status of audio regionsPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10tweak up pixel-level positioningPaul Davis
2014-01-07avoid 1 pixel overlap of end xfadePaul Davis
2014-01-07fix a whole set of errors in the placement of xfade visual elements (not 100%...Paul Davis
2013-12-31fix up visibility control for automation linesPaul Davis
2013-12-31remove use of canvas property_foo() since it did nothing (and has now been re...Paul Davis
2013-12-27Revert "switch fade in/out lines to ArdourCanvas::Curve rather than ArdourCan...Paul Davis
2013-12-09rationalize color handling for fade in/out handlesPaul Davis
2013-12-09switch fade in/out lines to ArdourCanvas::Curve rather than ArdourCanvas::Pol...Paul Davis
2013-10-31make region fade in/out curve shapes into PolyLines not Polygons so that they...Paul Davis