]> git.sesse.net Git - vlc/history - modules/misc/lua/libs/variables.c
lua: remove "bla ? true : false"
[vlc] / modules / misc / lua / libs / variables.c
2010-09-13 Rémi Duraffortlua: remove "bla ? true : false"
2010-06-08 Rémi Denis-CourmontFix compilation
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-06-05 Pierre YnardSpelling
2010-02-27 Antoine CellerierUse pushliteral instead of pushstring where possible...
2009-11-13 Rémi Duraffortlua_libs: add a function to trigger callbacks.
2009-11-11 Jean-Philippe AndréLua: check variable type before adding a callback
2009-08-30 Rafaël Carrélua: add parenthesis as suggested by a gcc warning
2009-07-24 Rémi DuraffortUse VLC_VAR_CLASS when applicable.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-01-19 Antoine CellerierImplement "@name var val" style commands in rc.lua...
2008-09-10 Antoine CellerierAdd new functions to Lua API.
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...