summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-03use button joiner for smart mode; polish up the visuals on the joiner a bitPaul Davis
2012-02-03use button joiner to link play range/roll for "always play range" option. col...Paul Davis
2012-02-03new class/widget for linking two buttons (widgets, really) togetherPaul Davis
2012-02-03allow specification (partially) of which corners of an ArdourButton are roundedPaul Davis
2012-02-03add some more variants of the cairo rounded rectangle codePaul Davis
2012-02-02add tophatdave to authors listPaul Davis
2012-02-02hand-done version of patch from tophatdave to prevent use of trim cursors whe...Paul Davis
2012-02-02add virtual method is_instrument() to PluginInfo (already existed for AUPlugi...Paul Davis
2012-02-02fix possible logic error and make logic line up with commentPaul Davis
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-02-02patch for bad region-extension when pasting into a MIDI that doesn't start at...Paul Davis
2012-02-01provide full scroll-based editing in MIDI list editorPaul Davis
2012-02-01MIDI event list editor improvements, mostly to do with nagivation, but also e...Paul Davis
2012-02-01start to provide real functionality in MIDI list editor. far from finished, b...Paul Davis
2012-02-01slightly extend NotePlayer APIPaul Davis
2012-02-01Make crossfade convert-to-full and activate/deactivate work across edit group...Carl Hetherington
2012-02-01Tidy up slightly.Carl Hetherington
2012-02-01Trim declaration.Carl Hetherington
2012-01-31use musical_time_equal() test for equality when copying note data, not strict...Paul Davis
2012-01-31Make crossfade active state and length changes undo-able.Carl Hetherington
2012-01-31Update summary on switching playlists (#4659).Carl Hetherington
2012-01-31Comments.Carl Hetherington
2012-01-31Remove unnecessary dialog argument to do_timefx; use current_timefx instead.Carl Hetherington
2012-01-31Don't bother opening a time FX dialog if we are just time stretching MIDI reg...Carl Hetherington
2012-01-31patch from colinf to fix the width of generic plugin editorsPaul Davis
2012-01-31Improve usage of expanded window space in the export dialog + put the "advanc...Sakari Bergen
2012-01-31Fix position of viewport after a playhead drag outside the viewport (when fol...Carl Hetherington
2012-01-31do not crash if an LV2 plugin calls the UI write callback with a port number ...Paul Davis
2012-01-31tidy up MIDI list editor; make delete/backspace actually delete notes, and ma...Paul Davis
2012-01-31fix for crash while drag-creating a new MIDI note and dragging before the sta...Paul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-30Don't autoscroll right if we are moving left, and vice versa; should fix #4676.Carl Hetherington
2012-01-30Fix faulty comment in previous commit.Carl Hetherington
2012-01-30Fix non-summon of butler when a track that needs it is followed by a track th...Carl Hetherington
2012-01-30Add assert.Carl Hetherington
2012-01-30Fix typo.Carl Hetherington
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
2012-01-30use custom i-beam cursor for range modePaul Davis
2012-01-29Slightly hacky-fix for misbehaviour when drag-and-dropping processors onto th...Carl Hetherington
2012-01-29Use Region::last_frame() rather than position + length in RegionSelection::en...Carl Hetherington
2012-01-29Show an example filename in the main export dialogSakari Bergen
2012-01-29remove apparently vestigial code from RouteUI::update_solo_display() that rea...Paul Davis
2012-01-29Add timespan name to export status textSakari Bergen
2012-01-28Fix issue with export channel splitting getting stuck in the filenameSakari Bergen
2012-01-28Move export progress text to progress bar from separate labelSakari Bergen
2012-01-28Fix compilation with older Glib.David Robillard
2012-01-28Go back to one progress bar with several passes in export. Sakari Bergen
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2012-01-28Fix compilation with older lilv (0.5.0)Sakari Bergen
2012-01-28Implement simple separate progress bar for export normalizing phase(s), needs...Sakari Bergen