[vlc-commits] macosx: re-written the way we render 3 part images by using another custom view ( refs #5742)
Felix Paul Kühne
git at videolan.org
Fri Dec 30 12:40:22 CET 2011
vlc/vlc-1.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Dec 30 12:38:51 2011 +0100| [848daa451a33304cd2a4b05760bb5d161e598af4] | committer: Jean-Baptiste Kempf
macosx: re-written the way we render 3 part images by using another custom view (refs #5742)
this fixes various drawing issues with the time slider and the window title
(cherry picked from commit fb10d75691887dacc875163ad7cf92e584272205)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=848daa451a33304cd2a4b05760bb5d161e598af4
---
.../macosx/Resources/English.lproj/MainMenu.xib | 765 ++++++++------------
modules/gui/macosx/MainWindow.h | 14 +-
modules/gui/macosx/MainWindow.m | 58 +--
modules/gui/macosx/MainWindowTitle.h | 3 +-
modules/gui/macosx/MainWindowTitle.m | 6 +-
modules/gui/macosx/misc.h | 16 +
modules/gui/macosx/misc.m | 68 ++-
7 files changed, 385 insertions(+), 545 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commitdiff;h=848daa451a33304cd2a4b05760bb5d161e598af4
More information about the vlc-commits
mailing list