Doxygen tweaks.
[ardour.git] / libs / pbd /
2011-05-23 Carl HetheringtonFix build.
2011-05-23 Carl HetheringtonAssorted doxygen fixes; no functional changes.
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-04-19 Paul Davisallow invalidation-of-UI-request-by-object-deletion...
2011-04-09 Paul Davisadd PBD::sys::path::exists_and_writable() method to...
2011-04-04 Carl HetheringtonUpdate region peak amplitude when the region is trimmed...
2011-03-30 Carl HetheringtonSpurious character in GPL boilerplate.
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2011-03-12 Paul Davismake XMLNode::add_property() correctly re-entrant and...
2011-03-12 Paul Davisa better fix fpr that wierd XMLProperty botch
2011-03-04 Carl HetheringtonMissing files.
2011-03-04 Carl HetheringtonTest tweaks.
2011-03-04 Carl HetheringtonRemove unused bits.
2011-02-28 Paul Davisremove hard-coded use of '/' in pathscanner code as...
2011-02-24 Paul Davisswitch cartesian/spherical function names and make...
2011-02-24 Paul Davisnew implementation of cartesian -> elevation, avoiding...
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2011-02-12 Paul Davisactually delete the contents of the history list, rathe...
2011-02-10 Paul Davis#ifdef-ize all/most uses of the boost debug hooks API
2011-02-10 Paul Davisget boost debug code working again (global constructors...
2011-02-08 Paul Davisbuild-side of UUID reversion
2011-02-08 Paul Davisrevert earlier changes to uuid class, but keep boost...
2011-02-07 Paul Davisforward port thread/abstract_ui changes from 2.X to 3.0
2011-02-07 Paul Davisswitch to Boost UUID's and away from libuuid
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonLincoln's OSC clean-ups (#3716).
2011-01-19 Carl HetheringtonFix build.
2011-01-19 Carl HetheringtonMissing files.
2011-01-19 Carl HetheringtonConfigure option to abort when malloc is called in...
2011-01-19 Carl HetheringtonFix undo nesting.
2011-01-08 Carl HetheringtonUse DEBUG macros for SessionEvent debugging.
2011-01-07 Paul Davisforward port EPA changes from 2.X
2011-01-06 Paul Davisyet more debugging for thread pools
2011-01-05 Paul Davismore debugging for thread pools
2011-01-04 Paul Davismore pool allocation debugging for oofus
2010-12-29 Carl HetheringtonFix build.
2010-12-29 Carl HetheringtonRemove debug code.
2010-12-28 Carl HetheringtonClarify commentary slightly. No functional changes.
2010-12-23 Paul Davisa few more EPA tweaks (from 2.X)
2010-12-23 Paul Davisadd EPA stuff from 2.X
2010-12-23 Paul Davisadd EPA stuff from 2.X
2010-12-21 David RobillardFix more broken whitespace.
2010-12-20 Paul Davisadd notification of what was changed in Stateful::post_...
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-11-27 Paul Davisdon't display internal returns to user
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-11-26 David RobillardFix more broken indentation (whitespace changes only).
2010-11-26 Paul Davisone step closer to working vbap panning
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-23 Paul Davissemi-functioning vbap panning, still not done
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-18 Paul Davissteps toward a working VBAP panner
2010-11-16 Paul Davisfix linux side of semaphore abstraction
2010-11-16 Paul Davishandle OS X's lack of unnamed semaphores, phase 1
2010-11-14 Carl Hetheringtonconst fix.
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-10 Paul Davisbuild fixes for OS X
2010-11-10 Paul Davisfix OS X compilation
2010-11-10 Paul Davisfix OS X compilation
2010-11-10 Paul Davisfix OS X compilation
2010-10-02 Carl HetheringtonDemangle stacktrace names.
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
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...
next