Commit History

Author SHA1 Message Date
  James Dumay 43c0ccd993 convert to modern objective-c 11 years ago
  James Dumay c59cb1baa1 Define module 'VLCKit' and make headers suitable for swift projects 11 years ago
  Carola Nitz 6ea28be83d Converts the library to ARC and therefore changed the struct message_t into a class and adjusted the code using message_t 11 years ago
  Carola Nitz fd1e5a1661 VLCMediaList: call the delegate when media was Added 11 years ago
  Gleb Pinigin 52edcaf642 Use const specifier for constant strings 12 years ago
  Felix Paul Kühne 628f5dd422 VLCMediaList: re-add initWithArray 12 years ago
  Jean-Baptiste Kempf 897590bf88 Relicense VLCKit to LGPL 13 years ago
  Jean-Baptiste Kempf fd2d03078d VLCKit: remove - (id)initWithArray:(NSArray *)array; 13 years ago
  Pierre d'Herbemont e3b4b54b05 VLCKit: Import MobileVLCKit. 15 years ago
  Emmanuel de Roux cc437cbc70 macosx/framework: Added [VLCMediaList initWithArray:] method 15 years ago
  Pierre d'Herbemont b895b7ad46 macosx/framework: Get rid of VLCMediaListAspect, and remove a bunch of exception. 15 years ago
  Felix Paul Kühne 689a05a148 osx/framework: propagate NSInteger and NSUInteger 15 years ago
  Faustino Osuna 0075764d03 VLCKit.framework: Documentation updates, whitespace cleanup. 17 years ago
  Pierre d'Herbemont d5f66a56db More Id and permission fixes. 17 years ago
  Pierre d'Herbemont 33458b223f MacOSX/Framework/VLCMediaList.m: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna). 17 years ago
  Pierre d'Herbemont 3fcf405822 VLCMediaList.m: Don't mess between node hierachical and hierarchical cached copy of the MediaListAspect. 17 years ago
  Pierre d'Herbemont 0e26a9e52d MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view. 17 years ago
  Pierre d'Herbemont 8e55d06ffc MacOSX/Framework: Fix end of file line, at least on headers. 17 years ago
  Pierre d'Herbemont 9951b9c2fa MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly. 17 years ago
  Pierre d'Herbemont 1cad3630d1 MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings. 17 years ago
  Pierre d'Herbemont a80e0bfa27 MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems. 18 years ago
  Pierre d'Herbemont 0d75472491 MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)). 18 years ago
  Pierre d'Herbemont e3e18eff8d MacOSX/Framework/VLCMediaList.m: Remove dead code. 18 years ago
  Pierre d'Herbemont 8a74b25bc9 MacOSX/Framework/VLCMediaList.m: Fix a few warnings and use a Dictionary instead of an array for -mediaListItemAdded: argument. 18 years ago
  Pierre d'Herbemont 90cf166fa5 MacOSX/Framework: Very minor identation changes. 18 years ago
  Pierre d'Herbemont 69282c413a MacOSX/Framework: Minor various spaces/comment cleanup. 18 years ago
  Pierre d'Herbemont 3cb4dc9735 MacOSX/Framework: Fix tabs. 18 years ago
  Pierre d'Herbemont 107721354b MacOSX/Framework: Merge Enrique Osuna's work on the Framework. 18 years ago