]> git.sesse.net Git - vlc/history - modules/misc/lua/extension.c
lua: factorize the right way.
[vlc] / modules / misc / lua / extension.c
2010-09-29 Rémi Duraffortlua: factorize the right way.
2010-09-29 Rémi DuraffortRevert "lua_extension: factorize."
2010-09-29 Rémi Duraffortlua_extension: remove dummy variable (we want to run...
2010-09-26 Rémi Duraffortlua_extension: factorize.
2010-06-05 Pierre YnardSpelling
2010-05-30 Jean-Philippe AndréLua Extensions: implement fake "require"
2010-04-29 Rémi DuraffortQt4: fix a memleak in the extensions menu.
2010-03-20 Jean-Philippe AndréLua: do not click a button twice in a row
2010-03-02 Antoine CellerierPrefer use of function references for buttons
2010-02-27 Antoine CellerierDo not store extension pointer in a variable visible...
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-20 Antoine CellerierExport VLC's md5 API.
2010-02-14 Srikanth RajuLua: Add new callback playing_changed for playing statu...
2010-02-14 Srikanth RajuLua: Allow arguments to be passed to lua functions...
2010-02-13 Antoine CellerierExport vlc's xml api.
2010-02-13 Antoine CellerierSetup lua module search path
2010-02-13 Antoine CellerierWhen scanning multiple lua scripts, create a new lua_St...
2010-02-04 Jean-Philippe AndréRevert "Lua dialogs: remove show() and hide()"
2010-02-03 Jean-Philippe AndréLua dialogs: remove show() and hide()
2010-02-03 Jean-Philippe AndréFix memory leaks in extensions
2010-02-03 Jean-Philippe AndréExtensions: they can also have a short description
2010-02-03 Jean-Philippe AndréExtensions: call lua_DialogFlush after Lua call
2010-02-03 Jean-Philippe AndréExtensions: New capability "meta-listener". Push unique...
2010-02-03 Jean-Philippe AndréExtensions: new script capability "input-listener"
2010-01-29 Pierre d'Herbemontlua/extension: Make sure our input exists when releasin...
2010-01-29 Pierre d'Herbemontlua/extension: Export extension_SetInput().
2010-01-29 Jean-Philippe AndréExtensions/Lua: free extension strings
2010-01-28 Jean-Philippe AndréExtensions: export author, version, url and description
2010-01-28 Jean-Philippe AndréExtensions: fix extensions manager's locking scheme
2010-01-27 Pierre d'Herbemontlua/extension: Missing lock initialization.
2010-01-24 Geoffroy CouprieLua extensions: fix (again) compilation on Windows...
2010-01-24 Jean-Philippe AndréExtensions: core library