summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-09Add debug() method to dump XML nodes.Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-04-29Delete cross-thread pools when the thread terminates if they are empty. Hope...Carl Hetherington
2010-04-14Prevent crash in pool destruction during session teardown.Carl Hetherington
2010-04-14Suspend deletion of cross-thread pools until they are empty. Prevents crashe...Carl Hetherington
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-07Add virtual destructor.Carl Hetherington
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-03Allow cross-thread request invalidators to cope with multiple requestsCarl Hetherington
2010-04-02Couple of comments.Carl Hetherington
2010-04-02Add missing test file.Carl Hetherington
2010-04-02A few more libpbd test tweaks.Carl Hetherington
2010-04-02Unbreak build. Sorry.Carl Hetherington
2010-04-02Missing file.Carl Hetherington
2010-04-02Some stub tests for scalar properties.Carl Hetherington
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-04-02Remove empty file.Carl Hetherington
2010-04-02Add script to run libpbd tests.Carl Hetherington
2010-04-02Build libpbd tests using waf.Carl Hetherington
2010-04-02Rename tests to test to match up with other libraries.Carl Hetherington
2010-04-02Fix up route group state signal handling. Make the PropertyList versionCarl Hetherington
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-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-25Remove use of xmlCleanupParser as suggested in the libxml2 docs. Fixes #3047.Carl Hetherington
2010-03-19make another note about win32 C++ sym name demanglingPaul Davis
2010-03-19make a note about win32 C++ sym name demanglingPaul Davis
2010-03-19save tearoff state; restore monitor section state reasonably well; fixup acce...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-04prevent relaying during an undo/redo operation; remove some debug outputPaul Davis
2010-03-04add new filePaul Davis
2010-03-04goodbye to MementoCommand for playlistsPaul Davis
2010-03-02(1) stop using mangled names in history state, use demangled ones instead (2)...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02PBD::capitalize() and use it to for the XML node name of a SequenceProperty's...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-19add begin/end undo/redo signals so that playlist can freeze/thaw itself aroun...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18overall timing for undo/redo opsPaul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-15new filePaul Davis
2010-02-13split out State... objects and rename as Property...Paul Davis
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington