summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
2010-11-18steps toward a working VBAP pannerPaul Davis
2010-11-16fix linux side of semaphore abstractionPaul Davis
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
2010-11-14const fix.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10build fixes for OS XPaul Davis
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