summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luawindow.cc
AgeCommit message (Collapse)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
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2018-06-02no error logging for CURL HTTP requests; future callers can request it if ↵Paul Davis
necessary
2017-12-31Keep Script Window on top.Robin Gareus
Compare to f83dbf83. We cannot use an ArdourWindow here (which would do this automatically) since we don't want any keyboard-event forwarding from this editor-window. It's also a main window, not a WM::ProxyTemporary.
2017-11-23Catch exceptions by const referenceRobin Gareus
2017-11-23Fix potentially ambiguous printf()Robin Gareus
Not a real issue, since it's just supposed to be some unique number. but still. Reported by PVS-Studio - https://www.viva64.com/en/b/0540/
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
Keep freesound-moocher as is until freesound-apiv2 branch is merged or rebased.
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