ardour.git
2008-01-13 David RobillardFix MIDI playback.
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-11 David RobillardFix LD_PRELOAD hackery for cairomm.
2008-01-11 David RobillardMore build fixes.
2008-01-11 David RobillardActually fix compilation w/ SYSLIBS=0.
2008-01-10 David Robillard(Possible) compile w/o SYSLIBS fix.
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...
2008-01-07 David RobillardMerge with 2.0-ongoing R2653.
2007-12-21 David RobillardFix meter colour names for consistency.
2007-12-21 David RobillardFix crash when displaying LADSPA plugin UI.
2007-12-20 Doug McLainPort level meters to trunk
2007-12-19 David RobillardLower soundtouch version dependency to 1.2.1 w/ SYSLIBS...
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-12-15 Tim MayberryCheck for soundtouch library when using SYSLIBS
2007-12-15 Tim MayberryFix compile for when LIBLO=0
2007-12-15 Tim MayberryRemove two unused files in gtk2_ardour
2007-12-15 Tim MayberryRemove unused file gtk2_ardour/gtkscrolledwindow.c
2007-12-15 Tim MayberryFix include statements so they match all other files...
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-11-25 David RobillardFix unused variable warning.
2007-11-25 David RobillardFix crash on MIDI region split.
2007-11-17 Carl HetheringtonApply colinf's fix for bug #1913
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-14 Carl HetheringtonAdd cairomm to LD_LIBRARY_PATH
2007-11-13 Tim MayberryChange the button order in the duplicate region dialog...
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 MayberryFix three minor memory leaks in the Editor by using...
2007-11-13 Tim MayberryAdd missing files from tarball scons target
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 Paul Davisfixed bad merge
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-10 Carl HetheringtonRemove some debugging code which causes slow flashy...
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-11-07 Paul Davisstop auto-play from trying to play things that are...
2007-11-07 Paul Davispatch to prevent (mostly) CD marker being set for the...
2007-11-06 Carl HetheringtonPatch from jdavisp3 to further improve region gain...
2007-11-06 Carl HetheringtonSimilar fix to previous commit for Mixer_UI::sync_order...
2007-11-06 Carl HetheringtonFix crash in Editor::sync_order_keys() when a route...
2007-11-06 Carl HetheringtonFix pathname.
2007-11-05 Carl HetheringtonMake pending state dialogue modal, and give it a more...
2007-11-05 Carl HetheringtonPatch from jdavisp3 to fix #1894
2007-11-05 Carl HetheringtonPatch from jdavisp3 to fix bug #1841.
2007-11-05 Carl HetheringtonFix for some problems with punch ranges.
2007-11-04 Carl HetheringtonSelect another track when one is deleted, thereby allow...
2007-11-04 Carl HetheringtonUpdate region names in the region list when they change...
2007-11-04 Carl HetheringtonDon't copy a naked pointer in the copy constructor...
2007-11-04 Carl HetheringtonDon't give master or control routes a hide button,...
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 Mainsbridgepending state dialog tweaks
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 HetheringtonBack out recent bad patch.
2007-10-23 Paul Davismake insert existing audio menu item work again
2007-10-23 Paul Davismake import menu item work again
2007-10-23 Carl HetheringtonRe-work Port construction slightly so that _flags is...
2007-10-23 Carl HetheringtonFix a probably-irrelevant warning from valgrind.
next