]> git.sesse.net Git - vlc/commit
vlc_app: New media layer view. Enabled by default. Set bindings from resources. ...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 11 Feb 2008 00:02:42 +0000 (00:02 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 11 Feb 2008 00:02:42 +0000 (00:02 +0000)
commite6e14e4e3e52ca9a28ff86ea3131cc20b2f5f5dd
tree9954c98e61b51d9b3b2547f330a9c12295b996c1
parent762b3db96149080bc7a700e51f87ae112d07a526
vlc_app: New media layer view. Enabled by default. Set bindings from resources. (This commit is way too large.)
25 files changed:
projects/macosx/vlc_app/English.lproj/MainMenu.nib/classes.nib
projects/macosx/vlc_app/English.lproj/MainMenu.nib/info.nib
projects/macosx/vlc_app/English.lproj/MainMenu.nib/keyedobjects.nib
projects/macosx/vlc_app/Sources/AppleRemote.h [new file with mode: 0644]
projects/macosx/vlc_app/Sources/AppleRemote.m [new file with mode: 0644]
projects/macosx/vlc_app/Sources/VLCAppAdditions.h
projects/macosx/vlc_app/Sources/VLCAppAdditions.m
projects/macosx/vlc_app/Sources/VLCBrowsableVideoView.h
projects/macosx/vlc_app/Sources/VLCBrowsableVideoView.m
projects/macosx/vlc_app/Sources/VLCController.m
projects/macosx/vlc_app/Sources/VLCExceptionHandler.m
projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.h
projects/macosx/vlc_app/Sources/VLCFullScreenControllerWindow.m
projects/macosx/vlc_app/Sources/VLCMainWindow.h
projects/macosx/vlc_app/Sources/VLCMainWindow.m
projects/macosx/vlc_app/Sources/VLCMainWindowController.h [new file with mode: 0644]
projects/macosx/vlc_app/Sources/VLCMainWindowController.m [new file with mode: 0644]
projects/macosx/vlc_app/Sources/VLCMediaArrayController.m
projects/macosx/vlc_app/Sources/VLCMediaLayer.h [new file with mode: 0644]
projects/macosx/vlc_app/Sources/VLCMediaLayer.m [new file with mode: 0644]
projects/macosx/vlc_app/Sources/VLCMediaListLayer.h [new file with mode: 0644]
projects/macosx/vlc_app/Sources/VLCMediaListLayer.m [new file with mode: 0644]
projects/macosx/vlc_app/Sources/VLCValueTransformer.h
projects/macosx/vlc_app/Sources/VLCValueTransformer.m
projects/macosx/vlc_app/VLC.xcodeproj/project.pbxproj