Merge branch 'master' into windows
[ardour.git] / libs / pbd / stateful.cc
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-16 John EmmasWindows (compiler specific) includes for libpbd
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-23 Tim MayberryReplace PBD::sys::path use in PBD::Stateful
2011-12-17 Carl HetheringtonClear up confusion with overloads of _frozen and frozen()
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-05-23 Carl HetheringtonAssorted doxygen fixes; no functional changes.
2010-12-21 David RobillardFix more broken whitespace.
2010-12-20 Paul Davisadd notification of what was changed in Stateful::post_...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-25 Carl HetheringtonModify StatefulDiffCommand undo record to only contain...
2010-08-25 Carl HetheringtonMove various code up the Property / Stateful hierarchies.
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-04-02 Carl HetheringtonFix up route group state signal handling. Make the...
2010-04-01 Carl HetheringtonNo-op: rename a few variables and add/fix some comments.
2010-03-31 Carl HetheringtonRework to set Stateful properties automagically in...
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonRemove erroneous delete of States; they are owned by...
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardOops. Fix XML stuff in GUI as well.
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-06-27 Tim MayberryUse ARDOUR::user_config_directory in Configuration...
2007-06-17 Tim MayberryModify PBD::Stateful::add_instant_xml/instant_xml to...
2007-06-17 Tim MayberryMove Stateful class declared in pbd/stateful.h into...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-28 David RobillardMerged with trunk R708
2006-07-22 Taybin RutkinFixed double delete in Stateful::add_instant_xml().
2006-07-19 Taybin RutkinUpdated config.guess file
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...