- 24 Jan, 2010 40 commits
-
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
Lua extensions: fix (again) compilation on Windows. All the obvious function names are already taken by Windows headers
-
Geoffroy Couprie authored
Win32: get rid of calls to GetVersion (CoCreateInstance will fail anyway if the feature is not present)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Thanks to fenrir and ramiro for their continuous work.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Philippe André authored
Windows already registers CreateDialog as a macro
-
Rémi Duraffort authored
-
Rémi Duraffort authored
In fact qstrdup use new but the resulting memory can be deallocated by some C code.
-
Rémi Duraffort authored
-
Jean-Philippe André authored
This Lua Extension will get some meta data on the current movie (or any movie) from the Internet Movie Database and shows it in a simple dialog box. Please consider this script more as an example than as a final version of the IMDb extension.
-
Rémi Duraffort authored
-
Jean-Philippe André authored
-
Jean-Philippe André authored
You can now play with extensions, from the menu View > Extensions
-
Jean-Philippe André authored
These are the main UI files for extensions' dialogs.
-
Jean-Philippe André authored
-
Jean-Philippe André authored
Let's compile!
-
Jean-Philippe André authored
This contains: - Extensions manager - Extensions activation / deactivation functions - Separate threads for each extension - Lua specific functions for calling the script
-
Jean-Philippe André authored
New vlc.dialog library, that allows users to create scriptable dialogs. The calling vlc_object_t should have register a callback for the variable "dialog-event".
-
Jean-Philippe André authored
-
Jean-Philippe André authored
This patch defines a new type of interactions between the GUI and so-called 'extensions'. These extensions are dynamic plugins, that can be scripted, and they can create GUI dialogs with widgets (like text fields, buttons, ...).
-
Pierre d'Herbemont authored
Most of them where already NULL, saying how meaningless it was.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
It still segfaults on broken streams (or on seeks #3153) and I am not willing to spend more time on it.
-
Laurent Aimar authored
The limit is arbitrary.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-