summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luainstance.cc
AgeCommit message (Expand)Author
2017-02-24Save Lua script file origin (for later updates) -- GUI+Session pluginRobin Gareus
2017-02-24Add some convenient public editor methods (for lua-bindings)Robin Gareus
2017-02-24re-order inheritanceRobin Gareus
2017-02-23Lua bindings to access editor selection + region selection bindingsRobin Gareus
2017-02-20Lua binding for pango_cairo_layout_path (text outlines)Robin Gareus
2017-02-19Allow to un/load Lua Session Scripts in the Script ManagerRobin Gareus
2017-02-18Remove LuaCairo.color_to_rgba (now Ardour.LuaAPI.color_to_rgba)Robin Gareus
2017-02-17Add Lua API to convert Canvas::Color to Cairo RGBARobin Gareus
2017-02-17Allow Lua action scripts to provide a button iconRobin Gareus
2017-02-17Mark session dirty when changing scriptsRobin Gareus
2017-02-02fix crash when closing session w/action hooksRobin Gareus
2017-01-20Free some one time alloc of the UI (cleaner valgrind output)Robin Gareus
2016-10-05fix interface - proessor_selection is not a Lua C-FunctionRobin Gareus
2016-08-26forward Lua print() to Ardour's Log.Robin Gareus
2016-08-26add a static function to access processor selection from a Lua scriptRobin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 379Robin Gareus
2016-07-24add a lua timer callback signalRobin Gareus
2016-07-18add some strategic lua gc steps.Robin Gareus
2016-07-18remove old a3_curl API and switch some curl callsRobin Gareus
2016-07-17quick hack to test SSL in bundlesRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-05remove useless binding (fixes broken windows build)Robin Gareus
2016-07-04unbind pangomm 1.30 API for compat.Robin Gareus
2016-07-04add PangoCairo lua bindingsRobin Gareus
2016-07-02add Lua bindings for reference counted Cairo::ImageSurfaceRobin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-04-11add some more Editor Selection lua bindingsRobin Gareus
2016-04-11add Lua bindings for Range Time SelectionRobin Gareus
2016-04-10convenient API to access track and region selectionRobin Gareus
2016-04-09and a few more Editor lua bindingsRobin Gareus
2016-04-05re-add std::vector<std::string> just for cairo's set_dash()Robin Gareus
2016-03-28reduce header dependencies (part 2/2)Robin Gareus
2016-03-24fix out-of-order d'tor which garbles the lua stack.Robin Gareus
2016-03-23Hide lua script selector before showing lua parameter dialog.Robin Gareus
2016-03-23UI part of lua code/header consolidation.Robin Gareus
2016-03-22further lua binding refactoring, match C++ namespacesRobin Gareus
2016-03-21return values of reference params as Lua tableRobin Gareus
2016-03-21add missing GUI lua binding classeRobin Gareus
2016-03-19expose Lua OSC transmitterRobin Gareus
2016-03-17add basic set of Cairo Lua bindingsRobin Gareus
2016-02-29Expose PublicEditor Bindings to LuaRobin Gareus
2016-02-27resolve ambiguous ‘operator==’ (‘int’ vs ‘const luabridge::LuaRef’)Robin Gareus
2016-02-27proper "false" check for MSVC compatRobin Gareus
2016-02-23C++98 compatRobin Gareus
2016-02-23fix optimized buildsRobin Gareus
2016-02-23Add Editor/UI Lua Scripting and Action/Callback ScriptRobin Gareus