- 26 Dec, 2009 29 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This enables passing a below state in addition to currently supported always-on-top (above) and normal. (However, none of the window provider support it just yet).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Should fix aspect-ratio issues and fixes #2793
-
Pierre Ynard authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
Win32: fix #2592 (stdin file input). It may impact other platforms, so please test, and fix/revert if you see a bug.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
configure: Make sure independant Mac OS X-related modules can be activated/deactivated individually.
-
Pierre d'Herbemont authored
Else, this results in triggering the timeshift module.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
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 3 commits
-
-
Pierre Ynard authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-