fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / session_command.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-17 Robin Gareusdowngrade failed history/undo stack to info message
2013-01-09 Paul Davisfix bad fix to error string
2013-01-09 Paul Davisminor translation fixes/typos from edogawa
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-09-21 Carl HetheringtonUse a MementoCommandBinder for Crossfades so that the...
2011-06-09 Paul Davisfix serious breakage with setup of plugin automatable...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2010-09-14 Carl HetheringtonFix restoration of MementoCommand<Crossfade>. Fixes...
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-07-14 Carl HetheringtonFix binding of automation list undo records to MIDI...
2010-03-02 Paul Davis(1) stop using mangled names in history state, use...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-09 Carl HetheringtonMake the MementoCommand and StatefulDiffCommand factori...
2010-02-09 Carl HetheringtonSave and not-yet-working restore of StatefulDiffCommands.
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-06-10 Paul Davisfix mute & solo behaviour mostly ; remove some verbose...
2009-06-09 David RobillardFix crash when loading broken sessions with invalid...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-19 David RobillardRemove unused Session::curves.
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-19 David RobillardTidy.
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-01-19 David RobillardMerge with trunk R2935.
2007-06-03 David RobillardFix MIDI region loading.
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 David RobillardMerged with trunk R1761
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-14 David RobillardMerged with trunk R1719.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-26 Paul Davisclean up RCU fix even more; nedko's missing sources...
2007-02-14 John Andersonremove meterstr = "" and replace with fatal <<
2007-02-14 John Andersonmerge r1449 from surfaces branch to include mackie...
2007-01-28 David RobillardMerged with trunk R1393.
2007-01-17 Paul Davismerge by hand changes from mtaht to fix up export behav...
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-20 Paul Davisreconstruct and use global state commands (mute/solo...
2006-12-19 Paul Davissave keybindings to file used at startup; allow keybind...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-19 David RobillardMerged with trunk R1141
2006-10-31 Paul Davismassive changes in automation state handling, not entir...
2006-10-25 Paul Davisfixes for endemic (compiler?) issues with virtual inher...
2006-10-21 David RobillardMerged with trunk R999.
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-24 David RobillardMerged with trunk R846
2006-08-12 Hans Fugal r268@gwythaint (orig r808): fugalh | 2006-08-12 16...
2006-08-12 Hans FugalRemove -x from ardbg, fix bug in memento command factory
2006-08-12 Hans Fugal r259@gwythaint (orig r799): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r257@gwythaint (orig r797): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600
2006-08-12 Hans Fugal r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600
2006-08-12 David RobillardMerged with trunk R795
2006-08-11 Hans FugalRect fix
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-10 Hans Fugalhistory snapshot name
2006-08-10 Hans Fugalmerging to trunk, bugfix
2006-08-10 Hans FugalCan pass a core to ardbg now. Fixed sometimes crash...
2006-08-10 David RobillardMerged with trunk R776
2006-08-09 Hans Fugal r227@gwythaint (orig r767): fugalh | 2006-08-09 08...
2006-08-09 Hans Fugal r274@gandalf: fugalh | 2006-08-07 19:53:48 -0600
2006-08-04 Hans FugalMerging undo branch into trunk. It compiles and works...
2006-08-03 Hans Fugal r260@gandalf: fugalh | 2006-08-03 15:53:50 -0600
2006-07-29 Hans FugalCompiles, but doesn't link. The link errors are mostly...
2006-07-28 Hans Fugal r209@gandalf: fugalh | 2006-07-28 17:38:21 -0600