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