summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2010-02-09Save and not-yet-working restore of StatefulDiffCommands.Carl Hetherington
2010-02-09Remove erroneous delete of States; they are owned by the subclass that adds t...Carl Hetherington
2010-02-09Add missing files from previous commit.Carl Hetherington
2010-02-09Modify Stateful to allow undo to be done using differences in state.Carl Hetherington
2010-02-08add variants of atoi etc. for std::stringPaul Davis
2010-02-08add copy constructor for PBD::IDPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2010-01-01provide limited momentary note on/off MIDI binding option; remove some debugg...Paul Davis
2009-12-31new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs ...Paul Davis
2009-12-31strsplit(): if first char of a string is the separator, don't push an empty s...Paul Davis
2009-12-31stop metering thread as we disconnect a session from audioengine; explicitly ...Paul Davis
2009-12-31update comments on register clobberingPaul Davis
2009-12-31un-fix register clobber list for gcc on x86Paul Davis
2009-12-31add some asm notes, some more registers back to the clobber list, and memset ...Paul Davis
2009-12-31Fix assembler clobber lists in BPD::FPUSakari Bergen
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-28MIDI binding maps make their debutPaul Davis
2009-12-26change the way thread name is managed and accessed; store thread name for JAC...Paul Davis
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-24clean up editor mixer strip when session is going away; slightly improved boo...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17added filesPaul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...Paul Davis