Skip to content
Snippets Groups Projects
  1. Apr 25, 2022
  2. Feb 26, 2022
  3. Nov 03, 2021
  4. Apr 05, 2021
  5. Jun 26, 2020
  6. Jun 18, 2020
    • Steve Lhomme's avatar
      tools: patch cmake 3.17 so it builds with a macOS 10.13 SDK · ab126f80
      Steve Lhomme authored
      Avoid this link error:
      [ 44%] Linking C executable curltest
      Undefined symbols for architecture x86_64:
        "_SSLCopyALPNProtocols", referenced from:
            _sectransp_connect_step2 in libcmcurl.a(sectransp.c.o)
        "_SSLSetALPNProtocols", referenced from:
            _sectransp_connect_common in libcmcurl.a(sectransp.c.o)
      ld: symbol(s) not found for architecture x86_64
      
      This only happens in the 3.0 macOS CI.
      ab126f80
  7. Jun 03, 2020
  8. May 21, 2019
  9. Feb 05, 2019
  10. Oct 18, 2018
  11. Mar 06, 2018
  12. Dec 21, 2017
  13. Sep 20, 2017
  14. Dec 04, 2016
  15. Nov 19, 2016
  16. Oct 30, 2016
    • Marvin Scholz's avatar
      macosx: Remove fscontroller assets · 6a5ae97d
      Marvin Scholz authored
      Remove the old fullscreen controller assets and
      their references from the Makefile and Xcode
      project.
      6a5ae97d
    • Marvin Scholz's avatar
      macosx: Add a new fullscreen controller · 43b089ca
      Marvin Scholz authored
      This introduces a new fullscreen controller
      which uses NSVisualEffectView for it's background
      and the icons that are used throughout the rest of
      the macOS user interface, hence making it more
      consistent with the overall look of VLC.
      
      Additionally the new fullscreen controller is
      resizable and, as it already used to be, can be
      move around on the screen.
      
      The user interface is now described in a interface
      builder file (xib) instead of doing everything in
      code. This allows easy usage of autolayout, which
      is heavily used to allow adaption of the
      buttons/sliders depending on the panel width and
      height.
      43b089ca
  17. Sep 09, 2016
  18. Jul 26, 2016
  19. Jun 17, 2016
  20. Jun 14, 2016
  21. May 19, 2016
  22. Apr 25, 2016
  23. Apr 18, 2016
  24. Feb 27, 2016
  25. Feb 04, 2016
  26. Feb 02, 2016
  27. Jan 07, 2016
  28. Dec 08, 2015
  29. Aug 11, 2015
    • David's avatar
      macosx: Split GoToTime panel into separate xib and window controller · ffe31745
      David authored
      This improves separation between main menu and the unrelated goto
      time window.
      
      Besides that, note that each time bindings are used with the file
      owner, this owner needs to be an NSWindowController class. Only in
      this case retain cycles are avoided (bindings have a strong
      reference to the object used).
      
      Thus, this commit helps to properly deinitialize the VLCMain object.
      ffe31745
  30. Aug 09, 2015
    • David's avatar
      macosx: Modernize and fix shared dialog panels · 4da13fbc
      David authored
      Splits PopupPanel and TextfieldPanel into two xib files and
      creates NSWindowController subclasses for each panel.
      
      Each user of the panel gets its own window controller instance.
      This is needed as the same kind of window can be shown multiple
      times simultaneously (e.g. both in video and audio effects).
      
      This also did not work with the previous implementation of the
      2.2 branch and fixes broken behaviour.
      4da13fbc
  31. Jul 20, 2015
  32. Jul 16, 2015
  33. Jul 15, 2015
  34. Jul 11, 2015
  35. Jul 06, 2015
Loading