1. 18 Aug, 2015 3 commits
  2. 17 Aug, 2015 8 commits
  3. 15 Aug, 2015 6 commits
  4. 13 Aug, 2015 8 commits
  5. 12 Aug, 2015 13 commits
  6. 11 Aug, 2015 2 commits
    • David Fuhrmann's avatar
      macosx: Fix crash when deinitializing PLModel · 3d3878d3
      David Fuhrmann authored
      Only self should be used as callback parameters. Otherwise,
      depending on the destruction order the original object might be
      deinitialized already.
      3d3878d3
    • David Fuhrmann's avatar
      macosx: manage main window with an NSWindowController, simplify VLCMain · e5940f08
      David Fuhrmann authored
      The window controller ensures that all top-level objects of the
      mainwindow xib are properly released.
      
      This removes the last occurence of VLCMain in xib files, thus
      awakeFromNib will not be called for this object anymore. The code
      has been moved to initThis removes the last occurence of VLCMain in xib files, thus
      awakeFromNib will not be called for this object anymore. The code
      has been moved to init.
      e5940f08