ardour.git
2017-07-04 Robin GareusFix a plugin-insert position off-by-one and remove...
2017-07-04 Robin GareusAlways add plugins in the order given by the Manager UI.
2017-07-04 Robin GareusRetain plugins order for copy/cut/paste + DnD #7416
2017-07-04 Robin GareusAllow DnDVbox to sort the selection, using original...
2017-07-03 Len OvensOSC: Add system osc preset directory
2017-07-03 Len OvensOSC: GUI tweaking
2017-07-03 Robin GareusFP8: "Link" mode works with AutomationControl only.
2017-07-03 Robin GareusMake VCA mute+solo buttons bindable
2017-07-03 Robin GareusRevert "Prefer Stereo-Balance Panner for stereo tracks"
2017-07-03 Robin GareusAnother approach for stuck splash-screens:
2017-07-03 Robin GareusPBD::init() failing is fatal in main(), don't silently...
2017-07-03 Robin GareusDon't just silently exit if initialization fails.
2017-07-03 Robin GareusFix another crash at exit.
2017-07-03 Robin GareusPrefer Stereo-Balance Panner for stereo tracks
2017-07-02 Robin GareusFP8: toggle editor/mixer (now that "link" button is...
2017-07-02 Robin GareusRe-introduce toggle-editor-and-mixer (for ctrl-surfaces)
2017-07-02 Robin GareusAllow to bind generic plugin-ui dropdown + clickboxes
2017-07-02 Robin GareusAdd binding-proxy to ClickBox
2017-07-02 Robin GareusFP8: properly control enum+integer parameters.
2017-07-02 Robin GareusAdd API to step though parameter enumerations
2017-07-02 Robin GareusFP8: Implement "Control-Link"
2017-07-02 Robin GareusAdd control-focus notifications from bindable GUI widgets.
2017-07-02 Robin GareusAdd control-focus notifications from bindable widgets.
2017-07-02 Robin GareusControllable focus notification API
2017-07-02 Len OvensOSC: GUI indicate invalid port and set to old port...
2017-07-02 Robin GareusFP8: plugin GUI display options
2017-07-01 Robin GareusAllow ctrl-surfaces to show/hide plugin UIs.
2017-07-01 Robin GareusPrepare x-thread signals plugin-GUI visibility
2017-07-01 Robin GareusFP8: fix 2-line text
2017-07-01 Robin GareusRemove old libardour API for plugin UIs
2017-07-01 Robin GareusRemove old API to keep track of plugin GUI widgets
2017-07-01 Robin GareusRemove unused variable (amend 79384339e)
2017-07-01 Thomas BrandCorrectly display region name in context menu
2017-07-01 Len OvensOSC: issue 7176 patch applied. shows plugin descriptors.
2017-07-01 Thomas BrandFix some typos (closes GH PR #356)
2017-07-01 Robin GareusUse Stripable::Sorter in meterbridge
2017-07-01 Robin GareusRemove old gnome-canvas src code.
2017-07-01 Robin GareusNO-OP whitespace & foratting of header files
2017-07-01 Len OvensOSC: add feedback for solo isolate and solo safe to...
2017-07-01 Len OvensOSC: add strip type flag for master and monitor to...
2017-07-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-07-01 Robin GareusFix thinko in dd3f922788
2017-07-01 Robin GareusFP8: Use Mixer-Order
2017-07-01 Len OvensOSC: include all of select in feedback[13]
2017-07-01 Len OvensOSC: try to prevent race when clearing devices
2017-07-01 Len OvensOSC: test param type in a way that works when optimized...
2017-07-01 Robin GareusFix crash when rapidly switching snapshots
2017-07-01 Robin GareusFP8: Clear input port on close. Fixes crash when switch...
2017-06-30 Johannes MuellerAddressing #7371: don't trigger session->undo() from...
2017-06-30 Robin GareusFix a typo
2017-06-30 Robin GareusDon't invert azimuth & elevation display value
2017-06-30 Robin GareusNO-OP: whitespace
2017-06-30 Robin GareusRemove cruft (ParameterDescriptor sets this)
2017-06-30 Robin GareusFP8: Scribble-strip display preferences
2017-06-30 Robin GareusFP8: Allow to select Plugin Presets
2017-06-30 Robin GareusFP8: don't allow to toggle Channelstrip bypass/enable
2017-06-29 Robin GareusFaderPort8 updates
2017-06-29 Robin GareusTweak LV2 float parameter printing
2017-06-29 Robin GareusDon't interpolate&smooth playhead pos during export.
2017-06-29 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-06-29 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-06-29 John EmmasRemove ambiguity ('CheckMenuItem' conflicts with an...
2017-06-29 Robin GareusFix multi-channel delaylines #7409 part 2/2
2017-06-29 Robin GareusFix send mono to stereo (or N to M; M > N) sends #7409...
2017-06-28 Robin GareusUse quotes for bundled library includes
2017-06-28 Robin GareusUse mnemonic-save API for menu-element texts
2017-06-28 Robin GareusAdd a convenience MenuHelper c'tor
2017-06-28 Robin GareusAdd explicit VideoTimeline change-type, follow up on...
2017-06-28 Robin GareusReset idle_handler_id (fixes idle zoom -- bug in 265f52...
2017-06-28 Robin Gareusfix OSX builds (llmath compat)
2017-06-27 Robin GareusDistinguish error-messages.
2017-06-27 Robin GareusUpdate fluidsynth
2017-06-26 Robin GareusInclude file's sha1 in export-report image
2017-06-26 Robin GareusAdd convenience fn to compute a file's sha1sum
2017-06-26 Tim MayberryFix friend declaration in WaveView code for non-c+...
2017-06-25 Tim MayberryReimplementation of large parts of the WaveView class
2017-06-25 Tim MayberryChanges to Editor::visual_changer to support Item/Canva...
2017-06-25 Tim MayberryAdd Canvas::get_microseconds_since_render_start() method
2017-06-25 Tim MayberryAdd Canvas::get_last_render_start_timestamp method
2017-06-25 Tim MayberryOnly call Gtk::Widget::queue_draw_area in canvas when...
2017-06-25 Tim MayberryAdd an optional ArdourCanvas::Item::prepare_for_render...
2017-06-25 Tim MayberryCoalesce visual changes to canvas/items and allow canva...
2017-06-25 Tim MayberryAdd PreRender signal to the canvas
2017-06-25 Tim MayberryWhitespace fixes in canvas.h
2017-06-25 Tim MayberryTweak/Change the zoom scale in RulerZoomDrag
2017-06-25 Tim MayberryOutput the setting of the --no-threaded-waveviews optio...
2017-06-25 Robin GareusAllow saving state w/o backend
2017-06-25 Robin GareusReport Dummy as not available if not running
2017-06-24 Robin GareusCreate a deep-copy of MIDI sources when saving snapshots
2017-06-24 Robin GareusExtend API to allow calling new_midi_source_path()...
2017-06-24 Len OvensOSC: simplify GUI and make less error-prone
2017-06-24 Len OvensOSC: Allow /bank_up to accept -1 as well as 1 so encode...
2017-06-24 Len OvensOSC: make sed_fader work with banking too.
2017-06-24 Len OvensOSC: Add master_send_enable for MB
2017-06-24 Len OvensOSC: redo math for redux control with fewer calls.
2017-06-24 Len OvensOSC: Messages too fast at bank_change/refresh slowed...
2017-06-23 nickolas360Add missing `echo` in ardev_common.sh.in
2017-06-23 Robin GareusFix metronome + capture alignment for Mixbus
2017-06-23 Robin GareusNO-OP: whitespace
2017-06-23 Robin GareusMixbus GUI updates (VCA layout, no panners)
next