]> git.sesse.net Git - vlc/history - modules/misc/lua/libs/dialog.c
Lua: fix default value of drop-down lists
[vlc] / modules / misc / lua / libs / dialog.c
2010-03-20 Jean-Philippe AndréLua: fix default value of drop-down lists
2010-03-20 Jean-Philippe AndréLua: fix previous commit (83ab54255)
2010-03-20 Jean-Philippe AndréLua: new function "set_title()" for dialogs
2010-03-20 Jean-Philippe AndréLua: rename d:close() to d:delete() and d:flush() to...
2010-03-20 Jean-Philippe AndréLua: Extensions, fix position of buttons
2010-03-02 Antoine CellerierPrefer use of function references for buttons
2010-03-02 Antoine CellerierLua: Misc simplifications.
2010-02-27 Antoine CellerierKill warnings about unused variables. (jpeg?)
2010-02-21 Erwan Tuloulua: fix crash
2010-02-04 Jean-Philippe AndréRevert "Lua dialogs: remove show() and hide()"
2010-02-04 Jean-Philippe AndréExtensions: do not wait on widget if dialog is deleted
2010-02-03 Jean-Philippe AndréLua dialogs: remove show() and hide()
2010-02-03 Jean-Philippe AndréExtensions: call lua_DialogFlush after Lua call
2010-02-03 Jean-Philippe AndréLua: dialog auto-flush at end of function (pcall)
2010-02-03 Jean-Philippe AndréLua dialogs: introduce "dlg:flush()"
2010-01-28 Jean-Philippe AndréExtensions: remove timers
2010-01-26 Rémi Duraffortlua: fix potential leak (and missing unlock).
2010-01-24 Jean-Philippe AndréExtensions: Lua implementation for dialogs