ardour.git
2009-09-03 Carl HetheringtonDon't raise an error when trying to auto-connect master...
2009-09-02 Carl HetheringtonHandle mouse events over crossfades properly (or better...
2009-09-02 Carl HetheringtonModified version of Hans' patch for mantis 1985. Also...
2009-09-02 Carl HetheringtonClear out any command line session name on closing...
2009-09-02 Carl HetheringtonFix erroneous parameter passed to Editor::motion_handle...
2009-09-01 Carl HetheringtonPut advanced bits in an expander. Still need to make...
2009-09-01 Carl HetheringtonAdd accessor for _exporting.
2009-09-01 Carl HetheringtonDon't send midi clock during export, for now, to avoid...
2009-09-01 Paul Davismake scons tell people to use waf
2009-08-31 Carl HetheringtonUpdate coverage frames when a track changes height...
2009-08-31 Carl HetheringtonMake drag selection work properly with stacked region...
2009-08-30 Carl HetheringtonDon't setup panner UI unless it has changed.
2009-08-29 Carl HetheringtonSet route remote control IDs from a dialog rather than...
2009-08-29 Carl HetheringtonModify hacks associated with initial sizing of port...
2009-08-29 Carl HetheringtonFix crash on relayering.
2009-08-28 Carl HetheringtonRemove some unnecessary code. Preserve selection when...
2009-08-28 Carl HetheringtonRemove some debugging code.
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davisadd quantize dialog
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-26 Carl HetheringtonMake stacked region coverage frames correctly respect...
2009-08-26 Carl HetheringtonReintroduce crossfade views for tracks in stacked regio...
2009-08-26 Carl HetheringtonPreserve stacked / overlaid state of tracks in the...
2009-08-26 Carl HetheringtonRemove unused declaration.
2009-08-26 Carl HetheringtonOn switching from explicit to implicit relayering,...
2009-08-26 Carl HetheringtonWhen a track is in "stacked" mode, allow regions to...
2009-08-25 Carl HetheringtonMake fade edits and trim possible on stacked regions.
2009-08-24 Carl HetheringtonSlightly modified patch from lincoln to fix mantis...
2009-08-24 Carl HetheringtonPatch from lincoln to add track resize buttons to the...
2009-08-24 Carl HetheringtonFreeze the audio playlist after completing the set_stat...
2009-08-24 Carl HetheringtonDon't use the edit position to gather regions to cut...
2009-08-24 Carl HetheringtonAlter snap modifier so that it turns the grid on when...
2009-08-24 Carl HetheringtonDon't use pointer_frame_offset for playhead cursor...
2009-08-24 Carl HetheringtonTertiary-modifier click locates the viewbox in the...
2009-08-24 Carl HetheringtonMinor cosmetic tweaks.
2009-08-24 Carl HetheringtonFix uninitialised variable.
2009-08-24 Carl HetheringtonReorder initialisation to prevent access to an uninitia...
2009-08-24 Carl HetheringtonMissing format = 0 from last commit.
2009-08-24 Carl HetheringtonRemove commented out call to reset_dpi hoping to find...
2009-08-24 Carl HetheringtonSet format = 0 on calling sf_open as required by libsnd...
2009-08-24 Carl HetheringtonSmall cleanup.
2009-08-24 Carl HetheringtonRemove unused method in RouteTimeAxisView. Fix bug...
2009-08-23 Carl HetheringtonSome improvements to performance with crossfades: don...
2009-08-23 Carl HetheringtonFix uninitialised member variable.
2009-08-22 Carl HetheringtonFix crash on drag selection.
2009-08-22 Carl HetheringtonFix remainder of bug 1605 so that when snapping to...
2009-08-22 Carl HetheringtonIntroduce an accurate version of coefficient_to_dB...
2009-08-20 Carl HetheringtonApply patch from mantis 2761 from tinram to add padding...
2009-08-20 Carl HetheringtonFix mantis 2804: improve title of recent sessions dialo...
2009-08-20 Carl HetheringtonApply patch from mantis 2766 to fix apply sensitivity...
2009-08-20 Carl HetheringtonRemove an unused action and some duplicated code.
2009-08-20 Carl HetheringtonDon't locate summary view box on a click outside it...
2009-08-20 Paul Davisminor fixes/changes based on comparison with existing...
2009-08-20 Paul Davisfix accelmap generation in fmt-bindings
2009-08-19 Carl HetheringtonFix crash on startup if an LV2 plugin has a bad .ttl...
2009-08-18 Paul Davismake shift-click for extend-selection sort-of work...
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-08-17 Carl HetheringtonFix uninitialised variable.
2009-08-14 Paul Davisfix up display of notes when creating/editing a MIDI...
2009-08-13 Paul Davismore MIDI paste improvements, plus move region-mute...
2009-08-13 Paul Davisactually paste MIDI at the right spot
2009-08-13 Paul Daviskinda-sorta paste MIDI at the right spot
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
2009-08-10 Carl HetheringtonFix route group collect option.
2009-08-10 Paul Davisadd new file
2009-08-10 Paul Davisfirst part of MIDI cut/copy/paste ; fix for input/outpu...
2009-08-10 Paul Davisregion trimming and height patch from lincoln. great...
2009-08-09 Paul Davisfix (no)use of offset in AudioEngine::get_sync_offset()
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-08-04 Carl HetheringtonCoding style. Fix a valgrind warning. Stop a close...
2009-08-04 Carl HetheringtonFix sizing of port matrix column labels.
2009-08-04 Carl HetheringtonDon't add auditioner and click to MIDI connection port...
2009-08-04 Carl HetheringtonSplit up Editor::button_press_handler and fix assert...
2009-08-04 Carl HetheringtonAssert to check for memory overwrite.
2009-08-04 Carl HetheringtonFix uninitialised variable.
2009-08-04 Carl HetheringtonModified patch from drmoore to fix mantis 2808 (drag...
2009-08-03 Carl HetheringtonPatch from drmoore to fix mantis 2807 (crash on creatin...
2009-08-02 Carl HetheringtonAnother similar fix for use of an uninitialized variable.
2009-08-02 Carl HetheringtonFix update of brackets around processor name on activat...
2009-08-02 Carl HetheringtonA couple of port matrix cleanups.
2009-08-02 Carl HetheringtonSet up IO bundles properly so that mixer strip IO butto...
2009-08-02 Carl HetheringtonFix sync of editor and mixer route ordering.
2009-08-02 Carl HetheringtonTweak prompt wording.
2009-08-02 Carl HetheringtonFix import dialog so that file number progress gets...
2009-08-02 Carl HetheringtonFix random-crash-inducing use of uninitialized variable.
2009-08-02 Carl HetheringtonImprove import status messages slightly.
2009-07-31 Paul Davisinclude mouse bindings even in merged cheat sheets
2009-07-31 Paul Davismore or less fully-functional binding & cheat sheet...
2009-07-31 Paul Davislargely complete automated generation of cheat sheets...
2009-07-30 Paul Davisthis is just a (re)start on a tool to produce bindings...
2009-07-30 Carl HetheringtonAdd basic Doxygen file.
2009-07-30 Carl HetheringtonAdd missing 0 to author list, to fix mantis 2802. ...
2009-07-29 Paul Davisavoid crashes caused by the process buffer set being...
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
2009-07-28 Carl HetheringtonFix some more warnings.
2009-07-24 Hans Baierinterpolation.cc/h: Remove all failed and obsolete...
2009-07-24 Hans BaierAnother failed attemt at natural spline interpolation
2009-07-24 Paul Davisfixes for 64 bit compilation - see comment
2009-07-23 Sampo SavolainenMake editor route list rec button respect group settings.
2009-07-23 Hans Baierlibs/ardour/wscript: unit tests get a target name,...
next