[vlc-commits] macosx: Add dark UI Elements for use on HUD Panels
Marvin Scholz
git at videolan.org
Sun Jun 5 11:56:12 CEST 2016
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Jun 5 11:28:23 2016 +0200| [05117f1272bdf3bdf40998723e77977d420e90f8] | committer: Felix Paul Kühne
macosx: Add dark UI Elements for use on HUD Panels
This adds a dark Button, Checkbox, Radiobutton and Slider Cell
for use on dark HUD Panels (like the Audio and Video effects panels)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05117f1272bdf3bdf40998723e77977d420e90f8
---
.../package/macosx/vlc.xcodeproj/project.pbxproj | 92 ++++++++----
modules/gui/macosx/Makefile.am | 6 +-
modules/gui/macosx/VLCHUDButtonCell.h | 37 +++++
modules/gui/macosx/VLCHUDButtonCell.m | 69 +++++++++
modules/gui/macosx/VLCHUDCheckboxCell.h | 37 +++++
modules/gui/macosx/VLCHUDCheckboxCell.m | 103 +++++++++++++
modules/gui/macosx/VLCHUDRadiobuttonCell.h | 33 +++++
modules/gui/macosx/VLCHUDRadiobuttonCell.m | 95 ++++++++++++
modules/gui/macosx/VLCHUDSliderCell.h | 43 ++++++
modules/gui/macosx/VLCHUDSliderCell.m | 152 ++++++++++++++++++++
10 files changed, 638 insertions(+), 29 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=05117f1272bdf3bdf40998723e77977d420e90f8
More information about the vlc-commits
mailing list