the endless quest to plug memory leaks -- episode 379
[ardour.git] / gtk2_ardour / luainstance.cc
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