ardour.git
2007-06-01 Paul Davispotential fix for ctrl-middleclick crash
2007-06-01 Paul Davisround 2 of denormal handling changes - detect DAZ suppo...
2007-06-01 Paul Davismerge denormal handling work from 2.0-ongoing
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-30 Paul Davis(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all...
2007-05-28 Doug McLainmake ARDOUR2_UI_RC work again
2007-05-26 Doug McLainadd missing png files for 2 new crossfade presets per...
2007-05-26 Doug McLainBetter method for redrawing gain meter pixmaps upon...
2007-05-25 Doug McLainOops again, removed ardour_system.rc and did it right...
2007-05-25 Doug McLainOops, added the file with the wrong default theme
2007-05-25 Doug McLainReplace ardour_system.rc (I think)
2007-05-25 Doug McLainNew theme manager, with option to select between dark...
2007-05-23 Tim MayberryUse the correct path to one of the images
2007-05-23 Tim MayberryAdd missing image from old docs
2007-05-23 Paul Davis(merge from 2.0-ongoing -r1911:1912) fix audio clock...
2007-05-22 Tim MayberryFix spelling mistake
2007-05-22 Tim MayberryReplace section on the track list and add a subsection...
2007-05-22 Tim MayberryReplace existing but mostly empty section on resizing...
2007-05-22 Tim MayberryAdd index term for default track names
2007-05-22 Tim MayberryAdd a section on deactivating tracks
2007-05-22 Tim MayberryAdd note to muting tracks about still reading from...
2007-05-22 Tim MayberryAdd a section on muting tracks
2007-05-22 Tim MayberryMove signal flow diagram into a section on signal flow...
2007-05-22 Tim MayberryMove section on track edit groups to a separate file
2007-05-22 Tim MayberryMove section on soloing tracks to separate file
2007-05-22 Tim MayberryReplace note about removing tracks with a warning
2007-05-22 Tim MayberryRemove warning about renaming tracks being permanent
2007-05-22 Tim MayberryAdd indexterm for renaming tracks
2007-05-22 Tim MayberryAdd mapping for secondary index term to dbhelper.vim
2007-05-22 Tim MayberryAdd entities for a couple of common sections and use...
2007-05-22 Tim MayberryUpdate documentation on removing a track and move it...
2007-05-22 Tim MayberryAdd index entry for adding tracks
2007-05-22 Tim MayberryUpdate dbhelper.vim to include mapping for indexterm
2007-05-22 Tim MayberryAdd entry in the index for inverting the polarity of...
2007-05-22 Tim MayberryAdd an empty index element so that the docbook xsl...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-19 Tim MayberryWhen loading sessions, create any missing session direc...
2007-05-18 Carl HetheringtonRename ARDOUR::Connection to ARDOUR::Bundle, a few...
2007-05-18 Carl HetheringtonRemove region raise() and lower(). Try to do region...
2007-05-18 Taybin Rutkinfix for compiling with COREAUDIO=yes. Hopefully this...
2007-05-18 Taybin Rutkinfix for linking midi++ on MacOSX.
2007-05-18 Tim MayberryAdd SessionDirectory::export_path and make sure it...
2007-05-18 Tim MayberryChange the return type of ARDOUR_UI::build_session...
2007-05-18 Tim MayberryRemove Session::create_session_directory as it is no...
2007-05-18 Tim MayberryUse SessionDirectory class in place of Session::create_...
2007-05-18 Tim MayberryAdd PBD::sys::path class that has a similar API to...
2007-05-18 Tim MayberryMove directory names out of Session class and into...
2007-05-18 Tim MayberryRename Session::create to Session::create_session_direc...
2007-05-18 Tim MayberryMove code from Session::create into the Session constru...
2007-05-18 Tim MayberryAdd Session::create_session_file_from_template method
2007-05-18 Tim MayberryAdd Session::create_session_file method
2007-05-18 Tim MayberryAdd a Session::initialize_start_and_end_locations method
2007-05-18 Tim MayberryUse PBD::copy_file in Session::create() to copy the...
2007-05-18 Tim MayberryChange return type of PBD::copy_file to boolean to...
2007-05-18 Tim MayberryMove Session::find_session into a session_utils.h header
2007-05-18 Tim MayberryMove file suffixes out of the Session class and into...
2007-05-18 Tim MayberryRemove unused variable and the accessor methods for...
2007-05-18 Tim MayberryRename NewSessionDialog::get_current_page to on_new_ses...
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/ardour_ui.cc
2007-05-18 Tim MayberryUse bool return type for ARDOUR_UI::unload_session...
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/ardour_ui.h
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/new_session_dialog.cc
2007-05-17 Carl HetheringtonAdd stacked lanes mode which displays regions on differ...
2007-05-17 Tim MayberryRemove bogus assertion from ardour/source.cc as the...
2007-05-16 Paul Davisbaby steps to virtualize AudioRegion
2007-05-16 Paul Davis2nd of tim mayberry's patches to fix middle-click pasti...
2007-05-16 Paul Davistim mayberry's patches to fix middle-click pastingina...
2007-05-16 Paul Davisadd alternate filters for soundfile browser
2007-05-16 Paul Davisadded L and R as possible audio file suffixes
2007-05-15 Paul Daviscorrectly manage video sync state
2007-05-14 Sampo SavolainenMake DEBUG=1 default and make ardour.sh, ardev and...
2007-05-14 Paul Davisadd new "lock position" feature for regions
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Doug McLaincode readability change I forgot to add before committi...
2007-05-14 Doug McLainAdd 'delta edit cursor' option to primary and secondary...
2007-05-11 Carl HetheringtonAdd some comments.
2007-05-11 Paul Davisanother redirect dialog fix
2007-05-11 Carl HetheringtonFix compilation with VST=1
2007-05-11 Tim MayberryConditionally compile CMT additions, enabled by default.
2007-05-10 David RobillardSwitched some missed .get(DataType::AUDIO) -> n_audio.
2007-05-10 Carl HetheringtonRe-work main right-click context menu to operate on...
2007-05-10 Paul Davisfix use of old .ardour dir for VST presets
2007-05-10 Tim MayberryReplace image of mixerstrip with labeled diagram.
2007-05-10 Tim MayberryRemove documentation on track speed controls as the...
2007-05-10 Tim MayberryAdd a tip admonition to the section on inverting polarity
2007-05-10 Tim MayberryChanges in docs to due running make format
2007-05-10 Tim MayberryUse a note admonition to indictate which versions of...
2007-05-10 Tim MayberryUpdate section on inverting the polarity of a track.
2007-05-10 Tim MayberryUpdate image of a mixer strip from an image of version...
2007-05-10 Tim MayberryUpdate image of mixer window from an image of version...
2007-05-10 Paul Davisfix up middle button mess for redirects
2007-05-10 David RobillardGot rid of (possibly?) false assertion (not present...
2007-05-10 David RobillardFixed IO selector to show MIDI ports for MIDI IOs,...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-10 Paul Davismerge changes for 2.0.1/2.0.2, plus some fixes to issue...
2007-05-10 David RobillardGain performance improvements (don't waste time applyin...
2007-05-07 Paul Davisfix #1637 (needs merging to 2.0.1 branch); remove debug...
next