ardour.git
2015-10-23 nick_mRelative snap for markers.
2015-10-23 Robin Gareusadd ifdefs for LV2-1.0.0 compat
2015-10-23 nick_mResizeNoteDrag selection click behaves as NoteDrag...
2015-10-23 nick_mClear point selection when uniquely selecting a note.
2015-10-22 Len OvensMake mackie control view mode save bank for all modes.
2015-10-22 Robin Gareusmime-type definition is version independent.
2015-10-22 nick_mUse lwrcase_dirname for desktop file names and substitu...
2015-10-22 Robin Gareusset executable and icon name in desktop-file
2015-10-22 Tim MayberryRemove GhostRegion::CatchDeletion signal to reduce...
2015-10-22 Tim MayberryEnable i18n for info/error messages in MidiPatchManager
2015-10-22 Tim MayberryOnly parse additional Session midnam files on Session...
2015-10-22 Tim MayberryStore the file path when constructing MidiNameDocument
2015-10-22 Tim MayberryDecouple Session from MidiPatchManager and reduce parsi...
2015-10-22 Tim MayberryAdd PBD::Searchpath::contains method to check if a...
2015-10-22 Tim MayberryExpose protected PBD::Searchpath API
2015-10-22 Tim MayberryDon't parse midnam patch files contained in Session...
2015-10-22 Tim MayberryRefactor common code in MidiPatchManager class into...
2015-10-22 Tim MayberryDon't call MidiPatchManager::refresh when creating...
2015-10-22 John EmmasFix a small buffer issue which could sometimes prevent...
2015-10-22 nick_mBuild freedesktop files if requested.
2015-10-22 nick_mAmend last commit.
2015-10-22 nick_mCenter some windows known to be presented by ardour.
2015-10-22 Robin Gareusfix edge-case: (move playhead w/o session)
2015-10-22 Robin Gareusremove invalid assertion - #6634
2015-10-22 John EmmasAdd some newly introduced sources to our MSVC project...
2015-10-22 Paul DavisMerge branch 'chaot4-fix_overwrite_file'
2015-10-22 André NusserAlso use overwrite_file_dialog at all the other places.
2015-10-22 André NusserConfirmation on overwrite for track and session templat...
2015-10-22 André NusserAdd overwrite option to save_template. (default = false)
2015-10-22 Paul Davisfix automation update at transport stop when in automat...
2015-10-22 Paul Davisfix mute automation in Play automation state
2015-10-22 Paul DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-10-22 Paul Davisadd commentary and clean up blank lines
2015-10-21 nick_mMore desktop file renaming.
2015-10-21 nick_mRemove old ardour3 desktop files.
2015-10-21 nick_mAdd ardour4 desktop and mime type files.
2015-10-21 nick_mUser interaction preferences tooltips clarify button...
2015-10-21 Paul Davisvariable name change: make purpose of formerly named...
2015-10-21 Paul Davisvariable name change: percent is 0..100, 0..1.0 is...
2015-10-21 Paul Davisensure that mutator function for CONFIG_VARIABLE_SPECIA...
2015-10-21 Len OvensMake sure Mackie Control view modes start with route...
2015-10-21 Len OvensAdded "Selected" view mode to Mackie Control.
2015-10-21 Robin GareusFix crash in new CoreaudioSource code (on invalid file)
2015-10-20 Robin Gareusconfirm LV2 GUI changes
2015-10-20 Robin Gareushack to keep UI responsive with heavy AU views.
2015-10-20 Robin GareusOSX copy/constraint mod tweak (amend 0675fe1)
2015-10-20 Paul Davisdo not update LV2 output port displays unless the value...
2015-10-20 Paul Davisadd commentary
2015-10-20 Paul Davisalso update LV2 output port displays as part of periodi...
2015-10-20 Paul Davisfix AudioUnit parameter listening to work with new...
2015-10-20 Paul DavisClean up generic and LV2 plugin GUI to deal with Parame...
2015-10-20 Paul Davisrename Plugin::ParameterChanged to ParameterChangedExte...
2015-10-20 Paul DavisRevert "rename ParameterChanged signal in Plugin to...
2015-10-20 Robin Gareuspossible fix for invalid cleanup space calc on win32.
2015-10-20 Robin GareusNOOP, re-indent
2015-10-20 Robin Gareusremove cruft
2015-10-20 Paul Davisrename ParameterChanged signal in Plugin to ParameterCh...
2015-10-20 Robin Gareusremove unused "copy modifier hint"
2015-10-20 Robin Gareussuggest primary-mod as default for copy
2015-10-19 André NusserCtrl+shift functionality (toggle all) for plugin leds.
2015-10-19 nick_mTest fix for further osx modifier ambiguity.
2015-10-19 nick_mFix incorrect display of "Command" modifier on osx.
2015-10-19 nick_mRc option editor - don't translate "-".
2015-10-19 nick_mFix typo for GTKOSX case.
2015-10-19 nick_mSet toggled automation controller using a double.
2015-10-19 nick_mClarify user interaction preference tooltips. Also...
2015-10-19 nick_mRestored size of mixer list pane is at least 36 px...
2015-10-19 nick_mDefault to WIN_POS_MOUSE for dialogs also.
2015-10-19 nick_mMixer list pane can shrink to zero width.
2015-10-19 nick_mNew non-parented windows are initially positioned at...
2015-10-19 nick_mLegatize::name () reflects its type. Fixes confusing...
2015-10-19 nick_mFix snap modifier logic (again).
2015-10-19 nick_mRc option editor - alter restart message for user inter...
2015-10-19 nick_mNo-op - rename variable.
2015-10-19 nick_mAdd tooltips to user config preferences. clean up combo...
2015-10-19 nick_mArdourKeyboard - fix snap / delta logic for triple...
2015-10-19 nick_mClick on a selected note unique selects it (as per...
2015-10-19 nick_mAllow Alt-Shift-Windows modifier (nice for control...
2015-10-19 nick_mDon't snap if fine adjust modifier used.
2015-10-19 nick_mUpdate ContrilList debug output.
2015-10-19 nick_mSelect the control point about to be deleted when using...
2015-10-19 nick_mFix incorrect snap when adding region gain points.
2015-10-19 nick_mDon't use the all_route_group() in Editor::set_selected...
2015-10-19 nick_mAllow adding / toggling rubber band selection of automa...
2015-10-19 nick_mShow verbose cursor control point values in MouseConten...
2015-10-19 nick_mFix for fine adjust overriding snap modifiers.
2015-10-19 nick_mAdd error check to region gain control point selection...
2015-10-19 nick_mAdd missing diff to last commit.
2015-10-19 nick_mRegion gain point selection behaves as per track automa...
2015-10-19 nick_mAdd region gain point selection undo.
2015-10-19 nick_mAmend last connit - don't use a bool to represent a...
2015-10-19 nick_mFix incorrect initial point when recording toggled...
2015-10-19 nick_mAutomation - more toggled controller twiddling.
2015-10-19 nick_mAutomation - fix occasional inverted bool state after...
2015-10-19 nick_mFix redo action sensitivity for non-editor undo stack...
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-10-19 nick_mToggled automation fixes.
2015-10-19 nick_mAmend last commit.
2015-10-19 nick_mMake control point selection more consistent.
2015-10-19 Robin Gareusremove cruft
next