summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2007-11-13More missing stuff...Carl Hetherington
2007-11-13Re-add glibmm2 properly.Carl Hetherington
2007-11-13Add stuff missing from yesterday's library commit.Carl Hetherington
2007-11-13Don't log info message when creating session directoriesTim Mayberry
2007-11-13Don't log a warning when the system template directory does not exist.Tim Mayberry
2007-11-13Remove unused header include from ardour/ladspa_plugin.ccTim Mayberry
2007-11-13Modify Session::path_from_region_name for portabilityTim Mayberry
2007-11-13Replace Glib::file_test with sys::exists in Session::path_from_region_nameTim Mayberry
2007-11-13Add missing cairomm lib from previous commit.Carl Hetherington
2007-11-12Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4Carl Hetherington
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-11-07patch to prevent (mostly) CD marker being set for the start of the sessionPaul Davis
2007-11-05Fix for some problems with punch ranges.Carl Hetherington
2007-10-31Do unto MIDI as thou hath done unto audio.David Robillard
2007-10-31Truly atomic port mixdown function setting.David Robillard
2007-10-31new files addedPaul Davis
2007-10-31new port design, probably about 90% done (i.e it mostly works and this commit...Paul Davis
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge
2007-10-25Use SSE/veclib/whatever for AudioBuffer::accumulate_fromDavid Robillard
2007-10-25Fix mixed space/tab evil in globals.cc for no particular reason.David Robillard
2007-10-25Clean/strengthen up constructor/type stuff in new port system.David Robillard
2007-10-23Re-work Port construction slightly so that _flags is always initialised befor...Carl Hetherington
2007-10-23Fix a probably-irrelevant warning from valgrind.Carl Hetherington
2007-10-23Fix crash due to invalidated shared_ptr, as suggested by PaulCarl Hetherington
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-17new internal port type, round I, plus tiny fix for legalize_for_xml() (also f...Paul Davis
2007-10-17Fix compilation.David Robillard
2007-10-17added filePaul Davis
2007-10-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-13Fix up physical port bundles.Carl Hetherington
2007-10-12fix peakfile/sourcefactory botchPaul Davis
2007-10-12fixes for varispeed playback, mackie control compilation, new odd color for t...Paul Davis
2007-10-12add keybinding editorPaul Davis
2007-10-11add missing filePaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-10Make sure we notice when an IO's port count is reduced as well as when it's i...Carl Hetherington
2007-10-09Remove a file that should have been removed a few commits ago.Carl Hetherington
2007-10-09Few cleanups related to signed-ness of minimum/maximum port counts.Carl Hetherington
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for example...Carl Hetherington
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-10-05Fix crash with tracks/busses with more outputs than control outputs.Sampo Savolainen
2007-10-04Fix to stacked layering for the case when a region is dragged to overlap anot...Carl Hetherington
2007-10-04Merge the two separate 'add notes to midi region' interfaces (note and midiev...David Robillard
2007-09-27Make sure plugins are activated at least once before they are cleaned upSampo Savolainen
2007-09-25Make sure activate() and deactivate() are never run multiple times in a Sampo Savolainen
2007-09-11click reset error fixed, plus some older work on sends+panners i/o countsPaul Davis
2007-09-11make sure that AudioRegion::set_live_state() notifies interested parties when...Paul Davis
2007-09-11make OSC thread register with GUIPaul Davis