vlc | branch: master | Marvin Scholz <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
