Historial de Commits

Autor SHA1 Mensaje Fecha
  Mike JS. Choi 0735d2b17c VLCMediaList: Fix removeMediaAtIndex (closes #182) hace 7 años
  Mike JS. Choi 759bad2a90 VLCMediaList: Update indexOfMedia hace 7 años
  Felix Paul Kühne 2c26752523 VLCMediaList: To match the KVC bindings, all NSInteger arguments were moved to NSUInteger as appropriate hace 7 años
  Felix Paul Kühne efd7957186 Add complete documentation hace 9 años
  Felix Paul Kühne 14c7ec5a3d Fix doxygen documentation hace 9 años
  Felix Paul Kühne 07b4529c1a fix a couple of compilation warnings hace 9 años
  Felix Paul Kühne 55d4aa71b8 media list: add doxygen documentation hace 10 años
  James Dumay 43c0ccd993 convert to modern objective-c hace 11 años
  James Dumay c59cb1baa1 Define module 'VLCKit' and make headers suitable for swift projects hace 11 años
  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 hace 11 años
  Carola Nitz fd1e5a1661 VLCMediaList: call the delegate when media was Added hace 11 años
  Gleb Pinigin 52edcaf642 Use const specifier for constant strings hace 12 años
  Felix Paul Kühne 628f5dd422 VLCMediaList: re-add initWithArray hace 12 años
  Jean-Baptiste Kempf 897590bf88 Relicense VLCKit to LGPL hace 13 años
  Jean-Baptiste Kempf fd2d03078d VLCKit: remove - (id)initWithArray:(NSArray *)array; hace 13 años
  Pierre d'Herbemont e3b4b54b05 VLCKit: Import MobileVLCKit. hace 15 años
  Emmanuel de Roux cc437cbc70 macosx/framework: Added [VLCMediaList initWithArray:] method hace 15 años
  Pierre d'Herbemont b895b7ad46 macosx/framework: Get rid of VLCMediaListAspect, and remove a bunch of exception. hace 15 años
  Felix Paul Kühne 689a05a148 osx/framework: propagate NSInteger and NSUInteger hace 15 años
  Faustino Osuna 0075764d03 VLCKit.framework: Documentation updates, whitespace cleanup. hace 17 años
  Pierre d'Herbemont d5f66a56db More Id and permission fixes. hace 17 años
  Pierre d'Herbemont 33458b223f MacOSX/Framework/VLCMediaList.m: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna). hace 17 años
  Pierre d'Herbemont 3fcf405822 VLCMediaList.m: Don't mess between node hierachical and hierarchical cached copy of the MediaListAspect. hace 17 años
  Pierre d'Herbemont 0e26a9e52d MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view. hace 17 años
  Pierre d'Herbemont 8e55d06ffc MacOSX/Framework: Fix end of file line, at least on headers. hace 17 años
  Pierre d'Herbemont 9951b9c2fa MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly. hace 17 años
  Pierre d'Herbemont 1cad3630d1 MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings. hace 17 años
  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. hace 18 años
  Pierre d'Herbemont 0d75472491 MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)). hace 18 años
  Pierre d'Herbemont e3e18eff8d MacOSX/Framework/VLCMediaList.m: Remove dead code. hace 18 años