Re-integrate export-optimization branch.
[ardour.git] / libs /
2009-12-27 Sakari BergenRe-integrate export-optimization branch.
2009-12-26 Paul Davischange the way thread name is managed and accessed...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
2009-12-23 Carl HetheringtonGive titles to Gtkmm2ext::Choice prompts, and do some...
2009-12-23 Carl HetheringtonFix assertion failure on dropping a track out of rec...
2009-12-22 Carl HetheringtonFix assertion failure on creating a new session.
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-22 Carl HetheringtonFix assertion failure on transmission of MIDI clock.
2009-12-22 Carl HetheringtonFix crash when going from >2 outputs (2D panner) to...
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-20 Paul Davissubstantial overhaul of MCU code - no more separate...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisfix deadlock in protocol manager startup; fix some...
2009-12-17 Paul Davisadded files
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-14 Carl HetheringtonOffer all of a bundle's ports for disconnection / remov...
2009-12-13 Carl HetheringtonFix crashes on increasing a bus' number of outputs.
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
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 Davisfulfill the promise of an in-library Keyboard object...
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisremoved stupid comments
2009-12-10 Paul Davisavoid double delete of UI objects caused by default...
2009-12-10 Paul Davisforward propagate solo-isolated status to everything...
2009-12-10 Paul Davisfix recently-added crash when adding new tracks+busses
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
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-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-12-06 Sampo SavolainenEliminate double reversible commit from time stretch...
2009-12-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-06 Paul Davisfix for first of taybin's 2 problems - do not use unini...
2009-12-04 Carl HetheringtonMake port inserts work.
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Paul Davisswitch ActionManager to a namespace; move generic part...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Carl HetheringtonMake processor box send faders adjust their size correctly.
2009-12-04 Carl HetheringtonFix setup of port insert IO names.
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Carl HetheringtonGPL boilerplate.
2009-12-03 Carl HetheringtonAdd missing files.
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-12-03 Paul Davismore tweaks to MTC slave code (still not functional...
2009-12-02 Paul Davismore MTC stuff, including toggleable use of torben...
2009-12-02 Paul Davispossibly useful PI controller from torben by way of...
2009-12-02 Paul Davisadd appleutility wscript
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Davismake ALSA MIDI I/O work with timestamps; more MTC debug...
2009-12-01 Carl HetheringtonPrevent some segfaults when trying to send MTC when...
2009-12-01 Paul Davisadjust to use timestamped MTC messages
2009-12-01 Paul Davisgeneralize hans' midi_clock_timestamp to be a general...
2009-12-01 Paul Davisget non-JACK MIDI I/O working again, with debug tracing...
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Davismore changes to try to improve MTC handling even in...
2009-12-01 Carl HetheringtonRevert completely mystifying stupidity in a previous...
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Davisrework MTC slave so that speed is computed in the MIDI...
2009-12-01 Carl HetheringtonFix double-delete crash.
2009-12-01 Carl HetheringtonFix potentially uninitialised variable.
2009-12-01 Carl HetheringtonModify assertion; as far as I can see, ensure_buffers...
2009-11-30 Carl HetheringtonRemove internal sends to an aux bus when it is removed.
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Paul Davisshow qtr MTC bytes before they are dispatched as a...
2009-11-30 Paul Davisshow qtr MTC bytes before they are dispatched as a...
2009-11-30 Paul Davismore debugging tweaks
2009-11-30 Paul Davismore debugging tweaks
2009-11-30 Paul Davismore debugging tweaks
2009-11-30 Paul Davisless sensitive locate when master/slave delta is too big
2009-11-30 Paul Davisdebug output fixes
2009-11-30 Paul Davissession has no frames_per_cycle() method
2009-11-30 Paul Davistry locating when master is way ahead or behind the...
2009-11-30 Paul Daviscut-n-paste coding error
2009-11-30 Paul Davisadd slave,transport and event debugging traces
2009-11-30 Paul Davismove some debug trace support code around to a more...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-11-30 Paul Davisnew rc config param, try-link-for-embed, controls wheth...
2009-11-29 Paul Davisdebug flag for MTC; make ardour/timecode.h simply inclu...
2009-11-29 Paul Davisprovide operator<< for Timecode::Time
2009-11-29 Carl HetheringtonImplement 2532: option to show tracks with regions...
2009-11-28 David RobillardMove is_embedded calculation to a single place.
2009-11-28 Carl HetheringtonAll plugin activate() method when required for copy...
next