[vlc-commits] macosx: moved preliminary vout to main window, removed most interface related parts from VLCMain, implemented theming for the main window
Felix Paul Kühne
git at videolan.org
Fri Jul 22 18:39:55 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Jul 22 18:39:31 2011 +0200| [eeb8eda7c08360edad6688166b16e9c73c4092d2] | committer: Felix Paul Kühne
macosx: moved preliminary vout to main window, removed most interface related parts from VLCMain, implemented theming for the main window
the former embedded window is no longer accessible
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eeb8eda7c08360edad6688166b16e9c73c4092d2
---
.../English.lproj/MainMenu.nib/designable.nib | 2537 +++++++-------------
.../English.lproj/MainMenu.nib/keyedobjects.nib | Bin 118580 -> 113246 bytes
modules/gui/macosx/MainMenu.m | 2 +-
modules/gui/macosx/MainWindow.h | 76 +-
modules/gui/macosx/MainWindow.m | 503 ++++-
modules/gui/macosx/embeddedwindow.m | 2 -
modules/gui/macosx/fspanel.m | 3 +-
modules/gui/macosx/intf.h | 44 +-
modules/gui/macosx/intf.m | 328 +---
modules/gui/macosx/misc.h | 11 -
modules/gui/macosx/misc.m | 59 +-
modules/gui/macosx/playlist.m | 7 +-
12 files changed, 1537 insertions(+), 2035 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=eeb8eda7c08360edad6688166b16e9c73c4092d2
More information about the vlc-commits
mailing list