- 24 Jan, 2010 38 commits
-
-
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
-
- 23 Jan, 2010 2 commits
-
-
Rémi Denis-Courmont authored
We have well over one thousand configuration items, not counting dummy hint entries. So now, sort all of them once (well, twice), and use binary instead of linear search for lookups. config_Get*, config_Put*, var_Create(with INHERIT flag), var_CreateGet* and var_Inherit* do such lookups.
-
Rémi Denis-Courmont authored
-