1. 12 Aug, 2015 2 commits
    • David Fuhrmann's avatar
      macosx: remove singletons of ExtensionsDialogProvider and manager · eaa1ca1c
      David Fuhrmann authored
      Also deinitalizes both objects. This should fix the refcount
      crash on exit.
      eaa1ca1c
    • David Fuhrmann's avatar
      macosx: Move p_intf_thread getter out of VLCMain · 104ac66f
      David Fuhrmann authored
      VLCIntf now points to a static getter for the interface thread
      pointer.
      
      This fixes several problems: During initialization of
      VLCMain, [VLCMain sharedInstance] is not ready yet when all other
      objects are initialized inside VLCMains constructor. Due to the
      way ARC works, the same applies to dealloc (the main shared instance
      is nil already). But in both situations, we need VLCIntf for
      callback (un)registration and potential logging.
      
      The mac interface relies on static data in any case and does not
      support multiple instantiations.
      104ac66f
  2. 11 Aug, 2015 16 commits
  3. 10 Aug, 2015 2 commits
  4. 09 Aug, 2015 5 commits
  5. 08 Aug, 2015 5 commits
  6. 07 Aug, 2015 2 commits
  7. 06 Aug, 2015 8 commits