summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luawindow.cc
AgeCommit message (Expand)Author
2020-01-13Drop references held by any GUI Lua script after executionRobin Gareus
2019-10-07fix compiler warning about possible buffer size issuePaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-06-02no error logging for CURL HTTP requests; future callers can request it if nec...Paul Davis
2017-12-31Keep Script Window on top.Robin Gareus
2017-11-23Catch exceptions by const referenceRobin Gareus
2017-11-23Fix potentially ambiguous printf()Robin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-10Lua Script Sandbox - GUI partRobin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-02-20Increase default size of script-editor paneRobin Gareus
2017-02-19Connect Script Manager "Edit" -> Lua Scripting WindowRobin Gareus
2016-10-06update LuaWindow output on-the-go (allow progress print)Robin Gareus
2016-07-18remove old a3_curl API and switch some curl callsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis
2016-04-15fix typoRobin Gareus
2016-04-12improve luawindow save/load/revertRobin Gareus
2016-04-11indicate read-only scriptsRobin Gareus
2016-04-08implement Lua editor script/file delete.Robin Gareus
2016-03-28one more ENSURE_GUI_THREAD()Robin Gareus
2016-03-26add "revert" button to lua script windowRobin Gareus
2016-03-25add a convenient script headerRobin Gareus
2016-03-25monospace font for Lua Script WindowRobin Gareus
2016-03-24reset lua console interpreter when session changes (drop references)Robin Gareus
2016-03-24cont'd work on Lua Script ConsoleRobin Gareus
2016-03-24gcc4 compatRobin Gareus
2016-03-23towards a proper lua script console UIRobin Gareus
2016-02-23Lua Script Console WindowRobin Gareus