Save Lua script file origin (for later updates) -- GUI+Session plugin
[ardour.git] / gtk2_ardour / luainstance.cc
2017-02-24 Robin GareusSave Lua script file origin (for later updates) --...
2017-02-24 Robin GareusAdd some convenient public editor methods (for lua...
2017-02-24 Robin Gareusre-order inheritance
2017-02-23 Robin GareusLua bindings to access editor selection + region select...
2017-02-20 Robin GareusLua binding for pango_cairo_layout_path (text outlines)
2017-02-19 Robin GareusAllow to un/load Lua Session Scripts in the Script...
2017-02-18 Robin GareusRemove LuaCairo.color_to_rgba (now Ardour.LuaAPI.color_...
2017-02-17 Robin GareusAdd Lua API to convert Canvas::Color to Cairo RGBA
2017-02-17 Robin GareusAllow Lua action scripts to provide a button icon
2017-02-17 Robin GareusMark session dirty when changing scripts
2017-02-02 Robin Gareusfix crash when closing session w/action hooks
2017-01-20 Robin GareusFree some one time alloc of the UI (cleaner valgrind...
2016-10-04 Robin Gareusfix interface - proessor_selection is not a Lua C-Function
2016-08-26 Robin Gareusforward Lua print() to Ardour's Log.
2016-08-26 Robin Gareusadd a static function to access processor selection...
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 379
2016-07-24 Robin Gareusadd a lua timer callback signal
2016-07-18 Robin Gareusadd some strategic lua gc steps.
2016-07-18 Robin Gareusremove old a3_curl API and switch some curl calls
2016-07-17 Robin Gareusquick hack to test SSL in bundles
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-05 Robin Gareusremove useless binding (fixes broken windows build)
2016-07-04 Robin Gareusunbind pangomm 1.30 API for compat.
2016-07-03 Robin Gareusadd PangoCairo lua bindings
2016-07-02 Robin Gareusadd Lua bindings for reference counted Cairo::ImageSurface
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-04-11 Robin Gareusadd some more Editor Selection lua bindings
2016-04-10 Robin Gareusadd Lua bindings for Range Time Selection
2016-04-10 Robin Gareusconvenient API to access track and region selection
2016-04-09 Robin Gareusand a few more Editor lua bindings
2016-04-04 Robin Gareusre-add std::vector<std::string> just for cairo's set_dash()
2016-03-28 Robin Gareusreduce header dependencies (part 2/2)
2016-03-24 Robin Gareusfix out-of-order d'tor which garbles the lua stack.
2016-03-23 Robin GareusHide lua script selector before showing lua parameter...
2016-03-23 Robin GareusUI part of lua code/header consolidation.
2016-03-21 Robin Gareusfurther lua binding refactoring, match C++ namespaces
2016-03-21 Robin Gareusreturn values of reference params as Lua table
2016-03-21 Robin Gareusadd missing GUI lua binding classe
2016-03-19 Robin Gareusexpose Lua OSC transmitter
2016-03-17 Robin Gareusadd basic set of Cairo Lua bindings
2016-02-29 Robin GareusExpose PublicEditor Bindings to Lua
2016-02-27 Robin Gareusresolve ambiguous ‘operator==’ (‘int’ vs ‘const luabrid...
2016-02-27 Robin Gareusproper "false" check for MSVC compat
2016-02-23 Robin GareusC++98 compat
2016-02-23 Robin Gareusfix optimized builds
2016-02-23 Robin GareusAdd Editor/UI Lua Scripting and Action/Callback Script