ardour.git
2017-02-24 Robin GareusAdd some convenient public editor methods (for lua...
2017-02-24 Robin Gareusthe daily dose of const'ness
2017-02-24 Robin Gareusre-order inheritance
2017-02-24 Paul Davisremove misleading/incorrect comment
2017-02-23 Len OvensOSC: remove invalid feedback for solo and pan az.
2017-02-23 Paul Davisfix solo + mute controls when slaved
2017-02-23 Robin GareusAdd static Class-Keys for Windows build
2017-02-23 Robin GareusLua bindings to access editor selection + region select...
2017-02-23 Robin GareusLuaBridge: Dedicated type for pointer-lists and const...
2017-02-23 Robin GareusluaBridge support const references to class-instance...
2017-02-23 Robin GareusConstrain VCA slave value to controllable range
2017-02-23 Robin Gareusremove explicit line-break (rely on wrap)
2017-02-23 Robin GareusDo not bundle default system_config (prefer built-in...
2017-02-23 Robin GareusClarify prefs
2017-02-23 nick_malso fix flying percussive hits while copy-dragging.
2017-02-23 nick_mhotfix for flying percussive hits while dragging.
2017-02-23 Robin GareusUpdate lua-script to use new playlist-API
2017-02-23 Ben LoftisMove Select-All-Tracks into the Selection category...
2017-02-22 Paul Davisfix deadlock when assigning a VCA master
2017-02-22 Robin GareusUpdate processor Lua bindings
2017-02-22 Robin Gareusamend a2d54c3d9710 (w64 debug builds)
2017-02-22 Robin GareusGUI support to re-locate missing external (abs-path...
2017-02-22 Robin GareusPrepare re-locating missing external files.
2017-02-22 Robin GareusNO-OP: whitespace
2017-02-22 Robin GareusNO-OP; whitespace
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
next