- 22 May, 2008 19 commits
-
-
Alexis Ballier authored
The ugly casting is correct wrt the vlc_object_t inheritance Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Duraffort authored
Fix a potential segfault.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We don't want config.h stuff in vlc_common.h
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids having to link a few plugins with libintl on platforms where it's not built-in libc. This also factors the internal use of dgettext("vlc", ...).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
Otherwise, the user is screwed anyway
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It was an artificially-created mess. Besides, many other Windows applications also have a data, datadir or share directory.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 21 May, 2008 20 commits
-
-
Jean-Baptiste Kempf authored
Some comments about the naming of the subtitles (mplayer doesn't name as gnome-subtitles does, and none of them respect the main conventions) Most of the subtitles format are now parsed. However, some styles are still discarded.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(well, you _can_ but you'd need to use uselocale() then)
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(we don't want sample scripts to break in certain countries)
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(and at least the Qt interface uses commas for preferences formatting)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
as it does not work anymore
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is a cosmetic change at this point as _() invokes dgettext(). This is just a small step toward supporting out-of-tree plugins. These will need to use their own text domain.
-
Rafaël Carré authored
Fix #1590 - patch by jj
-
- 20 May, 2008 1 commit
-
-
Felix Paul Kühne authored
-