ardour.git
2016-03-04 Robin Gareusfix processed region export (track output)
2016-03-02 Paul Davisforce all KeyboardKeys in Bindings to be lower case
2016-03-02 Robin Gareusamend prev commit (OS X El Capitan builds)
2016-03-02 Robin Gareusfix OSX El Capitan builds
2016-03-02 Robin Gareusnitpick for static analyzers and friends
2016-03-01 Robin Gareusremove debug output
2016-03-01 Paul DavisFix build on El Capitan
2016-03-01 Robin Gareusfix waveform flickering during recording
2016-03-01 Robin GareusNO OP, whitespace
2016-03-01 Robin Gareusprotect current_request with request_queue_lock
2016-03-01 Robin Gareususe glib mutex API
2016-02-29 Robin Gareusinitialize uninitialized variable
2016-02-29 Robin Gareusconfigurable export preroll
2016-02-29 Robin Gareuspre-process (silence) before export to flush reverb...
2016-02-29 Robin GareusExpose PublicEditor Bindings to Lua
2016-02-29 Robin Gareusfix typo ba7835
2016-02-28 Robin Gareuspatch waf - fixes clang/linux compilation
2016-02-28 Robin Gareusprepare for update to waf 1.8
2016-02-28 Robin Gareusforce waveform images to be least 1px wide
2016-02-28 Robin Gareusremove unused heading
2016-02-28 Robin Gareusallow to configure custom path to video monitor
2016-02-28 Robin Gareussilence clang analyzer: Memory Error, Memory leak
2016-02-28 Robin Gareuscleanup: remove duplicate null checks.
2016-02-28 Robin Gareusspecialize isfinite for MSVC compat
2016-02-28 Robin GareusRevert "fix OSX compile issue due to 68e81a6"
2016-02-28 Robin GareusRewrite commit 68e81a6, prefer forward declaration...
2016-02-27 Robin Gareusfix OSX compile issue due to 68e81a6
2016-02-27 Robin Gareustry to narrow down #6478
2016-02-27 Mathias BuhrImplements review comments
2016-02-27 Mathias BuhrAdds an assert to fail explicitely
2016-02-27 Mathias BuhrFixes a memory corruption upon closing the 2nd session
2016-02-27 Robin GareusISO C++03 14.2/4 compatibility for clang.
2016-02-27 John EmmasMove our #inclusions for "lua_script_manager.h"
2016-02-27 John EmmasAccommodate 'lua' search paths in various projects...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 Robin Gareusadd header guards for good measure
2016-02-27 Robin GareusLua example script: fix some typos and add some comments
2016-02-27 Robin Gareusresolve ambiguous ‘operator==’ (‘int’ vs ‘const luabrid...
2016-02-27 Robin Gareusproper "false" check for MSVC compat
2016-02-27 Robin Gareusavoid "show_all" -- closes #6797
2016-02-27 Robin Gareusdon't allow to change export settings once export has...
2016-02-26 Paul Davisfix KP_0 binding
2016-02-26 Paul Davisimprove size and positioning of Tabbable's after being...
2016-02-26 Robin Gareusfix hang at exit (after freewheeling) with PA-nonblocki...
2016-02-26 Paul Davisfix bindings for KP_n
2016-02-26 Paul Daviswhen looking up a key event, switch to the lowercase...
2016-02-26 Paul Davisfixing leaking tooltip string
2016-02-26 Robin Gareusfix "Collect Groups" -- closes #6794
2016-02-26 Robin Gareusprevent livelock on NaN, inf control parameters - fixes...
2016-02-26 Robin Gareusremove duplicate FontScalingOptions -- closes #6791
2016-02-25 Mathias BuhrFixes preferences context menu not being shown
2016-02-25 Paul Davisadd previous-tab and next-tab actions and bind to PRIMA...
2016-02-25 Paul Davisremove declaration of non-existent method
2016-02-25 Paul Davisfix packing of "outpacker" in mixer view
2016-02-25 Paul Davisrestore monitor section visibility, broken after the...
2016-02-25 Paul Davismove window visibility buttons to have less impact...
2016-02-24 Robin Gareuspotential mem corruption at session close:
2016-02-24 Robin Gareusfix compilation on OSX/PPC (old coreaudio)
2016-02-23 Robin Gareusmissing include for rand() in self-tests
2016-02-23 Robin Gareusfix a -Wswitch
2016-02-23 Robin Gareusfix LV2Plugin::requires_fixed_sized_buffers()
2016-02-23 Paul Davischange bindings file included in bundles for Linux...
2016-02-23 Robin GareusC++98 compat
2016-02-23 Robin Gareusfix optimized builds
2016-02-23 Robin GareusAdd some lua scripts
2016-02-23 Robin Gareusadd lua-session commandline tool
2016-02-23 Robin GareusAdapt the MSVC project (gtk2_ardour) add new lua-sources
2016-02-23 Robin GareusEditor Actions Scripts & Manager
2016-02-23 Robin GareusAdd GUI to instantiate session-scripts
2016-02-23 Robin GareusLua Script Console Window
2016-02-23 Robin GareusAdd GUI to instantiate Lua DSP Processors
2016-02-23 Robin GareusAdd Editor/UI Lua Scripting and Action/Callback Script
2016-02-23 Robin GareusDialog to select and configure Lua Scripts
2016-02-23 Robin GareusAdd new sources to MSVC project (libardour)
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-23 Robin GareusImplement Lua DSP processor/plugin
2016-02-23 Robin Gareuslibardour lua-script-manager
2016-02-23 Robin Gareusinclude static liblua with libardour & prepare bindings
2016-02-22 Robin Gareusbasic DSP lib (for lua bindings)
2016-02-22 Robin Gareusadd lua search path
2016-02-22 Robin Gareusadd realloc pool to MSVC project
2016-02-22 Robin Gareusrealloc-pool unit-test
2016-02-22 Robin Gareustime-bound memory-pool
2016-02-22 Robin GareusAdd a VC project for building the new lua branch with...
2016-02-22 Robin GareusLuaBridge: support argument references via table return
2016-02-22 Robin Gareuscustomize LuaBridge
2016-02-22 Robin Gareusadd liblua wrapper and build-scripts
2016-02-22 Robin GareusNO-OP whitespace
2016-02-22 Robin Gareusadd LuaBridge
2016-02-22 Robin Gareusadd lua-5.3.2
2016-02-22 Paul Davisrework dialog-close-focus-reset change to work in Tabbed
2016-02-22 Paul Davisfix merge/rebase mistake
2016-02-22 Paul Davissingle click in timefx mode should still show dialog...
2016-02-22 Paul Davisadd comment about threading for time/pitch dialog
2016-02-22 Paul Davismore work on time/pitch stretch/shifting
2016-02-22 Paul Davisadd a clarifying comment about threading/GUI for normal...
next