ardour.git
2010-02-09 Carl HetheringtonSave and not-yet-working restore of StatefulDiffCommands.
2010-02-09 Carl HetheringtonFurther removal of default state setting, to allow...
2010-02-09 Carl HetheringtonFix cross-track region drags.
2010-02-09 Carl HetheringtonRemove erroneous delete of States; they are owned by...
2010-02-09 Carl HetheringtonAdd missing files from previous commit.
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-09 David RobillardShrink zoom buttons.
2010-02-09 David RobillardFix rulers on intial display (fix item 1 of ticket...
2010-02-09 David RobillardCenter port matrix if IO selector window is too large.
2010-02-09 David RobillardMove object+range button up with the rest of the tool...
2010-02-09 David RobillardAdd --args so ardbg obeys ardour options.
2010-02-09 David RobillardFix crash when setting loop or punch range after creati...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-08 Carl HetheringtonFix logic so that soloing a bus does not mute things...
2010-02-08 David RobillardAdd tooltips for link buttons.
2010-02-08 David RobillardFix unused variable warning.
2010-02-08 Paul Davisuse RegionCommand for same-track region drags
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2010-02-08 Paul Davisadd variants of atoi etc. for std::string
2010-02-08 Paul Davisadd copy constructor for PBD::ID
2010-02-08 Paul Davisfix up note names (from Don F, via SoftWerk)
2010-02-08 Carl HetheringtonPreserve and restore x and y origin of editor viewport...
2010-02-07 Carl HetheringtonMove a couple of methods into editor.cc, where they...
2010-02-07 Carl HetheringtonMake Editor::set_state work again.
2010-02-07 Carl HetheringtonRemove my attempts to autoscroll based on dragged regio...
2010-02-07 Carl HetheringtonFix panner write automation.
2010-02-07 Carl HetheringtonFix pan value update so that modifier-click on the...
2010-02-07 Carl HetheringtonCoding style.
2010-02-07 Carl HetheringtonRemove some unnecessary includes.
2010-02-07 Carl HetheringtonCoding style cleanups. Preserve mono state in XML...
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-02-03 David RobillardMove i18n stuff into autowaf.
2010-02-03 David Robillardifdef'd out deferred plugin selector load (-DDEFER_PLUG...
2010-02-03 Carl HetheringtonAllow buss names to be edited in the track/bus list.
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2010-02-02 Paul Davisfixup some issues with the miditracer
2010-02-01 David RobillardFix NULL dereference.
2010-02-01 David RobillardFix memory leak.
2010-02-01 David RobillardFix array out of bounds error.
2010-02-01 David RobillardFix illegal iterator usage.
2010-02-01 David RobillardRemove clearly worthless (doesn't event parse, let...
2010-02-01 Paul Davisfix up boost signal return value so that the "edit...
2010-02-01 Paul Davismixing monospace font thing for miditrace window
2010-02-01 Paul Davisswitch MIDI Clock slave code to use DEBUG_TRACE; don...
2010-02-01 Paul Davisfix transmission of MTC so that we don't send while...
2010-02-01 Paul Davisimprove efficiency of MIDI tracer window with a lock...
2010-01-29 Hans BaierMIDIClock_SlaveTest: simulate input jitter
2010-01-29 Hans BaierMIDClock_Slave: Introduce a 3% deadzone around speed...
2010-01-29 Hans BaierMIDIClock_Slave: decrease default filter bandwith to...
2010-01-29 Hans BaierMIDIClock_SlaveTest: first working testcase
2010-01-29 Hans Baiermidi_clock_slave: enable debugging output
2010-01-29 Hans BaierMIDIClock_SlaveTest: refactor as subclass of MIDIClock_...
2010-01-29 Hans Baierlibs/ardour/run-tests.h: add gdb debugging option
2010-01-29 Hans BaierBBTTest: make it pass
2010-01-29 Hans BaierMidiClock_SlaveTest: add basic framework
2010-01-29 Hans Baier* add waf option to enable compilation of unit tests
2010-01-28 Paul Daviscleanup of mtc slave code from debugging
2010-01-27 Paul Davisadd control for sending MTC (or not)
2010-01-27 Paul Davisremove some non-controllable debugging output from...
2010-01-27 Paul Davissomething for chris g. to try when he gets up before me
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore MTC debugging
2010-01-27 Paul Davismore debug
2010-01-26 Paul Davisdebugging
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-25 Carl HetheringtonAllow drag of region fade in/out in object mode with...
2010-01-25 Carl HetheringtonTweaks to prevent flicker in the treeview when changing...
2010-01-24 Paul Davisset thread name for OSC event loop/thread
2010-01-24 Paul Davisadd thread registration for OSC event loop/thread
2010-01-22 Paul Davislincoln's revised patch for editor route list, to get...
2010-01-22 Paul Davisplugin status fixes from 2.X
2010-01-22 Paul Davisfix broken compilation after edit-while-stopped fix...
2010-01-21 Paul Davisstopped/monitor/state change bug fix from 2.X
2010-01-18 Taybin Rutkinupgrade to waf-1.5.11
2010-01-17 Paul Davisavoid num-tracks repeat call EditorRegions::set_selecte...
2010-01-16 Carl HetheringtonFix bug when dragging regions in PT-edit mode.
2010-01-16 Carl HetheringtonWhen dragging the summary viewbox with a click outside...
2010-01-15 Carl HetheringtonRestore old behaviour when updating the view when the...
2010-01-15 Carl HetheringtonTemporarily fix segfault on show/hide all automation...
2010-01-15 Carl HetheringtonHopefully further improve the autoscroll on trim drag.
2010-01-15 Carl HetheringtonReconnect region name signalling so that trim drags...
2010-01-15 Carl HetheringtonStop surprising autoscroll when trimming regions; hopef...
2010-01-15 Paul Davisdynamically resize text in the big clock, first version
2010-01-15 Carl HetheringtonCentre playhead on zoom when it is the zoom focus....
2010-01-15 Carl HetheringtonEscape underscores in port matrix menus correctly so...
2010-01-15 Carl HetheringtonRelent a bit and make adding a route to a group which...
2010-01-15 Carl HetheringtonFix assertion failure on region bounce.
2010-01-15 Carl HetheringtonFix #2992: mute/solo state in tracks/busses tab not...
2010-01-14 Carl HetheringtonMinor cleanups to menu code. Some copyediting of menu...
2010-01-13 Carl Hetheringtonassert() to help find some possible causes of #2991...
2010-01-12 Carl HetheringtonHopefully fix segfault.
2010-01-12 David RobillardFix crash due to incorrect buffer count.
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
next