summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-29update system configRobin Gareus
2015-06-29add missing config variable for shuttle_max_speedRobin Gareus
2015-06-28add keybinding, V, for video windowBen Loftis
2015-06-28tweak some window-bindings. Use C for Clock and B for meter-BridgeBen Loftis
2015-06-28show selection trim cursors in Range modeBen Loftis
2015-06-28link to new floss-tutorialRobin Gareus
2015-06-28don’t confuse “Fader” with “Trim” (both <Amp>s)Robin Gareus
2015-06-26a more-likely-to-be-correct version of swing quantization.Paul Davis
2015-06-27remove old irrelevant USER_ARDOUR_DIR in start-up scriptRobin Gareus
2015-06-27remove debug codeRobin Gareus
2015-06-27check editor/mixer/meterbridge window overlap for show/hideRobin Gareus
2015-06-27consolidate codeRobin Gareus
2015-06-27update Window > Mixer accordinglyRobin Gareus
2015-06-26add region layer keybindingsBen Loftis
2015-06-26Alternative approach for show/hide Meterbridge #6386Robin Gareus
2015-06-26swing quantize should skip the FIRST note and start on the SECOND, then alter...Paul Davis
2015-06-26make the quantize dialog persistent so that settings are retainedPaul Davis
2015-06-25keep meterbridge on top of editor - see #6386Robin Gareus
2015-06-25Try to avoid coincident tempo/meter markers when removing timeColin Fletcher
2015-06-25rename TempoMap::cut_time() to remove_time()Colin Fletcher
2015-06-25fix windows debug builds:Robin Gareus
2015-06-24show zero line when a DC offset moves waveform so that it doesn't intersect w...4.1Paul Davis
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2015-06-23do not draw waveform outline at x-positions where the waveform "spread" would...Paul Davis
2015-06-23several changes, major and minor, to improve threaded waveview renderingPaul Davis
2015-06-23update video import flags, relax GOP size.Robin Gareus
2015-06-23silence clang int/float/double -Wabsolute-valueRobin Gareus
2015-06-23create sortable, linear list for cache clearing on demand, rather than trying...Paul Davis
2015-06-23textual tweakPaul Davis
2015-06-23provide control over waveform image cache size from GUIPaul Davis
2015-06-23change location for initialization of static WaveView image cache, and provid...Paul Davis
2015-06-22stop endless loop in WaveViewCache::cache_flush()Paul Davis
2015-06-22When using the Editor's Shuttle control, stop any shuttling by calling Sessio...John Emmas
2015-06-21Add option to mackie control profile editor to remove binding (fixes #6301)Len Ovens
2015-06-21Remove "" around CATALOG number in .cue fileColin Fletcher
2015-06-21Amend button caption in 'Remove time' dialogueColin Fletcher
2015-06-19also log session-load error to stderr.Robin Gareus
2015-06-19two more corrections to waveform zooming changesPaul Davis
2015-06-19fix call to consolidate image cache to use the information held in the requestPaul Davis
2015-06-19various tweaks to the height/sizing of audioregion views and their waveformsPaul Davis
2015-06-19stop pixel jitter when changing waveview height.Paul Davis
2015-06-19attempt to correctly respond to changes in _amplitude_above_axis in ArdourCan...Paul Davis
2015-06-19fix compiler const-cast warningPaul Davis
2015-06-19Correctly re-start an iteration (if we delete one of the items being iterated)John Emmas
2015-06-18Rename 'insert_time_dialog.cc/.h' (in our MSVC project)John Emmas
2015-06-17update system-wide configRobin Gareus
2015-06-17skip username metadata when dumping default cfgRobin Gareus
2015-06-17Accept changes to Insert/Remove time clocks without <Enter>Colin Fletcher
2015-06-17Add 'accept on focus out' parameter (default false) to AudioClockColin Fletcher
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher