Consolidate two more engine-checks
[ardour.git] / gtk2_ardour / luawindow.cc
2018-06-02 Paul Davisno error logging for CURL HTTP requests; future callers...
2017-12-31 Robin GareusKeep Script Window on top.
2017-11-23 Robin GareusCatch exceptions by const reference
2017-11-23 Robin GareusFix potentially ambiguous printf()
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
2017-08-10 Robin GareusLua Script Sandbox - GUI part
2017-07-17 Robin GareusMove more Gtkmm2ext widgets into libwidget
2017-07-17 Robin GareusSeparate Ardour UI widgets into dedicated library
2017-02-20 Robin GareusIncrease default size of script-editor pane
2017-02-19 Robin GareusConnect Script Manager "Edit" -> Lua Scripting Window
2016-10-06 Robin Gareusupdate LuaWindow output on-the-go (allow progress print)
2016-07-18 Robin Gareusremove old a3_curl API and switch some curl calls
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-31 Paul Davisinitial sort-of-mostly-working integration of new Pane
2016-04-15 Robin Gareusfix typo
2016-04-11 Robin Gareusimprove luawindow save/load/revert
2016-04-11 Robin Gareusindicate read-only scripts
2016-04-08 Robin Gareusimplement Lua editor script/file delete.
2016-03-28 Robin Gareusone more ENSURE_GUI_THREAD()
2016-03-26 Robin Gareusadd "revert" button to lua script window
2016-03-25 Robin Gareusadd a convenient script header
2016-03-25 Robin Gareusmonospace font for Lua Script Window
2016-03-24 Robin Gareusreset lua console interpreter when session changes...
2016-03-24 Robin Gareuscont'd work on Lua Script Console
2016-03-23 Robin Gareusgcc4 compat
2016-03-23 Robin Gareustowards a proper lua script console UI
2016-02-23 Robin GareusLua Script Console Window