[vlc-commits] macosx/applescript: fix type mismatch

2019-06-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 16 17:46:27 2019 +0200| [20a2fd8a5a09e91c45b04e6db5816aff9b198546] | committer: Felix Paul Kühne macosx/applescript: fix type mismatch > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20a2fd8a5a09e91c45b04e6db5816aff9b198546 ---

[vlc-commits] logger: Fix warning

2019-06-16 Thread Johan Gunnarsson
vlc | branch: master | Johan Gunnarsson | Sat Jun 15 12:49:31 2019 +0200| [579a83abb6c21c416f84b98001ceb697c069e61d] | committer: Rémi Denis-Courmont logger: Fix warning logger/journal.c: In function ‘Open’: logger/journal.c:75:12: warning: return from incompatible pointer type

[vlc-commits] macosx/main: move activePlayback property to player controller as it does not belong in the main singleton

2019-06-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 16 13:10:15 2019 +0200| [f5824de9ec61c0dedebe6e714f8de8ac55f32592] | committer: Felix Paul Kühne macosx/main: move activePlayback property to player controller as it does not belong in the main singleton >

[vlc-commits] macosx/main: lazy load main menu and library window controller

2019-06-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 16 13:29:18 2019 +0200| [3b5314faead54f94696b016d31006bbcf33ccef6] | committer: Felix Paul Kühne macosx/main: lazy load main menu and library window controller This improves launch speed of the macOS interface module by up to 20% >