summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.cc
AgeCommit message (Expand)Author
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
2009-01-02Cleanups and a few comments.Carl Hetherington
2009-01-01Make record region slightly better in stacked regions mode.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-09add toggles for region fade in/out/both active, plus toggle for region fades ...Paul Davis
2008-09-29Relayer punch/loop range rects, fix display of punch-in with no punch-out, en...Nick Mainsbridge
2008-09-19Merge all the (disconcertingly missing) track/region/etc height changes from ...David Robillard
2008-09-14Fix deleting of MIDI regions.David Robillard
2008-09-14Fix stacking of MIDI stream views to match that of audio.David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-04Fix to stacked layering for the case when a region is dragged to overlap anot...Carl Hetherington
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-06-29remove color.hDoug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-06-15Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accesso...David Robillard
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-21virtualize audioregion, make crossfade IS-A audioregionPaul Davis
2007-05-17Add stacked lanes mode which displays regions on different layers at differen...Carl Hetherington