remove all calls to Outline::set_outline_width (1) because this is "wrong" when using...
[ardour.git] / gtk2_ardour / audio_region_view.cc
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
2010-06-17 Paul Davisnew fade in/fade out colors from chrisg
2010-05-22 Carl HetheringtonMake region properties dialogue work for MIDI regions...
2010-04-26 Carl HetheringtonDisplay region gain automation if it is 'interesting...
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-03 Paul Davisvisual tweak patch from lincoln, for time axis views
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-21 David RobillardFix unnecessarily type specific code, tidy, fix whitespace.
2009-10-21 Carl HetheringtonTidy up region gain line drawing slightly so that it...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-08-25 Carl HetheringtonMake fade edits and trim possible on stacked regions.
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
next