summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2010-11-10fix OS X compilationPaul Davis
2010-11-10fix OS X compilationPaul Davis
2010-11-10fix OS X compilationPaul Davis
2010-10-02Demangle stacktrace names.Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-14use isspace() and not isgraph() to identify whitespace; remove Glib::ustring ...Paul Davis
2010-09-03Rename debug -> dumpCarl Hetherington
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-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-26Remove no-longer used file.Carl Hetherington
2010-08-25Fix test.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-25Small cleanups.Carl Hetherington
2010-08-25Move various code up the Property / Stateful hierarchies.Carl Hetherington
2010-08-25Rename various things in the property system.Carl Hetherington
2010-08-25Remove unused and broken method.Carl Hetherington
2010-08-22Move some RegionListProperty methods up to SequenceProperty.Carl Hetherington
2010-08-202.X commits up to and including 7519Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-07Possibly-useful assert.Carl Hetherington
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-25Fix up evoral test suite.Carl Hetherington
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