[vlc-commits] macosx: prove-of-concept of a styled window title bar
Felix Paul Kühne
git at videolan.org
Fri Dec 23 21:17:43 CET 2011
vlc/vlc-1.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Dec 23 19:04:41 2011 +0100| [1a67d6304a9bf8a7e0997165e5f9405fa1f23047] | committer: Jean-Baptiste Kempf
macosx: prove-of-concept of a styled window title bar
current lacks support for zooming and therefore behaves incorrectly when using Lion's native fullscreen mode
(cherry picked from commit b40f9cee8617f6da0ddc4a3c3a4c0efa4ebcd837)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=1a67d6304a9bf8a7e0997165e5f9405fa1f23047
---
.../macosx/Resources/English.lproj/MainMenu.xib | 468 ++++++++++++++++++--
.../package/macosx/vlc.xcodeproj/project.pbxproj | 16 +-
modules/gui/macosx/MainWindow.h | 2 +
modules/gui/macosx/MainWindow.m | 66 +++-
modules/gui/macosx/MainWindowTitle.h | 42 ++
modules/gui/macosx/MainWindowTitle.m | 70 +++
modules/gui/macosx/Modules.am | 2 +
7 files changed, 615 insertions(+), 51 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commitdiff;h=1a67d6304a9bf8a7e0997165e5f9405fa1f23047
More information about the vlc-commits
mailing list