- 22 Jul, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 21 Jul, 2015 6 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
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
-
- 17 Jul, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Jul, 2015 6 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
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 2 commits
-
-
David authored
-
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 6 commits
- 20 Jun, 2015 4 commits
-
-
David authored
Lock is not needed anymore, as this variable is only accessed from the main thread.
-
David authored
-
David authored
According to docu, application:willFinishLaunching: will be called as one of the first steps of [NSApp run], before the main loop will be actually started. Thus, it should make no performance difference if we load the main window already in openIntf(). For some unknown reasons, a direct call to makeKeyAndOrderFront works in run(), but not in app:willFinishLaunching:, though.
-
David authored
This moves the main loop out of the macosx interface module. Instead, the open callback only initializes the interface and the close callback cleans up stuff. The mainloop is now started in darwinvlc.m. In case the mac interface is not used, a CoreFoundation mainloop is solely started to wait for termination events. Additionally, this cleans up darwinvlc.m, and fixes signal handling, which was dead code so far (in case the interface was used). Now, GCD is used to catch SIGINT and SIGTERM in order to allow ordinary shutdown. refs #14362 close #6354
-
- 11 Jun, 2015 1 commit
-
-
David authored
--enable-update-check enables update support in core, which is not needed for the mac platform. To avoid linking libgcrypt into the core, instead a new configure switch is introduced to disable sparkle support directly. Now, for disabling sparkle support, one needs to pass --disable-sparkle. It completely removed sparkle from the GUI, and does not copy the framework to the final bundle as well.
-
- 06 Jun, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2015 1 commit
-
-
David authored
-
- 11 Apr, 2015 4 commits
-
-
David authored
close #14361
-
David authored
It is not allowed to call [[VLCMain sharedInstance] info] on the non-main-thread, as this might load and initialize the info window.
-
David authored
Because the playlist is started before the interface is up, the vout window provider waits until basic initalization is done in the interface (initialization of VLCIntf, NSApp, static vars). This is still sort of a hack, ideally the playlist should be started only after all interfaces are fully initialized. close #11585
-
David authored
Because the playback might have been started before the interface registeres its callbacks, set the state manually. close #14046
-
- 21 Mar, 2015 1 commit
-
-
David authored
This should fix some crashes as reported by the users.
-
- 19 Mar, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 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
Playlist view gets updated to display new information. Info dialog gets updates (shows only information about currently played input at the moment). close #13729
-