changes to waveform clipping display
[ardour.git] / gtk2_ardour / audio_region_view.cc
2013-06-29 Paul Davischanges to waveform clipping display
2013-06-28 Paul Davismore waveform drawing/coloring changes
2013-06-26 Paul DavisMerge branch 'master' into cairocanvas
2013-06-24 Paul Davisan awful lot of tweaks to drawing details
2013-06-21 Paul Daviswaveform drawing improvements
2013-06-21 Paul Davisset waveform color to a V-reduced version of the frame...
2013-06-18 Paul Davisfix crash when recording, because the audioregion view...
2013-06-14 Robin GareusMerge branch 'master' into cairocanvas
2013-06-14 Paul Davismerge with master
2013-06-07 Paul DavisMerge branch 'master' into cairocanvas
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-05-08 Paul Davismerge with master
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-05-02 Paul Davisremove all of Gtk::Window::set_position (WIN_POS_MOUSE...
2013-04-27 Paul Davisdo not lower waveforms to the bottom of their group...
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-24 Paul Davismany pervasive changes primarily related to waveform...
2013-04-20 Paul Davischange widths of fade lines
2013-04-19 Paul Davisfix up "other" fade line colors in xfades, and switch...
2013-04-18 Paul Davisreset xfade colors after theme change
2013-04-18 Paul Davisget xfade drawing back to pre-cc days
2013-04-18 Paul Davissemi-fix xfade display, and reduce number of calls...
2013-04-17 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-17 Paul Davisvarious work waveview amplitude mgmt; fix playhead...
2013-04-17 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-17 Paul Davisremove all calls to Outline::set_outline_width (1)...
2013-04-17 Paul Davischange UIConfig to use accessor/setter methods like...
2013-04-16 Paul Davisadd back various functionality to waveviews such as...
2013-04-15 Paul DavisFix dragging objects on the canvas and remove redundant...
2013-04-12 Paul Davischange frames_per_pixel to samples_per_pixel
2013-04-12 Paul Davischange all frame_to_pixel and pixel_to_frame to sample_...
2013-04-12 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-12 Paul Davisadd (bezier) curves to canvas, use for automation lines...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-04 Paul Daviscommit immediately post linking
2013-04-04 Paul Davisinitial commit of hand merging, plus getting "ancient...
2013-03-21 Paul Davisfix nasty crash when using double-nested compound ...
2012-12-14 Ben Loftiskeep region trim handle layered on top of crossfade...
2012-12-14 Ben Loftiscode cleanup; crossfade shape drawing is now more close...
2012-12-13 Ben Loftiscrossfade hack and slash. removed overlap checks,...
2012-11-20 Ben LoftisAlways Play Range is now Follow Edits, and is based...
2012-11-13 Paul Davisremove a bunch of cerr output and/or convert to use...
2012-10-27 Paul Davisfix erroneous use of scoped_ptr where scoped_array...
2012-07-29 Paul Davistrying to track down why undo doesn't remove xfade...
2012-07-10 Paul Davisoutline fade in/out handles in black (#3828)
2012-07-04 Carl HetheringtonDon't show previously hidden xfades when finishing...
2012-06-17 Carl HetheringtonSimplify management of waveform visibility / shape...
2012-06-15 Carl HetheringtonRe-show all xfades that we hide during drags (#4933).
2012-06-02 Carl HetheringtonFix non-updated ordinary fade-outs during trim drags
2012-05-29 Paul Davisarguably cleaner tweak to previous commit
2012-05-29 Paul Davissubstantive change to try to provide some rationality...
2012-05-22 Paul Davismerge new symmetric curve from mixbus, fix errors in...
2012-05-11 Paul Davisremove some debug noise from previous commit
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-05-10 Paul Davisdon't trim regions in conjunction with xfade trimming...
2012-05-10 Paul Davisa number of tweaks to make xfade GUI stuff better in...
2012-05-10 Paul Davisfix height of xfade rendering
2012-05-10 Paul Davisfix dragging of end xfades
2012-05-10 Paul Davisbasic xfade dragging
2012-05-09 Paul Daviscorrectly save & restore xfade state
2012-05-08 Paul Davisframework for handling events on the xfade rects
2012-05-07 Paul Davisreturn of the visible xfade rect - doesn't do anything...
2012-05-07 Paul Davishide xfades while dragging region(s)
2012-05-01 Paul Davismostly backup-oriented commit to preserve very initial...
2012-03-09 Carl HetheringtonUse shared_ptr for a region view's gain line.
2012-02-15 Paul Davismake region gain line visibility global, not per-region
2011-06-01 David RobillardDelete trailing whitespace
2011-05-16 Carl HetheringtonCopy local state in AudioRegionView copy constructor...
2011-05-16 Carl HetheringtonRemove unused constructor.
2011-03-16 Paul Davisrestore zero line visibility; change selected region...
2011-03-03 Paul Davisdeframe audio regions as well as MIDI when entering...
2011-02-20 Carl HetheringtonNo-op; coding style.
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-08 Carl HetheringtonTidy up region view colouring code slightly.
2011-02-08 Carl HetheringtonRemove always-true should_show_selection code.
2010-12-18 Carl HetheringtonHopefully fix visual glitches on dragging fade ins...
2010-12-18 Carl HetheringtonFurther fade handle twaeks.
2010-12-18 Carl HetheringtonTweak positioning of fade handles.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-16 Carl HetheringtonSmall cleanups.
2010-11-09 Carl HetheringtonMove some methods out of Editor into RegionView.
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-07 Carl HetheringtonFurther fix to #3437 from Lincoln.
2010-09-07 Carl HetheringtonLincoln's patch to tidy up region fade visuals. Fixes...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-20 Paul Davis2.X commits up to and including 7519
2010-07-27 Carl HetheringtonMake simple 2-point gain envelopes considered interesti...
2010-07-19 Carl HetheringtonRemove fade handles from recording regions. Fixes...
2010-07-17 Carl HetheringtonTweak region view wave height. Fixes #3318.
2010-07-16 Carl HetheringtonDon't tempt the user with visual cues that they can...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
next