summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2010-07-22use Glib::build_filename() to construct fullpath, rather than doing it by han...Paul Davis
2010-07-19Fix up change list handling on removal and re-addition of a value.Carl Hetherington
2010-07-16remove unncessary assertPaul Davis
2010-07-16add new filesPaul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-15Fix thinko in my previous commit. Should fix #3315.Carl Hetherington
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington
2010-07-06fix compiling file_manager.cc on osxTaybin Rutkin
2010-07-01fix gcc4.4 compile warningPaul Davis
2010-06-29const correctness.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-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
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