Felix Paul Kühne
c6e4493dcd
darwinvlc: fix automatic language selection ( close #9914 )
13 years ago
Felix Paul Kühne
a24db0a78b
bin/darwinvlc: fix l10n preferences lookup code
13 years ago
Felix Paul Kühne
bd184a1441
bin: re-implement --language for OS X
13 years ago
Felix Paul Kühne
a868dc7fe1
bin: derive a special Darwin version from vlc.c
13 years ago
Jean-Baptiste Kempf
c435b2e5c6
Win32 vlc.exe: simplify by not calling asprintf
Suggestion from funman
13 years ago
Jean-Baptiste Kempf
7439ce1970
Win32: take LANG value from --language and the HKCU value
13 years ago
Rémi Denis-Courmont
07794538aa
vlc: use libvlc_set_app_id()
13 years ago
Rafaël Carré
6d53362001
Use _WIN32 rather than WIN32 (same for WIN64)
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only
mentions the _ prefixed variable.
gcc will always define the _ prefixed variable, like Visual Studio.
The prefixless one is defined in some language standards, e.g. gnu99
but not c99.
13 years ago
Jean-Baptiste Kempf
dcc36eb2ef
Win32: move MessageBox error from libVLC to vlc.exe
One might want to handle libvlc creation errors in a different way
14 years ago
Rémi Denis-Courmont
e0de50a5fa
Remove old Nokia N900 hacks
These were broken since 6270a4c777 .
14 years ago
Jean-Baptiste Kempf
2fa9a4ae70
WinVLC: use _snwprintf that is conforming to the standard
14 years ago
Jean-Baptiste Kempf
6f0e67fb39
Win32: better uploading messages for crashes
14 years ago
Rafaël Carré
dffdc4c734
Rewrite inhibit.c as an "inhibit" interface
Remove libvlc hack, and fixes missing input state changes
14 years ago
Rémi Denis-Courmont
f3a44a5f35
vlc: return non-zero exit code if starting failed
14 years ago
Rémi Denis-Courmont
62d68cd9c1
vlc: start hotkeys interface explicitly
The actions of the hotkeys interface all affect the playlist, the
playlist's input, the playlist's input's vout(s), the playlist's aout
or the interfaces (controller). It has no use outside VLC.
14 years ago
KO Myung-Hun
04dc21938d
vlc: Convert command line arguments to UTF-8 on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years ago
Rémi Denis-Courmont
44819779f9
Win32: match resource character encoding ( fixes #7567 )
14 years ago
Rémi Denis-Courmont
5282cbf1d8
Define explicit makefile variable for libpthread
14 years ago
Rémi Denis-Courmont
c90a86804c
Remove recursion into modules/control/dbus/ and clean up D-Bus rules
modules/control/dbus/dbus.h is removed as it conflicted with the global
libdbus header and was included only once.
14 years ago
Rémi Denis-Courmont
a7b2dcf0ee
Remove WinCE
14 years ago
Jean-Baptiste Kempf
9b77e10433
Win32: display stacktrace before modules list
14 years ago
Rémi Denis-Courmont
83a11816bc
Use STD*_FILENO constants where applicable
14 years ago
Rémi Denis-Courmont
89e8034a72
winvlc: enable improved gettext language detection for Windows Vista
14 years ago
Jean-Baptiste Kempf
bf511ca415
Fix compilation
14 years ago
Cezar Elnazli
85b689ebfa
Cosmetic: Max 78 chars/line (bin/winvlc.c)
Reformat bin/winvlc.c so that no lines are longer than 78 characters.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Rémi Denis-Courmont
8fe05711ee
winvlc: --data-path no longer exists
14 years ago
Rémi Denis-Courmont
74258e6c12
Call libvlc_set_exit_handler() first
It should be called before exit can happen.
This restores reverted commit 4d636fa3a7 .
14 years ago
Rémi Denis-Courmont
feb4063c35
Use environment variable for data directory
...as for plugins directory. Most of the content is anyway per-process,
either because gettext and interfaces are per-process. The only caller
of the function that is not an interface or gettext is the DVB scanner.
This is even probably a bug.
15 years ago
Rémi Denis-Courmont
b542d45898
vlc: fix regression with command line arguments
15 years ago
Rémi Denis-Courmont
ae7b55a4f9
vlc: assume UTF-8 and drop dependency on libvlccore
15 years ago
Rémi Denis-Courmont
bc032f3ca6
posix: drop support for non-UTF-8 operating systems
This patch also removes support for legacy encodings:
- in taglib, in the non-Windows code paths,
- in the Internationalized Domain Names resolved (only glibc) and
- in the GNOME VFS module.
Support for translation from/to UTF-8 was disabled by default 20 months
ago, and scheduled for removal, 14 months ago.
15 years ago
Edward Wang
502db837cf
Embed manifest files as Windows PE resource
Close #3335
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rémi Denis-Courmont
6c2f2728fe
Revert "Link vlc-cache-gen with the C++ standard library..."
This reverts commit 07d3861783 .
15 years ago
Sam Hocevar
07d3861783
Link vlc-cache-gen with the C++ standard library to avoid issues when we
dlclose() a C++ plugin that was built with a faulty library that may have
registered __cxa_atexit callbacks (usually through the libstdc++ that
library was built with).
Upgrading libstdc++ is not always a solution since some code may have been
inlined and we can't get rid of it.
15 years ago
Rémi Denis-Courmont
db36045cd9
Start dbus always, move inhibit and dbus startup to vlc
15 years ago
Antoine Cellerier
a3363d0144
Set a default user agent on windows vlc too.
This complements commit dadb0622e6 which
moved responsability for setting the user agent to the client
application.
15 years ago
Rémi Denis-Courmont
982d89dbd1
winvlc: missing #include
15 years ago
Rémi Denis-Courmont
62a4f9f3be
Remove the now broken Maemo 5 poll hack
15 years ago
KO Myung-Hun
b5b1c1906f
Fix compilation error due to pthread on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Jean-Baptiste Kempf
12797a5244
Win32 Crashreport: use FTP passive mode
15 years ago
Rémi Denis-Courmont
7ac7fbccf5
Win32: setmode(stdin) belongs in the app, not the library
15 years ago
Rafaël Carré
5b3e912db1
win32 crash report: simplify crashdump_path usage
no need for dynamic buffers or calculation, it won't change while running
calculate it at start of program and make it const to ensure no threads will modify it
remove one level of indent in check_crashdump()
15 years ago
Jean-Baptiste Kempf
036d2ec059
WinVLC: upload the crashes to the right location
15 years ago
Rafaël Carré
efd58cb463
spelling
15 years ago
Rafaël Carré
98f09b5dd8
winvlc: include address space layout in crash reports
Will help to 'undo' ASLR and make those reports useful
15 years ago
Rafaël Carré
a7172a8f1f
win64: report crashes
15 years ago
Pierre Ynard
9e015a3fa6
Fix .gitignore files
15 years ago
KO Myung-Hun
9eb2f121b3
Use kill() instead of pthread_kill() on OS/2.
pthread_kill() has not been implemented on OS/2, yet.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
KO Myung-Hun
5d1975c448
Include 'sched.h' only if available
Some systems such as OS/2 does not have 'sched.h'.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
KO Myung-Hun
29d1b42ef2
Disable globalhotkeys, none interface on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago