changes to help strp silence
[ardour.git] / libs /
2010-03-03 Paul Davischanges to help strp silence
2010-03-02 Paul Davisfix up start-in-source values from regions created...
2010-03-02 Paul Davis(1) stop using mangled names in history state, use...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul DavisPBD::capitalize() and use it to for the XML node name...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-26 David RobillardFix adding multiple tracks (regression from r6711).
2010-02-23 David RobillardFactor out massive code duplication in route creation...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-22 Paul Davisremove RegionCommand
2010-02-21 Paul Davisset default region amplitude scale factor to 1.0, not...
2010-02-20 Paul Davisensure that imported regions have names based on the...
2010-02-19 David RobillardUncrustify. Sorry. :)
2010-02-19 David RobillardFix MIDI command names smashed by overzealous sedding.
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisoverall timing for undo/redo ops
2010-02-18 Paul Davisadd missing/new file
2010-02-18 Paul Davisfix up reload of existing session by avoiding stupid...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-15 Paul Davisnew file
2010-02-13 Paul Davissplit out State... objects and rename as Property...
2010-02-12 Paul Davistorben's latest fix for the MTC PiC (adjust catch factor)
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Paul Davisfix last commit
2010-02-11 Paul Davissome fixes/tweaks for MTC slaving, some untested
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonMake the MementoCommand and StatefulDiffCommand factori...
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 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 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 RobillardFix unused variable warning.
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-07 Carl HetheringtonFix panner write automation.
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 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
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 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-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 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-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 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-15 Paul Davisdynamically resize text in the big clock, first version
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-13 Carl Hetheringtonassert() to help find some possible causes of #2991...
2010-01-12 David RobillardFix crash due to incorrect buffer count.
2010-01-09 Paul Davisadd Gtkmm2ext::detach_menu() that was needed by my...
2010-01-06 Paul Davisscrew up MIDI control "automation" tracks quite a bit...
2010-01-05 Carl HetheringtonFix uninitialised variable.
2010-01-04 Paul DavisLincoln's patch for latency compensation at punch in...
2010-01-04 Paul Davisprovide a real and usable MuteControllable for Routes...
2010-01-04 Paul Davisfix my usual geometric/geographic dyslexia w.r.t jack...
2010-01-04 Carl HetheringtonFix warning.
2010-01-04 Paul Davisadd a way to see (most of) the waf config used to build...
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2010-01-01 Paul Davisprovide limited momentary note on/off MIDI binding...
next