- 10 May, 2003 1 commit
-
-
Eric Petit authored
with old config files; --language is now a string_from_list you can use to specify the language (default is auto-detection).
-
- 08 May, 2003 2 commits
-
-
gbazin authored
* modules/access/file.c: fixed large file support on win32. * src/libvlc.[ch]: made the description of the translation option more explicit.
-
Eric Petit authored
a different language than your OS, or if your OS is not localized...
-
- 05 May, 2003 1 commit
-
-
gbazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
- 24 Apr, 2003 1 commit
-
-
gbazin authored
* src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation.
-
- 22 Apr, 2003 1 commit
-
-
Eric Petit authored
* modules/gui/beos/*: added _()s so the whole interface is translated * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now) FIXME: currently, untranslated strings are not converted to UTF-8
-
- 18 Apr, 2003 1 commit
-
-
Eric Petit authored
-
- 09 Apr, 2003 1 commit
-
-
gbazin authored
* src/libvlc.c: fixed the "color" config option. * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
-
- 08 Apr, 2003 1 commit
-
-
Christophe Massiot authored
-
- 07 Apr, 2003 3 commits
-
-
Christophe Massiot authored
* src/libvlc.c: Darwin doesn't have a "translation" config variable
-
gbazin authored
* src/libvlc.c: fixed the translation config option to also take into account the value in the config file.
-
gbazin authored
* src/libvlc.c: reload the main module in case the user asks for the translation to be disabled. That way, the translation will even be disabled in the preferences panel.
-
- 06 Apr, 2003 1 commit
-
-
Christophe Massiot authored
work.
-
- 29 Mar, 2003 1 commit
-
-
gbazin authored
* modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h: moved the headphone-dim config option to the headphone plugin. * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value. * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.
-
- 26 Mar, 2003 1 commit
-
-
gbazin authored
* src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface. * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.
-
- 04 Mar, 2003 1 commit
-
-
Christophe Massiot authored
to improve responsiveness under OS X
-
- 03 Mar, 2003 1 commit
-
-
gbazin authored
* ALL: Finally fixed the MSVC project files. Don't include io.h on win32 when not necessary. A few build fixes for MSVC. * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when present.
-
- 27 Feb, 2003 1 commit
-
-
Christophe Massiot authored
* Another attempt at fixing the "VLC is locking up OS X" problem * Updated po files
-
- 26 Feb, 2003 1 commit
-
-
gbazin authored
* configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make target, and included the locales in the installer script. * src/libvlc.c: on win32 we look for the locales in vlc's directory.
-
- 20 Feb, 2003 1 commit
-
-
sigmunau authored
indicate wether it is an "advanced" option or not. The goal with this is to hide the user from all the strange options that very seldom needs to be changed. added an extra argument to all the add_* macros to indicate wether the item is advanced or not. * src/libvlc.h: added an "show advanced options" config option default disabled * src/libvlc.c: the advanced options are not listed by vlc --help and friends unless --advanced is used * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show advanced options unless advanced is set all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by using some common sense. Please check and correct note: All interfaces should still work like they used to, see the change in modules/gtk/preferences.c to find out how to "hide" options. second note: I think I've changed all the modules, but I could not test everyone for compilation, expect some broken modules (the fix is to add ", VLC_TRUE" as last argument to the add_* I forgot)
-
- 19 Feb, 2003 1 commit
-
-
gbazin authored
* src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth() always return 80.
-
- 14 Feb, 2003 1 commit
-
-
Sam Hocevar authored
* ./src/libvlc.c: removed unnecessary malloc() calls. * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args.
-
- 06 Feb, 2003 1 commit
-
-
Sam Hocevar authored
"interface" variable to "dvdplay" (Closes: #178, #210, and probably a bunch of others). * ./src/interface/interface.c: added a safety check to circumvent the bug, allowing a smooth upgrade.
-
- 01 Feb, 2003 2 commits
-
-
Sam Hocevar authored
instead of VLC_Create(), so that its strings are translated (was #92).
-
Sam Hocevar authored
detached before being destroyed.
-
- 31 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 27 Jan, 2003 1 commit
-
-
ipkiss authored
instead of a (vlc_list_t); this modification was needed because BCB doesn't like at all when a function (compiled with mingw32) returns a struct... * ALL: modified the files to take this change into account * modules/gui/win32/menu.cpp: enabled the "Add interface" command
-
- 22 Jan, 2003 1 commit
-
-
sigmunau authored
interface modules to be loaded in the background when vlc starts. This is usefull for lirc, logger and xosd. Also got rid of the hacky way the sap module was inserted, as this just needs to be added to this list now.
-
- 19 Jan, 2003 1 commit
-
-
Sam Hocevar authored
the GetProgramPath call, stored the path in p_libvlc instead. Fixes compilation under anything other than OS X.
-
- 07 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 27 Dec, 2002 1 commit
-
-
Christophe Massiot authored
* Compilation fixes for gettext 0.11.5 on MacOS X.
-
- 25 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* updated the .po files.
-
- 14 Dec, 2002 2 commits
-
-
gbazin authored
* src/libvlc.c: oops, forgot to remove a debug message.
-
gbazin authored
* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find(). vlc_object_get() now increments the refcount of the object so you'll need to release the object at some point. * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t which points to a vlc_list_t.
-
- 13 Dec, 2002 1 commit
-
-
gbazin authored
* ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified to use this new type.
-
- 08 Dec, 2002 1 commit
-
-
Christophe Massiot authored
thread.
-
- 03 Dec, 2002 1 commit
-
-
Arnaud Schauly authored
* Added the PLAYLIST_CHECK_INSERT option to the playlist. That option checks previously enqueued sessions before enqueing.
-
- 28 Nov, 2002 1 commit
-
-
Sam Hocevar authored
creation code into vout_Request which looks for existing vout objects and spawns a new one if none was found.
-
- 14 Nov, 2002 1 commit
-
-
sigmunau authored
-
- 10 Nov, 2002 1 commit
-
-
Sam Hocevar authored
yet so there's little that can be tested, but threads work at least. * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other libc functions were added (strcasecmp, atof, getenv...).
-