- 16 Aug, 2011 24 commits
-
-
Rémi Denis-Courmont authored
This avoids going through the linked list of modules. This is fine so long as the module structure is indeed not in the list.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should ease later implementation of proper error handling.
-
Rémi Denis-Courmont authored
Again, this should help fix leaks in error paths.
-
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
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: use an updated API to set the behavior of menu bar and Dock in fullscreen mode on 10.6&later this allows the user to access the Dock while in fullscreen mode in contrast to the previous implementation. behavior on 10.5 did not change.
-
- 15 Aug, 2011 16 commits
-
-
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
Modules are created at initialization and destroyed at exit (after all VLC threads are terminated) There is no need to count references.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This property is fundamentally per-plugin, not per-submodule.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This field is never used for submodules, and in fact there would be no way to show it in the (current) UI.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is the same as module_t.pp_shortcuts[0].
-
Rémi Denis-Courmont authored
Use NULL rather than a static string as the default. module_get_object() deals with this situation.
-