do not change Session::_transport_frame is a locate is pending
[ardour.git] / gtk2_ardour / luainstance.cc
2017-09-18 Paul Davisfully remove diskstream code
2017-08-26 Robin GareusFix too restrictive Lua sandbox
2017-08-22 Robin GareusAdd Lua bindings for ArdourUI's translate_order()
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
2017-08-11 Robin GareusFix MSVC builds (binding external static members)
2017-08-10 Robin GareusUpdate Lua os.exec, SystemExec API
2017-08-10 Robin GareusLua GUI Instance update: prepare for template scripts
2017-08-10 Robin GareusAdd a Lua SetSession signal/hook
2017-08-10 Robin GareusLua Script Sandbox - GUI part
2017-08-09 Robin GareusAdd Lua bindings to set toggle-actions
2017-08-08 Robin GareusSystemExec Lua bindings (vfork, fire+forget)
2017-08-07 Robin GareusFix Windows builds (amend 7009ff03)
2017-08-06 Robin GareusUpdate Selection API to include all Stripables
2017-07-19 Robin GareusExpose editor-vertical zoom lua bindings
2017-06-22 Tim MayberryRemove LocaleGuards from LuaInstance state methods
2017-04-26 Robin GareusSkip script-setup if there are no parameters (and name...
2017-04-25 Robin GareusLua: Action Script Dialog & MessageBox
2017-04-18 Tim MayberryUse XMLNode::set_property API in LuaInstance class
2017-03-27 Robin Gareusoptimize LuaInstance::get_action_state, LuaInstance...
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