Историја ревизија

Аутор SHA1 Порука Датум
  Pierre d'Herbemont 4384ffaf6e macosx/framework: Remove a bunch of exception. пре 15 година
  Pierre d'Herbemont f953a3b205 macosx/framework: No need to create an exception here. пре 15 година
  Sebastien Zwickert f93ada4c12 macosx/framework: Remove the newly removed exception parameter of libvlc_event_attach. пре 15 година
  Pierre d'Herbemont 150c4cba56 macosx/framework: Implement write KVC for VLCMediaList. пре 15 година
  Pierre d'Herbemont 5163cdf993 macosx/framework: Remove the newly removed exception parameter. пре 15 година
  Felix Paul Kühne 689a05a148 osx/framework: propagate NSInteger and NSUInteger пре 15 година
  Faustino Osuna 63d26789d0 VLCKit.framework: Documentation updates and whitespace cleanup. пре 17 година
  Pierre d'Herbemont 886ad866c2 libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player. пре 17 година
  Rémi Denis-Courmont 42fd24d205 Don't include config.h from the headers - refs #297. пре 17 година
  Pierre d'Herbemont 11d947f40f MacOSX/Framework/VLCMediaList,VLCMediaListAspect: Correct the sanity check for added item. пре 17 година
  Faustino Osuna 57ba3e2bee MacOSX/Framework/VLCLibrary.m: Clear potential memory leak & formatting clean up. пре 17 година
  Pierre d'Herbemont c7d758f812 MacOSX/Framework: Properly convert libvlc Exception to NSException. Rename quit_on_exception to catch_exception. пре 17 година
  Pierre d'Herbemont 83847c1bdc MacOSX/Framework: Fix grouped event sending, and remove a debugging assert that isn't true anymore. пре 17 година
  Pierre d'Herbemont 33458b223f MacOSX/Framework/VLCMediaList.m: Code cleanup and use Objective-C 2.0 @property. (Patch by Enrique Osuna). пре 17 година
  Pierre d'Herbemont 3fcf405822 VLCMediaList.m: Don't mess between node hierachical and hierarchical cached copy of the MediaListAspect. пре 17 година
  Pierre d'Herbemont 3349fb0b2a MacOSX/Framework: Support event collapsing, and save the media list thats own the media list aspect. пре 17 година
  Pierre d'Herbemont 0e26a9e52d MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view. пре 17 година
  Pierre d'Herbemont 8e55d06ffc MacOSX/Framework: Fix end of file line, at least on headers. пре 17 година
  Pierre d'Herbemont 9951b9c2fa MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly. пре 17 година
  Pierre d'Herbemont 1cad3630d1 MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings. пре 17 година
  Pierre d'Herbemont c7fff93533 MacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double lock. пре 18 година
  Pierre d'Herbemont d7333f8b2e MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media". пре 18 година
  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 година
  Pierre d'Herbemont 5130180a31 MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context. пре 18 година
  Pierre d'Herbemont 24f6a3becb MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases. пре 18 година
  Pierre d'Herbemont 0d75472491 MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)). пре 18 година
  Pierre d'Herbemont e3e18eff8d MacOSX/Framework/VLCMediaList.m: Remove dead code. пре 18 година
  Pierre d'Herbemont b58366461d MacOSX/Framework/VLCMediaList.m: Don't forget to listen to WillAdd/WillDelete media list event. пре 18 година
  Pierre d'Herbemont c04ae641bc MacOSX/Framework/VLCMediaList.m: Be KVC compliant. пре 18 година
  Pierre d'Herbemont 8a74b25bc9 MacOSX/Framework/VLCMediaList.m: Fix a few warnings and use a Dictionary instead of an array for -mediaListItemAdded: argument. пре 18 година