[vlc-commits] macOS: Remove BGHUDAppKit in build scripts

2017-01-31 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com <epira...@gmail.com> | Mon Jan 30 12:15:23 2017 +0100| [70f9a30c3315bfdcb82c92fad087b1949b218634] | committer: Jean-Baptiste Kempf macOS: Remove BGHUDAppKit in build scripts This removes BGHUDAppKit from the Xcode project, package and codesign

[vlc-commits] macOS: Update HUD panel tab views

2017-01-31 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com <epira...@gmail.com> | Mon Jan 30 12:15:25 2017 +0100| [8e31c65a4c2aaa832b11a70745d52e698dedad04] | committer: Jean-Baptiste Kempf macOS: Update HUD panel tab views Sets the tab view to tabless and adds a segmented control on top of the

[vlc-commits] macOS: Remove all BGHUD classes from XIBs

2017-01-31 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com <epira...@gmail.com> | Mon Jan 30 12:15:21 2017 +0100| [9b96ebf12a3bb17556704d6775061ad1596968a7] | committer: Jean-Baptiste Kempf macOS: Remove all BGHUD classes from XIBs This is done in preparation for more minimal replacement classes that do

[vlc-commits] contrib: macOS: Remove BGHUDAppKit

2017-01-31 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com <epira...@gmail.com> | Mon Jan 30 12:15:24 2017 +0100| [c26f342b6be3bdadce9111480f0247d467ca7e9a] | committer: Jean-Baptiste Kempf contrib: macOS: Remove BGHUDAppKit Signed-off-by: Jean-Baptiste Kempf <j...@videolan.org> > http://g

[vlc-commits] macosx: Fix more weak NSWindow references

2016-12-21 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com <epira...@gmail.com> | Fri Sep 9 15:58:23 2016 +0200| [869167dd83c2ff505773e8aece54ee0d1cab18b4] | committer: Jean-Baptiste Kempf macosx: Fix more weak NSWindow references Weak NSWindow references are not allowed on 10.7, and will lead to r

[vlc-commits] macosx: Remove teletext case from MainMenu validation

2016-06-26 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com <epira...@gmail.com> | Sun Jun 19 12:55:06 2016 +0200| [e961f02bfbce28a0e6e28ef93efff288d9504cb0] | committer: Jean-Baptiste Kempf macosx: Remove teletext case from MainMenu validation It seems the teletext menu item validation specia

[vlc-commits] macosx: Improve VLCStatusBarIcon class

2016-05-08 Thread epira...@gmail.com
vlc | branch: master | epira...@gmail.com <epira...@gmail.com> | Sun May 8 01:45:26 2016 +0200| [3ba702e21c6e180bf8a94ac04edf3a50b53f05be] | committer: Jean-Baptiste Kempf macosx: Improve VLCStatusBarIcon class Use actual references to the MenuItems instead of finding them using tags.