- 26 Dec, 2009 10 commits
-
-
Brian Weaver authored
Modified the main OS X interface module to remove the use of setjmp() and longjmp(). The MainMenu.nib file was modified to invoke the stop selector instead of the terminate selector on the NSApp object. This allows the OS X framework to return from the call [NSApp run] instead of using setjmp()/longjmp() in a managed framework. Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Sebastien Zwickert authored
gui/macosx: Do not automatically resize the video view by calling scaleWindowWithFactor:animate: when it is embedded. Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Sebastien Zwickert authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Sebastien Zwickert authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Sebastien Zwickert authored
gui/macosx: try a fix of validateMenuItem: that avoid to fail on __vlc_object_release() assertion (internals->i_children==0). Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Rémi Denis-Courmont authored
Pointed-out-by: Fumio Nakayama
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Currently only used to display the question, login, error and critical core dialogs whenever VLC runs with a GUI on a Mac. Disabled by default. The login dialog's layout will need some more love.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 25 Dec, 2009 2 commits
-
-
Hugo Beauzee-Luyssen authored
Use the generic singleton for Bookmarks, ErrorsDialog, extended dialog, GotoTime dialog, every help class, MediaInfo, Messages, OpenURL, Playlist, Plugin, Podcast configuration and VLM. Also fix some memleaks when quitting Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzee-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Dec, 2009 6 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
It is non blocking regarding Main Thread. It is compatible with minimal_macosx in term of drawable-nsobject. It will only work if a drawable-nsobject is provided. It removes the glitches there was with minimal_macosx (and gui/macosx) when: - Displaying the first frames - Resizing the view.
-
Pierre d'Herbemont authored
-
- 23 Dec, 2009 14 commits
-
-
Pierre Ynard authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is consistent with --help behaviour.
-
Rémi Denis-Courmont authored
This reverts commit a1ab6ede. This is not anymore needed with the probe rework.
-
Rémi Denis-Courmont authored
This reverts commit b2ee1bcf. This is an ugly and confusing hack.
-
Fabio Ritrovato authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
- 22 Dec, 2009 8 commits
-
-
Christophe Mutricy authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Fabio Ritrovato authored
-
Pierre d'Herbemont authored
We could probably expose some function to let the client change that on the fly as well. And/Or fix the logging API.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-