summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-14use isspace() and not isgraph() to identify whitespace; remove Glib::ustring ...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-09-14Fix restoration of MementoCommand<Crossfade>. Fixes #3418.Carl Hetherington
2010-09-14Just flush processors on stop (when plugins-stop-on-transport is true) rather...Carl Hetherington
2010-09-14Fix another assertion failure if a saved selection doesn't correspond to the ...Carl Hetherington
2010-09-13restore "add MIDI region on click in MIDI track" functionalityPaul Davis
2010-09-13possible fix (by rearrangement) for #3424Paul Davis
2010-09-10Add missing files.Carl Hetherington
2010-09-09Allow drags of automation in time ranges where the automation is on a MIDI tr...Carl Hetherington
2010-09-09Fix crash when clicking on an AutomationRegionView in range mode.Carl Hetherington
2010-09-09Add some debugging code for mouse drags.Carl Hetherington
2010-09-09Patch from Lincoln to fix placement of plugins in 2.X sessions. Fixes #3444.Carl Hetherington
2010-09-09Copy-edit.Carl Hetherington
2010-09-09Fix assertion failure when turning plugins off.Carl Hetherington
2010-09-09nframes64_t -> frame{pos,cnt}_tCarl Hetherington
2010-09-09Fix confusion with _pointer_frame_offset and snapping; makes e.g. playhead dr...Carl Hetherington
2010-09-09Fix crossfade visibility on startup so that it respects the configured setting.Carl Hetherington
2010-09-09Update coverage frames when the playlist changes; improves display a bit in s...Carl Hetherington
2010-09-07Further fix to #3437 from Lincoln.Carl Hetherington
2010-09-07Fix restore of fader automation from 2.X sessions.Carl Hetherington
2010-09-07Fix missing virtual destructors.David Robillard
2010-09-07Upgrade to latest autowaf.David Robillard
2010-09-07Upgrade to waf 1.5.18.David Robillard
2010-09-07Set up session range location correctly from 2.X sessions. Fixes #3435.Carl Hetherington
2010-09-07Trim some debug output.Carl Hetherington
2010-09-07Lincoln's patch to tidy up region fade visuals. Fixes #3437.Carl Hetherington
2010-09-06Another hacky fix for deadlocks when updating the port matrix.Carl Hetherington
2010-09-06Fix comment.Carl Hetherington
2010-09-06Don't create a feedback loop by auto-connecting a master route to itself.Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-09-05Fix GCC warning.Carl Hetherington
2010-09-05Desensitize edit menu item in the processor box menu if there is nothing sele...Carl Hetherington
2010-09-03Removed unused code.Carl Hetherington
2010-09-03Don't add standard processors twice to routes from 2.X sessions. Fixes #3434.Carl Hetherington
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-09-03Rename debug -> dumpCarl Hetherington
2010-09-03Small HIG-ification.Carl Hetherington
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ac...Carl Hetherington
2010-09-02Unbind 1 key from cycle to next edit mode to prevent user confusion.Carl Hetherington
2010-09-02Call TimeAxisViewItem constructor properly after my recent changes.Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-09-02bump required versions of gtkmm etcPaul Davis
2010-09-02fix thinko-bug in string specialization of Property<T>Paul Davis
2010-09-02Make it easier to move the summary rectangle around when it is narrow or low ...Carl Hetherington
2010-09-02Paste to the source of a copy if there are no selected tracks (rather than us...Carl Hetherington
2010-09-01Default to play mode for MIDI controllers. Fixes #3429.Carl Hetherington
2010-09-01Don't give automation region views left/right trim handles. Fixes #3428.Carl Hetherington
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being us...Carl Hetherington
2010-09-01Fix error in diskstream fill calculations. Fixes #3426.Carl Hetherington