- 08 Aug, 2016 1 commit
-
-
David authored
-
- 18 Jun, 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.
-
- 29 Oct, 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>
-
- 13 Aug, 2015 2 commits
- 11 Aug, 2015 1 commit
-
-
David authored
-
- 02 Aug, 2015 3 commits
- 30 Jul, 2015 1 commit
-
-
David authored
The only valid instance of the vout controller is owned by VLCMain.
-
- 21 Jul, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 20 Jul, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Jul, 2015 4 commits
-
-
Felix Paul Kühne authored
-
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
-
- 11 Jul, 2015 1 commit
-
-
David authored
Create own resume dialog, which acts the same way as a floating window. Thus it does not disturb the user more than any other VLC panel and consequently does not block the user in doing other operations. This fixes floating behaviour (#13886) any makes it more easy to implement any other fancy_dialog_whatever we might add later. Current design is a copy of the currently used alert window. Also raised the timeout value to 10 secs as users are complaining 6 sec is not long enough. close #13886
-
- 27 Jun, 2015 1 commit
-
-
David authored
-
- 30 May, 2015 1 commit
-
-
Maxime Mouchet authored
This patch adds the option to smoothly turn off the keyboard backlight when a video is playing in fullscreen, to the OSX user interface. The option is off by default and it works better if the automatic keyboard backlight adjustment is disabled in System Preferences. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
- 14 Mar, 2015 1 commit
-
-
David authored
wallpaper mode is more complicated than setting fullscreen and level values. Thus, it is implemented in the macosx UI, and we need to ignore some core events for proper functioning. close #14151
-
- 08 Mar, 2015 1 commit
-
-
David authored
-
- 31 Aug, 2014 1 commit
-
-
David authored
All black-syle panels should get the floating window level. This is normal behaviour of panels and has the positive side effect that the panel also stays in front while vout window reconfigurations. This level is also used for the preferences window, as this is sort of a modal window which needs to be closed (in order to get settings saved). close #12063
-
- 15 Apr, 2014 1 commit
-
-
David authored
-
- 31 Mar, 2014 2 commits
-
-
David authored
These flags will be set internally to the correct values. Mavericks even warns in the log that these calls are ignored. Additionally, the os itself knows best if the dock needs to be hidden - this is not always the case due to the new multi-monitor fullscreen in Mavericks.
-
David authored
should close #10670
-
- 30 Mar, 2014 1 commit
-
-
David authored
This implements the behaviour in a similar way as in non-native mode. Only if the window was set to fullscreen already before video started, it will stay in this state.
-
- 20 Mar, 2014 3 commits
-
-
David Fuhrmann authored
This fixes several glitches like concurent animation of window resize and fullscreen resize.
-
David Fuhrmann authored
This also removes old workarounds which are not needed anymore. close #10826
-
David Fuhrmann authored
This should not be needed anymore.
-
- 04 Mar, 2014 2 commits
-
-
David Fuhrmann authored
Most of them are memleaks, uninitialized values, unused code and type mismatches (float / int vs. CGFloat, uint vs. int)
-
David Fuhrmann authored
close #10761
-
- 22 Feb, 2014 2 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
fixes #9919
-
- 02 Feb, 2014 1 commit
-
-
Felix Paul Kühne authored
-
- 26 Jan, 2014 1 commit
-
-
David Fuhrmann authored
Extends bool to describe both enter and exit fullscreen transitions. close #8074
-