summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2012-11-20Always Play Range is now Follow Edits, and is based on Mixbus implementation....Ben Loftis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-10-27fix erroneous use of scoped_ptr where scoped_array should be usedPaul Davis
2012-07-29trying to track down why undo doesn't remove xfade rendering on OS XPaul Davis
2012-07-10outline fade in/out handles in black (#3828)Paul Davis
2012-07-04Don't show previously hidden xfades when finishing a regionCarl Hetherington
2012-06-17Simplify management of waveform visibility / shape / scale;Carl Hetherington
2012-06-15Re-show all xfades that we hide during drags (#4933).Carl Hetherington
2012-06-02Fix non-updated ordinary fade-outs during trim dragsCarl Hetherington
2012-05-29arguably cleaner tweak to previous commitPaul Davis
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-05-22merge new symmetric curve from mixbus, fix errors in fade out slow curve, twe...Paul Davis
2012-05-11remove some debug noise from previous commitPaul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-10don't trim regions in conjunction with xfade trimming unless auto-xfade and f...Paul Davis
2012-05-10a number of tweaks to make xfade GUI stuff better in several different ways, ...Paul Davis
2012-05-10fix height of xfade renderingPaul Davis
2012-05-10fix dragging of end xfadesPaul Davis
2012-05-10basic xfade draggingPaul Davis
2012-05-09correctly save & restore xfade statePaul Davis