summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luainstance.cc
AgeCommit message (Expand)Author
2019-08-07Add Lua bindings for Pango AlignmentRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-18Expose mixer window screenshot method as Lua bindingRobin Gareus
2019-05-17Prefer dedicated c-pointer bindings (can be const)Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-02-16remove references to "Editor_menus" which is an action that no longer existsPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2018-11-17Add a 1Hz Lua Callback SignalRobin Gareus
2018-11-12Fix load/save Lua Editor scriptsRobin Gareus
2018-11-12Fix saving Lua Callbacks when un/register succeedsRobin Gareus
2018-11-04Save Lua UI scripts separatelyRobin Gareus
2018-10-04Unhardcode and increase bindable Lua-script-action countRobin Gareus
2018-07-12Move static function out of header-file, fix -Wunused-functionRobin Gareus
2018-06-02no error logging for CURL HTTP requests; future callers can request it if nec...Paul Davis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2018-02-09new_snap: Snapped Cursor ( squashed commit )Ben Loftis
2018-01-30LuaInstance: prepare for 3 argument signal/slot callbacksRobin Gareus
2017-12-07Drop the "Lua" in Lua Action Buttons:Ben Loftis
2017-12-05Add Lua binding to query action-listRobin Gareus
2017-12-05Lua Script-Selector updateRobin Gareus
2017-11-23Catch exceptions by const referenceRobin Gareus
2017-09-27More s/frame/sample/ -- Lua ScriptsRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18fully remove diskstream codePaul Davis
2017-08-26Fix too restrictive Lua sandboxRobin Gareus
2017-08-22Add Lua bindings for ArdourUI's translate_order()Robin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-11Fix MSVC builds (binding external static members)Robin Gareus
2017-08-10Update Lua os.exec, SystemExec APIRobin Gareus
2017-08-10Lua GUI Instance update: prepare for template scriptsRobin Gareus
2017-08-10Add a Lua SetSession signal/hookRobin Gareus
2017-08-10Lua Script Sandbox - GUI partRobin Gareus
2017-08-09Add Lua bindings to set toggle-actionsRobin Gareus
2017-08-08SystemExec Lua bindings (vfork, fire+forget)Robin Gareus
2017-08-07Fix Windows builds (amend 7009ff03)Robin Gareus
2017-08-06Update Selection API to include all StripablesRobin Gareus
2017-07-19Expose editor-vertical zoom lua bindingsRobin Gareus
2017-06-22Remove LocaleGuards from LuaInstance state methodsTim Mayberry
2017-04-26Skip script-setup if there are no parameters (and name is unique)Robin Gareus
2017-04-25Lua: Action Script Dialog & MessageBoxRobin Gareus
2017-04-19Use XMLNode::set_property API in LuaInstance classTim Mayberry
2017-03-27optimize LuaInstance::get_action_state, LuaInstance::get_hook_stateRobin Gareus
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