]> git.sesse.net Git - vlc/commit
* modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
authorOlivier Teulière <ipkiss@videolan.org>
Wed, 22 Oct 2003 19:12:56 +0000 (19:12 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Wed, 22 Oct 2003 19:12:56 +0000 (19:12 +0000)
commitbbf9da7dac74bbf2c0e5e97a335ea51a23e79c95
tree11c00c09fb802c3ef425befcc58480fd4e551cda
parent2b22ca834cba666adf4c271bd77524c20f295038
 * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
     tag, which enables to choose whether drop files should be played
     directly or only enqueued (default is "true", to be backwards
     compatible).
     Implemented on win32 and x11, only tested on win32.
 * doc/skins/skins-howto.txt: Updated the doc accordingly
24 files changed:
doc/skins/skins-howto.txt
modules/gui/skins/parser/flex.c
modules/gui/skins/parser/skin.act
modules/gui/skins/parser/skin.c
modules/gui/skins/parser/skin.dtd
modules/gui/skins/parser/skin.h
modules/gui/skins/parser/wrappers.cpp
modules/gui/skins/parser/wrappers.h
modules/gui/skins/src/theme.h
modules/gui/skins/src/vlcproc.cpp
modules/gui/skins/src/vlcproc.h
modules/gui/skins/src/window.h
modules/gui/skins/win32/win32_dragdrop.cpp
modules/gui/skins/win32/win32_dragdrop.h
modules/gui/skins/win32/win32_theme.cpp
modules/gui/skins/win32/win32_theme.h
modules/gui/skins/win32/win32_window.cpp
modules/gui/skins/win32/win32_window.h
modules/gui/skins/x11/x11_dragdrop.cpp
modules/gui/skins/x11/x11_dragdrop.h
modules/gui/skins/x11/x11_theme.cpp
modules/gui/skins/x11/x11_theme.h
modules/gui/skins/x11/x11_window.cpp
modules/gui/skins/x11/x11_window.h