summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-09Save and not-yet-working restore of StatefulDiffCommands.Carl Hetherington
2010-02-09Further removal of default state setting, to allow partial (diff) state sets.Carl Hetherington
2010-02-09Fix cross-track region drags.Carl Hetherington
2010-02-09Remove erroneous delete of States; they are owned by the subclass that adds t...Carl Hetherington
2010-02-09Add missing files from previous commit.Carl Hetherington
2010-02-09Modify Stateful to allow undo to be done using differences in state.Carl Hetherington
2010-02-09Shrink zoom buttons.David Robillard
2010-02-09Fix rulers on intial display (fix item 1 of ticket #2740).David Robillard
2010-02-09Center port matrix if IO selector window is too large.David Robillard
2010-02-09Move object+range button up with the rest of the tool buttons (bringing edit ...David Robillard
2010-02-09Add --args so ardbg obeys ardour options.David Robillard
2010-02-09Fix crash when setting loop or punch range after creating a new session (and ...David Robillard
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-08Fix logic so that soloing a bus does not mute things that feed it.Carl Hetherington
2010-02-08Add tooltips for link buttons.David Robillard
2010-02-08Fix unused variable warning.David Robillard
2010-02-08use RegionCommand for same-track region dragsPaul Davis
2010-02-08new RegionCommand object; remove unused string argument from Region::thaw(); ...Paul Davis
2010-02-08add variants of atoi etc. for std::stringPaul Davis
2010-02-08add copy constructor for PBD::IDPaul Davis
2010-02-08fix up note names (from Don F, via SoftWerk)Paul Davis
2010-02-08Preserve and restore x and y origin of editor viewport in Editor state.Carl Hetherington
2010-02-07Move a couple of methods into editor.cc, where they seem to be more at home t...Carl Hetherington
2010-02-07Make Editor::set_state work again.Carl Hetherington
2010-02-07Remove my attempts to autoscroll based on dragged region edges (rather than j...Carl Hetherington
2010-02-07Fix panner write automation.Carl Hetherington
2010-02-07Fix pan value update so that modifier-click on the panner correctly returns t...Carl Hetherington
2010-02-07Coding style.Carl Hetherington
2010-02-07Remove some unnecessary includes.Carl Hetherington
2010-02-07Coding style cleanups. Preserve mono state in XML for panners.Carl Hetherington
2010-02-05Remove weird/pointless Automatable::data().David Robillard
2010-02-03Move i18n stuff into autowaf.David Robillard
2010-02-03ifdef'd out deferred plugin selector load (-DDEFER_PLUGIN_SELECTOR_LOAD will ...David Robillard
2010-02-03Allow buss names to be edited in the track/bus list.Carl Hetherington
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2010-02-02fixup some issues with the miditracerPaul Davis
2010-02-01Fix NULL dereference.David Robillard
2010-02-01Fix memory leak.David Robillard
2010-02-01Fix array out of bounds error.David Robillard
2010-02-01Fix illegal iterator usage.David Robillard
2010-02-01Remove clearly worthless (doesn't event parse, let alone compile) TRANSZPORT_...David Robillard
2010-02-01fix up boost signal return value so that the "edit" signal of MIDI::Parser wo...Paul Davis
2010-02-01mixing monospace font thing for miditrace windowPaul Davis
2010-02-01switch MIDI Clock slave code to use DEBUG_TRACE; don't make it require start/...Paul Davis
2010-02-01fix transmission of MTC so that we don't send while slaved to MTCPaul Davis
2010-02-01improve efficiency of MIDI tracer window with a lock-free FIFO and lock-free ...Paul Davis
2010-01-29MIDIClock_SlaveTest: simulate input jitterHans Baier
2010-01-29MIDClock_Slave: Introduce a 3% deadzone around speed 1.0 to lock in the speedHans Baier
2010-01-29MIDIClock_Slave: decrease default filter bandwith to make it wobble lessHans Baier
2010-01-29MIDIClock_SlaveTest: first working testcaseHans Baier