summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2013-10-31remove debug outputPaul Davis
2013-10-30notable changes to try to improve most of enter/leave handling for canvas itemsPaul Davis
2013-10-03'gtk2_ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-06-28changes to waveform clipping displayPaul Davis
2013-06-28more waveform drawing/coloring changesPaul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-06-21waveform drawing improvementsPaul Davis
2013-06-20set waveform color to a V-reduced version of the frame fill color.Paul Davis
2013-06-18fix crash when recording, because the audioregion view has no frame handlesPaul Davis
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-27do not lower waveforms to the bottom of their group - they are supposed to be...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-20change widths of fade linesPaul Davis
2013-04-18fix up "other" fade line colors in xfades, and switch to using canvas var "Cr...Paul Davis
2013-04-18reset xfade colors after theme changePaul Davis
2013-04-18get xfade drawing back to pre-cc daysPaul Davis
2013-04-18semi-fix xfade display, and reduce number of calls to Curve::get_vector() by ...Paul Davis
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar c...Paul Davis