- 19 Feb, 2006 38 commits
-
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though) - note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise * WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days As usual, comments on the implementation and the GUI-design are welcome :)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Hmm, there is a nice code duplication between win32 and winCE here)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Link builtins with libvlc instead of vlc (seems to fix shared libvlc on Win32)
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Clément Stenac authored
* Collect more meta-information in id3
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
* changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again)
-
Rémi Denis-Courmont authored
-
Cyril Deguet authored
-
Rémi Denis-Courmont authored
-
Cyril Deguet authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Note to zorglub: please test changes before commiting.
-
Clément Stenac authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
Add some timing to playlist
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
so that it is cleanly built before all modules (step toward buildable shared libvlc on Win32) - Don't build position dependant code when building shared libvlc (that was a big waste of time) - Link builtin modules with vlc rather than libvlc
-
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
- Hopefully the same on Darwin !!! BIG FAT WARNING !!! On architectures where you need to resolve all symbols when linking a shared library, libvlc must be built before the plugins, so that they can resolve symbols from the libvlc API. Also, the "builtins" must be built before libvlc (regardless of the architecture or use of shared libvlc). However, our build system currently builds all modules, whether builtins or plugins, then libvlc and then vlc. Obviously, we could swap the build orders, so that libvlc gets built before modules/ but that will only work if there is no buitins modules. I'm not too keen on the idea of recursing twice within the modules/ subdirectories (once for builtins, and once for plugins). Until the issue is settled, here is how to build and test the shared libvlc on Win32: 1/ run configure with --enable-shared-libvlc 2/ build all built-in modules (or disable them all) one by one, 3/ make libvlc.dll 4/ make
-
- 18 Feb, 2006 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-