summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/properties.h
AgeCommit message (Expand)Author
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-10-19OS 10.10 compile fixesRobin Gareus
2013-12-01'libs/pbd' - DLL visibility stuff and associated changes needed for building ...John Emmas
2013-10-16add export visibility control to libpbd (works thus far on linux/gcc)Paul Davis
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2010-12-28Clarify commentary slightly. No functional changes.Carl Hetherington
2010-12-21Fix more broken whitespace.David Robillard
2010-09-02fix thinko-bug in string specialization of Property<T>Paul Davis
2010-08-30Missing return.Carl Hetherington
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-25Small cleanups.Carl Hetherington
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-25Modify StatefulDiffCommand undo record to only contain the changes in one dir...Carl Hetherington
2010-08-25Rename various things in the property system.Carl Hetherington
2010-06-28fix basic logic problem in PropertyTemplate<T>::set so that current/old value...Paul Davis
2010-06-28Add an EnumProperty for enumerated properties and hence make Region::position...Carl Hetherington
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-31Rework to set Stateful properties automagically in the Stateful class rather ...Carl Hetherington
2010-03-31A few small cleanups to the property code.Carl Hetherington
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-19Uncrustify. Sorry. :)David Robillard
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-13split out State... objects and rename as Property...Paul Davis