Sort various things to reduce merge hell. No functional changes.
[ardour.git] / libs /
2008-02-02 David RobillardSort various things to reduce merge hell. No functiona...
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-19 David RobillardMerge with 2.0-ongoing R2943.
2008-01-19 David RobillardMerge with trunk R2935.
2008-01-17 David RobillardAdded missing files.
2008-01-17 David RobillardMIDI region stretching.
2008-01-15 David RobillardMerge with trunk R2920.
2008-01-15 David RobillardFix problem with notes occasionally not showing up...
2008-01-14 David RobillardPartially fix MIDI region trim and extend.
2008-01-13 David RobillardInstall everything to *ardour3* instead of *ardour2*.
2008-01-13 David RobillardApply MIDI keyboard and "scroomer" patch.
2008-01-13 David RobillardReduce console noise.
2008-01-13 David RobillardFix MIDI playback.
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2883.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-12-20 Doug McLainPort level meters to trunk
2007-12-18 David RobillardAdded missing file.
2007-12-18 David RobillardMake configure script executable.
2007-12-18 David RobillardFix building.
2007-12-18 David RobillardRemove ancient/unused flowcanvas and libglademm from...
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-11-25 David RobillardFix crash on MIDI region split.
2007-11-15 Tim MayberryChange return type of Session::import_audiofiles to...
2007-11-15 Tim MayberryRename Session::import_audiofile to Session::import_aud...
2007-11-15 Tim MayberryImprove the readability of Session::import_audiofile
2007-11-15 Tim MayberryRefactor Session::import_audiofile to reduce complexity...
2007-11-15 Tim MayberryRemove an unnessesary use of goto in Session::import_au...
2007-11-15 Tim MayberryCheck for cancel at the top of the main loop in Session...
2007-11-15 Tim MayberryUse sys::basename instead of PBD::basename_nosuffix...
2007-11-15 Tim MayberrySimplify finalization code in Session::import_audiofile
2007-11-15 Tim MayberryUse std::copy instead of for loop in Session::import_au...
2007-11-15 Tim MayberryUse full name of file being imported in status message...
2007-11-15 Tim MayberryPass a path argument to ImportableSource rather than...
2007-11-15 Tim MayberryFix mixed usage of tabs and spaces for indentation...
2007-11-15 Tim MayberryUse std::auto_ptr instead of boost::scoped_ptr in Sessi...
2007-11-15 Tim MayberryMove variable declaration closer to usage
2007-11-15 Tim MayberryUse sys::remove instead of ::unlink in Session::import_...
2007-11-15 Tim MayberryRemove unused variable in Session::import_audiofile
2007-11-15 Tim MayberryUse scoped_ptr in Session::import_audiofile to manage...
2007-11-15 Tim MayberryRefactor part of Session::import_audiofile into write_a...
2007-11-15 Tim MayberryUse std::vector and boost::shared_array instead of...
2007-11-15 Tim MayberryUse boost::scoped_array to manage working buffer for...
2007-11-15 Tim MayberryMove filename generation in Session::import_audiofile...
2007-11-15 Tim MayberryUse boost::shared_ptr for RAII with a SNDFILE handle...
2007-11-13 Carl HetheringtonMore missing bits.
2007-11-13 Carl HetheringtonYet more missing things. I'm going slightly mad.
2007-11-13 Carl HetheringtonAdd some more bits.
2007-11-13 Carl HetheringtonFix up permissions.
2007-11-13 Carl HetheringtonFix up permissions.
2007-11-13 Carl HetheringtonMore missing stuff...
2007-11-13 Carl HetheringtonRe-add glibmm2 properly.
2007-11-13 Carl HetheringtonAdd stuff missing from yesterday's library commit.
2007-11-13 Tim MayberryDon't log info message when creating session directories
2007-11-13 Tim MayberryDon't log a warning when the system template directory...
2007-11-13 Tim MayberryRemove unused header include from ardour/ladspa_plugin.cc
2007-11-13 Tim MayberryModify Session::path_from_region_name for portability
2007-11-13 Tim MayberryReplace Glib::file_test with sys::exists in Session...
2007-11-13 Carl HetheringtonAdd missing cairomm lib from previous commit.
2007-11-12 Carl HetheringtonUpgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairo...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-11-07 Paul Davispatch to prevent (mostly) CD marker being set for the...
2007-11-05 Carl HetheringtonFix for some problems with punch ranges.
2007-10-31 David RobillardDo unto MIDI as thou hath done unto audio.
2007-10-31 David RobillardTruly atomic port mixdown function setting.
2007-10-31 Paul Davisnew files added
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-26 Nick Mainsbridgeuse filechooser widget in export dialog, selected files...
2007-10-25 David RobillardUse SSE/veclib/whatever for AudioBuffer::accumulate_from
2007-10-25 David RobillardFix mixed space/tab evil in globals.cc for no particula...
2007-10-25 David RobillardClean/strengthen up constructor/type stuff in new port...
2007-10-23 Carl HetheringtonRe-work Port construction slightly so that _flags is...
2007-10-23 Carl HetheringtonFix a probably-irrelevant warning from valgrind.
2007-10-23 Carl HetheringtonFix crash due to invalidated shared_ptr, as suggested...
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-17 David RobillardFix compilation.
2007-10-17 Paul Davisadded file
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-13 Carl HetheringtonFix up physical port bundles.
2007-10-12 Paul Davisfix peakfile/sourcefactory botch
2007-10-12 Paul Davisfixes for varispeed playback, mackie control compilatio...
2007-10-12 Paul Davisadd keybinding editor
2007-10-11 Paul Davisadd missing file
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-10-09 Carl HetheringtonRemove a file that should have been removed a few commi...
2007-10-09 Carl HetheringtonFew cleanups related to signed-ness of minimum/maximum...
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-10-05 Sampo SavolainenFix crash with tracks/busses with more outputs than...
2007-10-04 Carl HetheringtonFix to stacked layering for the case when a region...
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-09-27 Sampo SavolainenMake sure plugins are activated at least once before...
2007-09-25 Sampo SavolainenMake sure activate() and deactivate() are never run...
2007-09-11 Paul Davisclick reset error fixed, plus some older work on sends...
next