summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.cc
AgeCommit message (Expand)Author
2011-10-27no need for DropReferences usage in last commitPaul Davis
2011-10-27stop leakage of Crossfades caused by CrossfadeView's being left dangling when...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-03-08show internal edit mode status correctly on session loadPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-15Fix crash on coming out of record that I introduced a few commits ago.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-10-17Only compute and render the visible portion of crossfades. Fixes #3498.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-09-24Fix waveforms while recording (#3474).Carl Hetherington
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-09Fix crossfade visibility on startup so that it respects the configured setting.Carl Hetherington
2010-07-16Patch from Lincoln (#3319) to make the range selection box not display trim h...Carl Hetherington
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-04prevent relaying during an undo/redo operation; remove some debug outputPaul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-19add begin/end undo/redo signals so that playlist can freeze/thaw itself aroun...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-08use RegionCommand for same-track region dragsPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul 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-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 MIDI rec regions.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-26Reintroduce crossfade views for tracks in stacked region mode.Carl Hetherington
2009-08-23Some improvements to performance with crossfades: don't recompute a whole tra...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-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
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-06-03Use sigc::slots rather than templates + function ptrs for a foreach_region an...Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2009-02-15Factor out region layering.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington