- 08 Aug, 2016 1 commit
-
-
David authored
-
- 09 Jan, 2016 1 commit
-
-
David authored
The old VLCIntf macro is deprecated, getIntf() should be used instead.
-
- 02 Jan, 2016 1 commit
-
-
David authored
Uses NSWindowController to load the information panel. Get rid of the singleton. VLCMain will now hold one instance, which is aimed to display information about the currently playing media.
-
- 01 Jan, 2016 2 commits
- 05 Dec, 2015 1 commit
-
-
David authored
-
- 29 Nov, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Oct, 2015 1 commit
-
-
Marvin Scholz authored
This renames the playlist related class files to match the class name, which makes it easier to find the which belongs to a certain class and follows common Cocoa/Obj C file naming conventions. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 11 Aug, 2015 2 commits
-
-
David authored
Only self should be used as callback parameters. Otherwise, depending on the destruction order the original object might be deinitialized already.
-
David authored
By deinitializing VLCMain, all connected objects are supposed to be deallocated automatically. If [VLCMain sharedInstance] is gone, the intf is deinitalized (this was previously checked with a nil value of VLCIntf). Fixes some retain cycles in input manager and playlist code which prevented these objects to be deinitalized.
-
- 22 Jul, 2015 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 20 Jul, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Jul, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: privatise instance variables and resolve class dependencies on internal implementation details
-
- 14 Jul, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 08 Mar, 2015 3 commits
- 02 Jan, 2015 2 commits
- 30 Dec, 2014 5 commits
-
-
David authored
-
David authored
-
David authored
This simplifies the methods, also using a simpler storage for dragged items.
-
David authored
This removes the old own-made search functionality and replaces it by a version the user would expect (i.e. actually hiding non- found entries). close #6049
-
David authored
The current playlist model directly operates on the core playlist datastructures without proper locking for a complete playlist table reload/update. This resulted in various ugly hacks and workarounds. The new playlist model encapsulates the data in own objects like in the qt interface. This allows a much easier integration with the table view and proper updates from the core playlist. This way, the previous playlist objects, stored in an ugly map with pointer strings as keys, pointing to the same pointer inside a NSValue, is obsolete finally. :-)
-