[vlc-commits] macosx: implement vout actions handling for multiple vout windows
David Fuhrmann
git at videolan.org
Sat Oct 20 15:33:39 CEST 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Oct 20 15:15:19 2012 +0200| [b7165d605397dcc01a71748ec085f8862a8d21e0] | committer: David Fuhrmann
macosx: implement vout actions handling for multiple vout windows
Now, everything from the video menu and the basic stuff like fullscreen
should work. If it does'nt (e.g. fullscreen and resize with video-splitter module enabled)
please blame the core first. ;-)
TODO: There might be some getVout()-calls left which should be investigated.
close #6814
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7165d605397dcc01a71748ec085f8862a8d21e0
---
.../macosx/Resources/English.lproj/MainMenu.xib | 146 +++++++++++---------
modules/gui/macosx/CoreInteraction.m | 2 +-
modules/gui/macosx/MainMenu.m | 13 +-
modules/gui/macosx/MainWindow.m | 6 +-
modules/gui/macosx/VLCVoutWindowController.m | 10 +-
modules/gui/macosx/VideoView.h | 10 ++
modules/gui/macosx/VideoView.m | 38 ++++-
modules/gui/macosx/Windows.h | 5 +-
modules/gui/macosx/Windows.m | 11 +-
modules/gui/macosx/applescript.m | 4 +-
modules/gui/macosx/intf.h | 1 +
modules/gui/macosx/intf.m | 27 +++-
12 files changed, 184 insertions(+), 89 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b7165d605397dcc01a71748ec085f8862a8d21e0
More information about the vlc-commits
mailing list