]> git.sesse.net Git - vlc/commit
macosx: implement vout actions handling for multiple vout windows
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 20 Oct 2012 13:15:19 +0000 (15:15 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 20 Oct 2012 13:33:11 +0000 (15:33 +0200)
commitb7165d605397dcc01a71748ec085f8862a8d21e0
tree2d85365ae44c67cb768a044e989b73c6764ed830
parent87937a2d4a93c543d1f9a6012869278856e814d7
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
12 files changed:
extras/package/macosx/Resources/English.lproj/MainMenu.xib
modules/gui/macosx/CoreInteraction.m
modules/gui/macosx/MainMenu.m
modules/gui/macosx/MainWindow.m
modules/gui/macosx/VLCVoutWindowController.m
modules/gui/macosx/VideoView.h
modules/gui/macosx/VideoView.m
modules/gui/macosx/Windows.h
modules/gui/macosx/Windows.m
modules/gui/macosx/applescript.m
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m