<endymion@ca2.so-net.ne.jp>.
* ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
* ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
release?
be subject to race conditions as it is using SignalObjectAndWait() from the
Win32 API.
As this should be somehow slower than the old method (still used on Win9x),
you can specify that you want to use the old method with the "fast_pthread"
config option.
* Added a new p_main_sys global variable. This variable is a pointer to an
OS specific structure which is defined in *_specific.h. This structure can
be filled by the already existing System_Init() function and is a nice
way to avoid too many #ifdefs.
( this creates a small memory leak as we don't free the string obtained
from config_GetPszVariable, but I think we can live with it for now )
* the SSE plugins are disable on the mingw32 build as they don't work.
( because memalign is not implemented on win32, and malloc only aligns
on an 8 bytes boundary )
* fixed small mistake in INSTALL.win32
This is usefull mainly for debugging as the hardware accelerated plugins
can't be compiled with msvc.
I won't be maintaining this msvc project as I don't have MSVC myself, but
maybe this will encourage people to try to develop for vlc (or maybe just
discourage them ;-)
and gnome plugins. This patch _doesn't change_ the look of the interface
unless this interface tries to use more space than allowed, in which case
scrollbars are added to make the navigation easy.
Note that this setting only affects the default size the interface will
use, the user is then free to change the size of the window as he wants.
* Tooltips are now triggered only in specific places. This is a lot less
intrusive and annoying for the users.
* disabled YUV overlay double buffering for now, as it seems to actually be
slower.
* temporary fix in vlc_cond_signal() for win32 (I really should use
SignalObjectAndWait() on WinNT so we can avoid race conditions in the
pthread code). This fixes a problem noticed on WinXP where vlc would
freeze regularly and eat-up all the CPU (fun no?)
regererated when we select this ES again. It made vlc segfault when
switching from some stream to another, or when switching program
in satellite input.
- now all the config options are saved. <string> config options which have
no default value are also saved in the config file but as an empty string.
- config_LoadConfigFile will ignore empty config options, which also means
we cannot pass an empty string as a <string> config option. (this shouldn't
matter anyway)
To build the plugin, follow the instructions in INSTALL-win32.txt
* Known bugs:
- subtitles don't work
- a crash occurs when the user exits by pressing 'q' in the vout
- when moving the slider, position in the stream updates even if
the slider isn't released yet
* TODO list:
- clean code in menu.cpp
- adapt lool's enhancements of the Gtk+ preferences box
- write drag-and-drop stuff
- and of course, fix known bugs :)
* For those of you who can't wait till the next release to test the win32
interface, binary files are available here:
http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
Enjoy!
* plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h :
. new Tooltips structure
* plugins/gtk/gtk_preferences.c:
. modifications of some widgets, the structure, cosmetic changes
* src/interface/main.c:
. typos
. a couple new descriptions
another and come back to the first one.
* Added gtk and gnome interfaces for satellite input. We should find a
way to hide the button if satellite support is not compiled.