summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-04-03visual tweak patch from lincoln, for time axis viewsPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-21Tidy up region gain line drawing slightly so that it doesn't overhang its reg...Carl Hetherington