summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2013-04-17remove all calls to Outline::set_outline_width (1) because this is "wrong" wh...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16add back various functionality to waveviews such as zero line, amplitude scalingPaul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-11add (bezier) curves to canvas, use for automation lines; fix issue with recta...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-21fix nasty crash when using double-nested compound (consolidated) regions caus...Paul Davis
2012-12-14keep region trim handle layered on top of crossfade areaBen Loftis
2012-12-14code cleanup; crossfade shape drawing is now more closely associated with the...Ben Loftis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis