ardour.git
2016-03-25 Robin Gareusprepare Plugin Pin Management
2016-03-25 Robin Gareusadd some more documentation
2016-03-25 Robin Gareusfilter declarations in C++, improve luadoc
2016-03-25 Robin Gareusmonospace font for Lua Script Window
2016-03-25 Robin Gareusupdate doc scripts, disregard "const" when matching...
2016-03-25 Robin Gareusadd some more documentation
2016-03-24 Robin Gareusupdate luadoc scripts
2016-03-24 Robin Gareusadd namespace for consistent clang + gcc-abi symbols...
2016-03-24 Robin GareusRevert "test workaround for OSX IK-Multimedia Plugin...
2016-03-24 Robin Gareusfix out-of-order d'tor which garbles the lua stack.
2016-03-24 Robin Gareusupdate generated luadoc, zlib compress json
2016-03-24 Robin GareusConsistent C++ & Lua Namespace/Class names + documentation.
2016-03-24 Robin Gareusadd doxygen comments to lua-binding doc, compress json.
2016-03-24 Robin GareusAdd small llvm/libclang util to exctract doxygen comments
2016-03-24 John Emmas'LuaScriptParams' stuff needs to be visible if it's...
2016-03-24 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-03-24 Robin Gareusreset lua console interpreter when session changes...
2016-03-24 Robin Gareuscont'd work on Lua Script Console
2016-03-23 Robin Gareusgcc4 compat
2016-03-23 Robin GareusAdd some introductory lua-doc paragraph
2016-03-23 Robin Gareusadd/update lua scripts
2016-03-23 Robin Gareustowards a proper lua script console UI
2016-03-23 Robin Gareusupdate lua script file management:
2016-03-23 Robin GareusHide lua script selector before showing lua parameter...
2016-03-23 Robin GareusUI part of lua code/header consolidation.
2016-03-23 Robin Gareusrefactor lua header includes
2016-03-23 Robin Gareustest workaround for OSX IK-Multimedia Plugin GUIs.
2016-03-23 John Emmas LV2_EXTENDED also needs to be defined when building...
2016-03-23 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-03-22 Robin Gareusfix compilation on OSX (in the wake of eaca325c)
2016-03-22 Robin Gareusfix copy/paste typo
2016-03-21 Robin Gareusupdate luadoc
2016-03-21 Robin Gareusfurther lua binding refactoring, match C++ namespaces
2016-03-21 Robin Gareusfurther lua binding refactoring, match C++ namespaces
2016-03-21 David RobillardFix unused variable warning
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2016-03-21 Robin Gareuscatch lua exceptions.
2016-03-21 Robin Gareuscont'd lua HTML doc.
2016-03-21 Robin Gareusupdate scripts (Lua namespace refactoring)
2016-03-21 Robin Gareusupdate Lua Binding Doc and html generator
2016-03-21 Robin Gareusreturn values of reference params as Lua table
2016-03-21 Robin Gareusmove std bindings out of "ARDOUR" into "C" namespace...
2016-03-21 Robin GareusLua Array Documentation
2016-03-21 Robin Gareusfirst steps towards formatting lua binding doc (JSON...
2016-03-21 Robin Gareusadd missing GUI lua binding classe
2016-03-21 Robin Gareusadd some missing bindings (dep classes)
2016-03-21 Robin Gareusrefine Lua Binding Documentation
2016-03-20 Robin Gareusadd convenience lua API for looking up Plugins
2016-03-20 Robin Gareusfix JSON luadoc format
2016-03-20 Robin Gareushandle MidiBusses in channel-count
2016-03-20 Robin Gareusadd luadoc binary (developer tool) to dump lua bindings
2016-03-20 Robin GareusPrepare Lua Binding Documentation (JSON)
2016-03-20 Colin Fletcherfix out-of-bounds array access in export report.
2016-03-19 Robin Gareuscache LuaProc Parameters in Processor
2016-03-19 Robin GareusRevert "hotfix for concurrent lua interpreter calls"
2016-03-19 Robin Gareushotfix for concurrent lua interpreter calls
2016-03-19 Robin Gareusindicate debug builds in About > Config and shorten...
2016-03-19 Robin Gareusfix optimized build
2016-03-19 Robin Gareusexpose OSC bindings to luasession util
2016-03-19 Robin Gareusadd more lua examples/doc
2016-03-19 Robin Gareusadd some convenience lua functions for plugin management
2016-03-19 Robin Gareusfix plugin preset listing
2016-03-19 Robin Gareusprepare Instrument slots -- replace processor in place
2016-03-19 Colin Fletcherreset autoscroll speed to minimum when scrolling stops
2016-03-19 Robin Gareusexpose Lua OSC transmitter
2016-03-19 Robin Gareusremove cruft
2016-03-19 Robin Gareusthe return of the Session::Exported signal
2016-03-19 Robin Gareusadd Lua Bindings for ARDOUR::Region
2016-03-19 Robin Gareusadd OSC Lua bindings
2016-03-19 Robin Gareusplug a tiny memory leak
2016-03-19 Robin Gareussuppress realloc-poll debug messages in optimized builds
2016-03-18 Robin Gareusfix some plugin control name typos
2016-03-18 Robin Gareusamend prev commit
2016-03-18 Robin Gareusgcc4 compat
2016-03-18 Hanspeter PortnerFix blocked patch:Set messages.
2016-03-18 Robin GareusAdd a Lua Action Script to add scopes to all tracks
2016-03-18 Robin Gareusstart a dedicated ARDOUR lua function collection
2016-03-18 Robin Gareusfix processor DnD from sidebar.
2016-03-18 Robin Gareusadd a lua inline scope processor
2016-03-18 Robin Gareusspecial case LuaProc Inline Display UI: direct cairo...
2016-03-18 Robin Gareusfix possible overflow (printing float)
2016-03-18 Robin Gareusadd LuaProc Plugin state (to allow state copy, indep...
2016-03-18 Robin Gareusimplement LuaProc inline display
2016-03-18 Robin GareusAdd some convenient DSP methods for lua scripts
2016-03-18 Robin Gareusallow to bind functions with reference args in global...
2016-03-17 Robin Gareusadd basic set of Cairo Lua bindings
2016-03-17 John EmmasI'm taking a guess that we need to pass 'this' at line...
2016-03-17 John EmmasMake provision for building with the new LV2 extensions...
2016-03-16 Robin Gareusadd missing ifdef
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-16 Paul Davisfix capitalization of sections of key editor
2016-03-16 Paul Davisfix wscript to know about key binding dependencies
2016-03-16 Robin Gareusrelax inline display height constraint
2016-03-15 Paul Davischange the way the key editor gets populated; drop...
2016-03-15 Paul Davisin key editor, attach key press/release handlers before...
2016-03-15 Paul Davisdo the safety dance
2016-03-15 Paul Davissafety pointer resets in MonitorSection dtor. Not inten...
2016-03-15 Paul Davisadd and remove monitor section bindings as MS is create...
2016-03-15 Paul Davisallow access to ProcessorBox bindings
2016-03-15 Paul Davisextend API of key binding editor to allow for tab removal
next