Commit Graph

13580 Commits

Author SHA1 Message Date
Christophe Mutricy 98c55d6db6 all: move the logger option from video to interface and advanced 2006-03-09 19:55:40 +00:00
Derk-Jan Hartman e053d5aa16 * Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock. 2006-03-09 15:57:48 +00:00
Derk-Jan Hartman 943bf4b4ba * Don't crash if we want to msg_Dbg on an object that doesn't exist. 2006-03-09 15:55:13 +00:00
Rémi Denis-Courmont 4613b81059 Use the fine stack as we can 2006-03-09 13:28:48 +00:00
Rémi Denis-Courmont 6cb1b6ed3f As a work-around, accept both decimal separators when...
deserializing floats from configuration (fixes #589)

I know this is NOT the “right” way to fix this.
The “right” way would be to remove floats from the configuration...
but there are approximately one float parameter in the core and 46 ones
in our current plugins set, none of which I use myself. So I am
defintely not going to rewrite all^H^H^Hany of them.

Of course, it would be cleaner to be “strict”  in what we write to
the configuration file, than “liberal” in what we accept... but IMHO,
it is way easier and more robust to be liberal in what we accept in
this particular case (ie. accepting both decimal separators is trivial,
while serializing float numbers manually is complex).
2006-03-09 13:08:46 +00:00
Rémi Denis-Courmont e63d66d5d5 Revert [14683]
You can definitely declare variable at the beginning of a nested block with gcc 2.95
2006-03-09 10:56:53 +00:00
Felix Paul Kühne c0d091cefb * put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
* fixed svn propset
2006-03-09 10:04:01 +00:00
Jean-Paul Saman 38540559f5 Update e-mail address 2006-03-09 09:47:30 +00:00
Felix Paul Kühne a743920e60 * improved the wording a bit 2006-03-09 09:31:36 +00:00
Eric Petit abed251569 Force lldiv emulation on BeOS 2006-03-08 23:52:35 +00:00
Damien Fouilleul 8eb76cd7e9 all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :) 2006-03-08 23:52:29 +00:00
Eric Petit 1b73c740f3 Emulate C99's lldiv() if necessary 2006-03-08 23:32:08 +00:00
Christophe Mutricy c8f1e3fdf6 rtsp.c: BeOS fix. variables can't be declared in the middle of the function. 2006-03-08 22:30:53 +00:00
Derk-Jan Hartman 7ea70d9a36 * one part of x264 patch fixed upstream 2006-03-08 22:03:00 +00:00
Damien Fouilleul 948ec4c205 all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them 2006-03-08 17:50:44 +00:00
Rémi Denis-Courmont 6979ce0523 Winsock non-blocking kludge for GnuTLS (refs #538) 2006-03-08 17:33:29 +00:00
Rémi Denis-Courmont bb7222174d svn:ignore 2006-03-08 17:25:09 +00:00
Antoine Cellerier 56f81d71d8 modules/misc/rtsp.c is using us_strtod 2006-03-08 17:06:59 +00:00
Rémi Denis-Courmont 9e90e11946 Missing export 2006-03-08 13:51:31 +00:00
Rémi Denis-Courmont 7ede571c55 Don't use C (de)serialization for float numbers (closes #583) 2006-03-08 13:32:37 +00:00
Rémi Denis-Courmont d6b95124a6 * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
* us_strtod, us_atof: same as i18n_* but only accept dot in any case
   (this will be useful when parsing stream output chain which uses comma to separate
    options)
2006-03-08 12:25:29 +00:00
Rémi Denis-Courmont 88fcc88c4b Fix TTL range check 2006-03-08 12:23:34 +00:00
Rémi Denis-Courmont b25c2e85e2 Avoid ugly non-const cast 2006-03-08 11:52:46 +00:00
Rémi Denis-Courmont 7146789f5f i18n_atof(): locale-agnostic atof() 2006-03-08 11:32:34 +00:00
Clément Stenac d3de78aa5f Fix wizard matrix on win32. Closes:#531 2006-03-08 09:47:45 +00:00
Derk-Jan Hartman f1ff393441 * Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen. 2006-03-07 23:56:32 +00:00
Derk-Jan Hartman 6b99a438f1 * Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail. 2006-03-07 23:22:41 +00:00
Rémi Denis-Courmont ed0c577349 - Undo [14667]
* fix memleak
 * remove unused variable (psz_local always NULL...)
 * remove free(NULL)
 * remove expansion-unsafe wxDnDLocaleFree() macro variant
- Actually fix [14633] flawed logic
2006-03-07 20:06:53 +00:00
Antoine Cellerier 54aaf840dc Fix wx DnD once more. 2006-03-07 18:48:35 +00:00
Christophe Mutricy bc07639dbb HACKING: Add a note about the module cache and vlc --list 2006-03-07 13:30:27 +00:00
Damien Fouilleul 5fa29dff00 Makefile: don't forget to chmod a+x gecko-sdk/bin/* 2006-03-07 12:22:19 +00:00
Damien Fouilleul 29119634fc all: updating mozilla SDK for cygwin builds 2006-03-07 12:15:06 +00:00
Christophe Mutricy 006189cf32 ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream 2006-03-07 10:29:41 +00:00
Antoine Cellerier 33ab604097 Add link to online documentation in VLC manpage 2006-03-06 18:55:39 +00:00
Sam Hocevar 8ba0bc971f * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86. 2006-03-06 17:51:43 +00:00
Damien Fouilleul 10cfb4cde8 Makefile: fix for MacIntel package build 2006-03-06 16:06:41 +00:00
Rémi Denis-Courmont b641f67d05 WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
2006-03-06 10:25:12 +00:00
Rémi Denis-Courmont bedf872602 Add extra Win32-specific debug (refs #538) 2006-03-06 10:23:37 +00:00
Christophe Mutricy 5915e2732f src/Makefile: make distcheck happy 2006-03-06 09:42:01 +00:00
Damien Fouilleul ca0ddba7f6 extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME

NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
2006-03-05 23:49:52 +00:00
Christophe Mutricy f96736f075 configure.ac: use the gecko-sdk in the contrib 2006-03-05 20:08:16 +00:00
Christophe Mutricy 2276b7e773 contrib/Makefile: Don't put 2 include 2006-03-05 19:37:21 +00:00
Clément Stenac 69dc9ab20a Add some news 2006-03-05 19:05:07 +00:00
Christophe Mutricy 8e3aa11163 contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative. 2006-03-05 17:44:04 +00:00
Christophe Mutricy 4c282f0236 Update x264 patch. 2006-03-05 16:43:37 +00:00
Felix Paul Kühne c82c807387 * make sure that the timer which is updating the stats-tab is stopped when the panel is closed
* fixed a minor memory leak (the timer wasn't released after invalidating it)
* VLCInfo is o_info_window's delegate now
2006-03-05 16:41:18 +00:00
Antoine Cellerier ff47c5ee4f Select item after deleting items from the playlist with KEY_DEL. 2006-03-05 15:47:17 +00:00
Felix Paul Kühne 5f162f59b9 * don't show the statistics-tab if the stats aren't enabled 2006-03-05 15:42:51 +00:00
Rémi Denis-Courmont 03cb690bab Don't call textdomain - it is not only useless but harmful (refs #581) 2006-03-05 15:34:21 +00:00
Antoine Cellerier 5397b8f3ea ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
playtree.hpp: cosmetics
2006-03-05 15:33:02 +00:00