summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2012-05-08framework for handling events on the xfade rectsPaul Davis
2012-05-07return of the visible xfade rect - doesn't do anything yet, howeverPaul Davis
2012-05-07hide xfades while dragging region(s)Paul Davis
2012-05-01mostly backup-oriented commit to preserve very initial pass at rendering fade...Paul Davis
2012-03-09Use shared_ptr for a region view's gain line.Carl Hetherington
2012-02-15make region gain line visibility global, not per-regionPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-16Copy local state in AudioRegionView copy constructor. Fixes #4047.Carl Hetherington
2011-05-16Remove unused constructor.Carl Hetherington
2011-03-16restore zero line visibility; change selected region colors back to 2.X versionPaul Davis
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-02-20No-op; coding style.Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-08Tidy up region view colouring code slightly.Carl Hetherington
2011-02-08Remove always-true should_show_selection code.Carl Hetherington
2010-12-18Hopefully fix visual glitches on dragging fade ins/outs.Carl Hetherington
2010-12-18Further fade handle twaeks.Carl Hetherington
2010-12-18Tweak positioning of fade handles.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-16Small cleanups.Carl Hetherington
2010-11-09Move some methods out of Editor into RegionView.Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-07Further fix to #3437 from Lincoln.Carl Hetherington
2010-09-07Lincoln's patch to tidy up region fade visuals. Fixes #3437.Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-202.X commits up to and including 7519Paul Davis
2010-07-27Make simple 2-point gain envelopes considered interesting if they are not con...Carl Hetherington
2010-07-19Remove fade handles from recording regions. Fixes #3322.Carl Hetherington
2010-07-17Tweak region view wave height. Fixes #3318.Carl Hetherington
2010-07-16Don't tempt the user with visual cues that they can adjust fades when they ca...Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-06-17new fade in/fade out colors from chrisgPaul Davis
2010-05-22Make region properties dialogue work for MIDI regions too.Carl Hetherington
2010-04-26Display region gain automation if it is 'interesting' (ie not just the default)Carl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington