]> git.sesse.net Git - vlc/commit
* Add an controls to the vout (using the embedded vout framework)
authorBenjamin Pracht <bigben@videolan.org>
Tue, 27 Dec 2005 00:06:33 +0000 (00:06 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Tue, 27 Dec 2005 00:06:33 +0000 (00:06 +0000)
commit2f78783f5a6c12321088f02423a590f1af58f8ef
tree9dff29d4075d2aca1ea6d9eb7bcdb028d31ee342
parent8b953e6db34d43e3c5704c02f737d5bb535cd328
* Add an controls to the vout (using the embedded vout framework)
  - There is some redundancy in the controls now...
  - This is just a proposal. If you don't like it, say so...
  - Hope I didn't forget any file (yell if you habe troubles)
* Add an option to disable the embedded window
23 files changed:
extras/MacOSX/Resources/.DS_Store [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
extras/MacOSX/Resources/embedded_vout.png [new file with mode: 0644]
extras/MacOSX/Resources/pause_embedded.png [new file with mode: 0644]
extras/MacOSX/Resources/pause_embedded_blue.png [new file with mode: 0644]
extras/MacOSX/Resources/play_embedded.png [new file with mode: 0644]
extras/MacOSX/Resources/play_embedded_blue.png [new file with mode: 0644]
extras/MacOSX/Resources/skip_forward_active_embedded.png [new file with mode: 0644]
extras/MacOSX/Resources/skip_forward_embedded_blue.png [new file with mode: 0644]
extras/MacOSX/Resources/skip_previous_active_embedded.png [new file with mode: 0644]
extras/MacOSX/Resources/skip_previous_embedded_blue.png [new file with mode: 0644]
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/gui/macosx/Modules.am
modules/gui/macosx/embeddedwindow.h [new file with mode: 0644]
modules/gui/macosx/embeddedwindow.m [new file with mode: 0644]
modules/gui/macosx/extended.m
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/macosx.m
modules/gui/macosx/vout.h
modules/gui/macosx/vout.m