summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.cc
AgeCommit message (Expand)Author
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
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-08-25Make fade edits and trim possible on stacked regions.Carl Hetherington
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-11Add a widget giving an overview of the editor, as (what I think is being) sug...Carl Hetherington
2009-06-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-05-13Use pixbufs as region name labels rather than Gnome::Canvas::Text. Don't set ...Nick Mainsbridge
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard