- 30 Oct, 2016 1 commit
-
-
Marvin Scholz authored
Removes the old VLCFSPanel, and references to the source files from the makefiles, potfiles and the Xcode project.
-
- 10 Aug, 2016 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 08 Aug, 2016 3 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 09 May, 2016 1 commit
-
-
Felix Paul Kühne authored
-
- 09 Jan, 2016 1 commit
-
-
David Fuhrmann authored
The old VLCIntf macro is deprecated, getIntf() should be used instead.
-
- 06 Dec, 2015 1 commit
-
-
David Fuhrmann 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>
-
- 21 Jul, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 15 Jul, 2015 3 commits
-
-
Felix Paul Kühne authored
-
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
-
- 02 Oct, 2014 1 commit
-
-
David Fuhrmann authored
This also cleans up the images structure inside the project.
-
- 08 Mar, 2014 1 commit
-
-
David Fuhrmann authored
-
- 04 Mar, 2014 1 commit
-
-
David Fuhrmann authored
Most of them are memleaks, uninitialized values, unused code and type mismatches (float / int vs. CGFloat, uint vs. int)
-
- 11 Feb, 2014 1 commit
-
-
David Fuhrmann authored
This removes VLCThreeImageDropView and thus duplicated D&D code.
-
- 02 Feb, 2014 1 commit
-
-
Felix Paul Kühne authored
-
- 23 Nov, 2013 1 commit
-
-
David Fuhrmann authored
No functional change.
-
- 17 Nov, 2013 1 commit
-
-
David Fuhrmann authored
Behaviour is now the same as the buttons in main window close #9512
-
- 23 Jul, 2013 1 commit
-
-
Felix Paul Kühne authored
This patch doesn't stop you from going above the limit using the hotkeys or the Apple Remote
-
- 25 Apr, 2013 1 commit
-
-
David Fuhrmann authored
... to allow toggling between playlist and video view in lion fullscreen mode. close #8496
-
- 20 Apr, 2013 1 commit
-
-
David Fuhrmann authored
-
- 14 Apr, 2013 1 commit
-
-
David Fuhrmann authored
-
- 24 Feb, 2013 2 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 15 Feb, 2013 1 commit
-
-
David Fuhrmann authored
-
- 10 Feb, 2013 1 commit
-
-
David Fuhrmann authored
-
- 09 Feb, 2013 1 commit
-
-
David Fuhrmann authored
-
- 21 Jan, 2013 1 commit
-
-
David Fuhrmann authored
-
- 12 Dec, 2012 1 commit
-
-
David Fuhrmann authored
-
- 18 Nov, 2012 1 commit
-
-
David Fuhrmann authored
-
- 15 Nov, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 01 Nov, 2012 1 commit
-
-
Rémi Denis-Courmont authored
And get rid of the horrible find-input-callback.
-
- 28 Sep, 2012 1 commit
-
-
David Fuhrmann authored
-
- 25 Sep, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 21 Sep, 2012 1 commit
-
-
David Fuhrmann authored
Now, we have two classes (instantiated from the xib file for each window) with controls bar stuff: - VLCControlsBarCommon holds all code common for main and detached window - VLCMainWindowControlsBar adds code specific for the main window bar With that, we can avoid all these redundant code for o_detached_*, furthermore this decouples all detached window control bar stuff from MainWindow.m. The objects can be accessed through the controlsBar method.
-