]> git.saurik.com Git - wxWidgets.git/commit - build/bakefiles/files.bkl
wxMediaCtrl patch from Ryan:
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Sep 2005 11:04:00 +0000 (11:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Sep 2005 11:04:00 +0000 (11:04 +0000)
commitbf354396f61a2e1bd5544b67ecde341b6ff9bf35
tree51a8fc20711805f1499e35e6d8ff342fa80df9a1
parent86e778e26765bec0925974454ef9e033e7681dca
wxMediaCtrl patch from Ryan:
- factored out Active X code into separate files
- also refactored common part of all backends in mediactrlcmn.cpp
- adds async loading from URLs support to Mac version
- support for ShowPlayerControls() in Mac wxMediaCtrl
- more minor bug fixes in the MSW version and the sample

(this is slightly modified patch 1264533 (without the list control part))

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_media.dsp
include/wx/mediactrl.h
include/wx/msw/ole/activex.h [new file with mode: 0644]
samples/mediaplayer/mediaplayer.cpp
src/common/mediactrlcmn.cpp
src/mac/carbon/mediactrl.cpp
src/msw/mediactrl.cpp
src/msw/ole/activex.cpp [new file with mode: 0644]
src/wxWindows.dsp