Fix save/reload of pan automation.
[ardour.git] / libs / pbd /
2010-09-14 Paul Davisuse isspace() and not isgraph() to identify whitespace...
2010-09-03 Carl HetheringtonRename debug -> dump
2010-09-02 Paul Davisfix thinko-bug in string specialization of Property<T>
2010-08-30 Carl HetheringtonMissing return.
2010-08-29 Carl Hetherington(Hopefully) clarify operator= and copy construction...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-26 Carl HetheringtonRemove no-longer used file.
2010-08-25 Carl HetheringtonFix test.
2010-08-25 Carl HetheringtonSmall cleanups.
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 HetheringtonSmall cleanups.
2010-08-25 Carl HetheringtonMove various code up the Property / Stateful hierarchies.
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-08-25 Carl HetheringtonRemove unused and broken method.
2010-08-22 Carl HetheringtonMove some RegionListProperty methods up to SequenceProp...
2010-08-20 Paul Davis2.X commits up to and including 7519
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-07 Carl HetheringtonPossibly-useful assert.
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Carl HetheringtonFix up evoral test suite.
2010-07-22 Paul Davisuse Glib::build_filename() to construct fullpath, rathe...
2010-07-19 Carl HetheringtonFix up change list handling on removal and re-addition...
2010-07-16 Paul Davisremove unncessary assert
2010-07-16 Paul Davisadd new files
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-15 Carl HetheringtonFix thinko in my previous commit. Should fix #3315.
2010-07-14 Carl HetheringtonFix binding of automation list undo records to MIDI...
2010-07-06 Taybin Rutkinfix compiling file_manager.cc on osx
2010-07-01 Paul Davisfix gcc4.4 compile warning
2010-06-29 Carl Hetheringtonconst correctness.
2010-06-28 Paul Davisfix basic logic problem in PropertyTemplate<T>::set...
2010-06-28 Carl HetheringtonAdd an EnumProperty for enumerated properties and hence...
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-05-25 Paul Davissplit out sndfile manager code into its own file; move...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2010-05-09 Carl HetheringtonAdd debug() method to dump XML nodes.
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-04-29 Carl HetheringtonDelete cross-thread pools when the thread terminates...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-14 Carl HetheringtonSuspend deletion of cross-thread pools until they are...
2010-04-13 Paul Davissubstantive change: use the JACK wait API and provide...
2010-04-07 Carl HetheringtonAdd virtual destructor.
2010-04-06 Paul DavisMIDI/Controllables for monitor section, and related...
2010-04-03 Carl HetheringtonAllow cross-thread request invalidators to cope with...
2010-04-02 Carl HetheringtonCouple of comments.
2010-04-02 Carl HetheringtonAdd missing test file.
2010-04-02 Carl HetheringtonA few more libpbd test tweaks.
2010-04-02 Carl HetheringtonUnbreak build. Sorry.
2010-04-02 Carl HetheringtonMissing file.
2010-04-02 Carl HetheringtonSome stub tests for scalar properties.
2010-04-02 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
2010-04-02 Carl HetheringtonRemove empty file.
2010-04-02 Carl HetheringtonAdd script to run libpbd tests.
2010-04-02 Carl HetheringtonBuild libpbd tests using waf.
2010-04-02 Carl HetheringtonRename tests to test to match up with other libraries.
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-31 Carl HetheringtonA few small cleanups to the property code.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-25 Carl HetheringtonRemove use of xmlCleanupParser as suggested in the...
2010-03-19 Paul Davismake another note about win32 C++ sym name demangling
2010-03-19 Paul Davismake a note about win32 C++ sym name demangling
2010-03-19 Paul Davissave tearoff state; restore monitor section state reaso...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-04 Paul Davisprevent relaying during an undo/redo operation; remove...
2010-03-04 Paul Davisadd new file
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-03-02 Paul Davis(1) stop using mangled names in history state, use...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul DavisPBD::capitalize() and use it to for the XML node name...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 David RobillardUncrustify. Sorry. :)
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisoverall timing for undo/redo ops
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-15 Paul Davisnew file
2010-02-13 Paul Davissplit out State... objects and rename as Property...
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonSave and not-yet-working restore of StatefulDiffCommands.
2010-02-09 Carl HetheringtonRemove erroneous delete of States; they are owned by...
2010-02-09 Carl HetheringtonAdd missing files from previous commit.
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-08 Paul Davisadd variants of atoi etc. for std::string
2010-02-08 Paul Davisadd copy constructor for PBD::ID
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-01 Paul Davisprovide limited momentary note on/off MIDI binding...
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-31 Paul Davisstrsplit(): if first char of a string is the separator...
2009-12-31 Paul Davisstop metering thread as we disconnect a session from...
2009-12-31 Paul Davisupdate comments on register clobbering
2009-12-31 Paul Davisun-fix register clobber list for gcc on x86
2009-12-31 Paul Davisadd some asm notes, some more registers back to the...
next