ardour.git
2017-02-22 Robin GareusThe return of the w64 debug build
2017-02-22 Robin Gareusremove cruft
2017-02-22 Paul Davisif a slave's masters are at zero, lock slave to zero...
2017-02-21 Paul Davisfix crash when removing a TimeAxisView from the selection
2017-02-21 Paul Davisfix thinko/typo which failed to notify when a VCA is...
2017-02-21 Paul DavisPBD::Signal<...>::connect() is already thread safe...
2017-02-21 Robin GareusAdd Lua binding to query monotonic time (in microseconds)
2017-02-21 Robin Gareusupdate plugin-utils Lua example script
2017-02-21 Robin GareusAllow to access/load LuaDSP plugins with default plugin...
2017-02-21 Paul DavisRevert "ARDOUR_UI transport buttons should use ArdourBu...
2017-02-21 Robin GareusImplementations for Plugin-Preset-Load to set automation
2017-02-21 Robin GareusAdd API allowing plugin preset load to affect automation
2017-02-21 Paul Davisredesign VCA control over gain (and theoretically other...
2017-02-21 Robin Gareusbetter solution of 3c25d26e9
2017-02-21 Robin GareusFix potential crash at exit/close.
2017-02-20 Robin GareusGroup-Tabs keyboard shortcuts
2017-02-20 Robin Gareusfix typo in prev commit
2017-02-20 Robin GareusMB: prefs are detached initially
2017-02-20 Robin GareusAllow to pre-seed Tabbable detached state.
2017-02-20 Robin Gareusfix thinko in prev commit
2017-02-20 Robin GareusFix iterator off-by-one: Allow to move top-most track...
2017-02-20 Robin GareusFirst-time startup logic update.
2017-02-20 Robin GareusConsistent VCA naming (Ardour/Mixbus)
2017-02-20 Robin Gareusconsolidate Ardour+Mixbus code, fix duplicate Separator...
2017-02-20 Paul Davisuse "VCA" rather than "Control Master" in the GUI
2017-02-20 Paul Davisensure that when mixer is shown in its own tab, it...
2017-02-20 John EmmasAdd a missing #define to our MSVC project (portaudio_ba...
2017-02-20 Robin GareusAnd some more action-script icons
2017-02-20 Robin GareusIncrease default size of script-editor pane
2017-02-20 Robin GareusLua binding for pango_cairo_layout_path (text outlines)
2017-02-19 Robin GareusAdd 2 more action-script icons
2017-02-19 Robin GareusNO-OP; clean up script spacing and remove goto
2017-02-19 Robin GareusAdd a Lua script to send multiple tracks to an aux...
2017-02-19 Robin GareusAllow to create aux sends from Lua scripts
2017-02-19 Robin GareusAdd Lua bindings for std::list ::front() and ::back()
2017-02-19 Paul Davisprobable fix for crash while dragging playhead
2017-02-19 Robin GareusConsistent dialog title (match "Show Protocol Settings...
2017-02-19 Robin GareusClean up create drum-tracks script (no global variables)
2017-02-19 Robin GareusAllow to keep environment C/XXFLAGS with debug builds
2017-02-19 Robin GareusConnect Script Manager "Edit" -> Lua Scripting Window
2017-02-19 Robin GareusBuild-in some doc (script types)
2017-02-19 Robin GareusRemove unused ArdourUI code to add/remove Lua Session...
2017-02-19 Robin GareusUpdate menu for Lua
2017-02-19 Robin GareusAllow to un/load Lua Session Scripts in the Script...
2017-02-19 Robin GareusEmit a signal when Lua session script change (prepare...
2017-02-18 nick_mfix missing command in Editor::snap_regions_to_grid ()
2017-02-18 Robin Gareusre-layout script-selector (only grow description vertic...
2017-02-18 Robin GareusFix 32bit compilation
2017-02-18 Robin GareusConsolidate ActionChanged callbacks, add tooltips
2017-02-18 Robin GareusRemove LuaCairo.color_to_rgba (now Ardour.LuaAPI.color_...
2017-02-18 Robin GareusSome more EditorAction icons & color API update
2017-02-18 Robin Gareusmove color_to_rgba to LuaAPI for consistency
2017-02-18 Damien Zammitptformat: Update lib to upstream 624671c
2017-02-18 Robin GareusBundle Audio to MIDI Lua script
2017-02-18 Robin GareusAllow to un-assign action-scripts via shift+right-click
2017-02-18 Robin GareusDon't scroll-jump when selecting all tracks
2017-02-17 Robin GareusPrevent direct and indirect selection of VCAs
2017-02-17 Robin GareusVCA spill should not show hidden tracks
2017-02-17 Robin GareusAllow to re-scan VST plugins after changing VST-paths
2017-02-17 Robin GareusAdd gcc suggested parentheses
2017-02-17 Robin GareusUpdate Lua action-icon doc
2017-02-17 Robin GareusAdd Lua API to convert Canvas::Color to Cairo RGBA
2017-02-17 Robin Gareus..and another action-button icon
2017-02-17 Robin GareusFix button sizing for IconRenderCallback
2017-02-17 Robin GareusExample Lua action script icon
2017-02-17 Robin GareusAllow Lua action scripts to provide a button icon
2017-02-17 Robin GareusAllow to use any Lua function factory, produce bytecode
2017-02-17 Robin GareusImplement icon-render callback in ArdourButton
2017-02-17 Damien Zammitptformat: Update lib to upstream 3b60276
2017-02-17 Damien ZammitPT import: Add MIDI import functionality
2017-02-17 Damien Zammitptformat: Update the lib to 9d0b64f (upstream ptformat)
2017-02-17 Robin GareusRefine faders-to-trim script
2017-02-17 Robin GareusMark session dirty when changing scripts
2017-02-17 Robin GareusAllow binding Lua Action Scripts via right-click
2017-02-17 Robin GareusDon't bundle rewind example script
2017-02-17 Robin Gareusleave a ToDo note for the mackie surface
2017-02-17 Robin GareusRemove direct calls to set solo_control()
2017-02-17 Robin GareusUpdate solo/mute example script (use sessions' set_cont...
2017-02-17 Robin GareusAdd Lua bindings related to solo/mute and realtime...
2017-02-16 Robin GareusVersion keybindings file.
2017-02-16 Robin GareusFix initial order-keys when creating tracks/busses
2017-02-16 Robin GareusFix route ordering (mixer TV lacks master-bus)
2017-02-16 Ben LoftisToolbar spacing: Add back one pixel of vertical padding...
2017-02-16 Robin GareusPrevent "punch" and "mon" buttons from increasing toolb...
2017-02-16 Robin GareusBetter solution 213cc1d32
2017-02-16 Robin GareusProperly update main window-title.
2017-02-16 Paul Davischeck region action sensitivity from two more places...
2017-02-16 Paul Davisimprove logic for region action sensitivity settings
2017-02-15 nick_mamend 32248b755ba (legacy tempo map).
2017-02-15 nick_mfix constrained region drags across tracks (7242).
2017-02-15 Paul Davissimplify arguments to Editor::sensitize_the_right_regio...
2017-02-15 Paul Davisuse leave/enter from track canvas to be the primary...
2017-02-15 Paul Davisclassify all region actions based on how they get a...
2017-02-15 Paul Davistentative steps in trying to fix region action sensitivity
2017-02-15 Robin GareusAllow bundling suil/qt4,5 using system-wide QT
2017-02-15 nick_mfix loading of 4.x sessions with a missing initial...
2017-02-15 Robin GareusExample lua script to re-order/reverse plugins
2017-02-15 Robin GareusAdd Lua bindings for plugin re-ordering
2017-02-15 Robin GareusDon't copy-construct MusicFrame, pass const reference.
2017-02-15 nick_munconditionally set region quarter note in set_position().
next