summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luainstance.h
AgeCommit message (Collapse)Author
2018-01-30LuaInstance: prepare for 3 argument signal/slot callbacksRobin Gareus
2017-08-11Fix MSVC builds (binding external static members)Robin Gareus
This Revert "Lua GUI Instance update: prepare for template scripts" commit c37cdf548d14b01744ff560217fb55958e6992fc.
2017-08-10Lua GUI Instance update: prepare for template scriptsRobin Gareus
2017-08-10Add a Lua SetSession signal/hookRobin Gareus
2017-04-25Lua: Action Script Dialog & MessageBoxRobin Gareus
2017-02-17Allow Lua action scripts to provide a button iconRobin Gareus
2017-01-20Free some one time alloc of the UI (cleaner valgrind output)Robin Gareus
No incremental leaks here.. * downcase (const char*) uses strdup, caller needs to free * free allocated cursors when the editor is destroyed * drop static editor lua-instance & bindings * delete allocated gtk image/icons
2016-07-24add a lua timer callback signalRobin Gareus
2016-03-28reduce header dependencies (part 2/2)Robin Gareus
2016-03-23UI part of lua code/header consolidation.Robin Gareus
2016-03-17add basic set of Cairo Lua bindingsRobin Gareus
2016-02-23Add Editor/UI Lua Scripting and Action/Callback ScriptRobin Gareus