Clean up handling of track vs region automation a bit.
[ardour.git] / libs / pbd / pbd /
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-19 Carl HetheringtonFix up change list handling on removal and re-addition...
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-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 Davisuse JACK thread creation functions to create process...
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-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 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
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-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 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 Davisthe Properties & 64bit region commit
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 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
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-26 Paul Davischange the way thread name is managed and accessed...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisadded files
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-12-11 Paul Davisadded comment
2009-12-11 Paul Davisadd CTClosure for a closure that takes one argument...
2009-12-11 Paul Davisadd comments and remove debug output
2009-12-11 Paul Davisthread-safe but lifetime-unsafe closures for passing...
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-12-11 Paul Davis(MAY BREAK COMPILATION - unfinished work, being transfe...
2009-12-10 Paul Davisavoid double delete of UI objects caused by default...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-11-27 Paul Davisget closer to carl's original boost shared_ptr debug...
2009-11-23 Paul Davisboost shared pointer debugging, from an idea by carl...
2009-11-01 David RobillardFix wacky tabs. Apologies to anybody actually compilin...
2009-11-01 David RobillardUse shared_ptr::unique() instead of shared_ptr::use_cou...
2009-11-01 David RobillardDoxygen readable comments, tidy, fix whitespace.
2009-11-01 Paul Davisadd lots of comments to rcu.h (with concomittant full...
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-19 David RobillardFix warnings.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-05-18 Carl HetheringtonPatch from agorka to add some includes required for...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-04-23 Paul Davisnew file to encapsulate posix_memalign() hackery
2009-03-02 Paul Davisrecursive operation for PBD::PathScanner, backported...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-25 David RobillardMove waf up to top level, waf building of pbd, evoral...
2009-02-25 David RobillardFix empty for loop warning in RingBuffer constructor...
2009-02-22 David RobillardClean up xml++.h and xml++.cc in Ardour style.
2009-02-22 David RobillardMake commands noncopyable (they are definitely not...
2009-02-18 David RobillardFix 'sticky' sliders when MIDI control feedback is...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-09-29 David RobillardRemove unused can_send_feedback API.
2008-09-23 David RobillardMake PBD::SearchPath less silly/boilerplatey.
next