mozilla: use 'MozillaPlugins' registry entry to register VLC plugin dll, which means plugin no longer needs be copied to FireFox/Mozilla plugins folder
M /branches/0.8.6/modules/gui/skins2/src/vlcproc.cpp
skins2: there's no need to reparent a vout before closing it (moreover setting 0 as the parent does not disable it, as on win32 0 is a valid parent, it's the desktop window)
r17491 | fkuehne | 2006-11-05 20:57:51 +0100 (Sun, 05 Nov 2006) | 1 line
Changed paths:
M /branches/0.8.6/modules/gui/macosx/Modules.am
M /branches/0.8.6/modules/gui/macosx/controls.h
M /branches/0.8.6/modules/gui/macosx/controls.m
A /branches/0.8.6/modules/gui/macosx/fspanel.h
A /branches/0.8.6/modules/gui/macosx/fspanel.m
M /branches/0.8.6/modules/gui/macosx/intf.m
M /branches/0.8.6/modules/gui/macosx/playlist.h
M /branches/0.8.6/modules/gui/macosx/playlist.m
M /branches/0.8.6/modules/gui/macosx/vout.m
* implement the playmode buttons and the fullscreen panel. TODO: fix mainmenu.nib (bring back the old-school error panel), fix some compilation warnings, make sure that the fspanel is hidden on vout:close. Any other remarks are appreciated.