- 26 Dec, 2009 40 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
skins2 manages a cache for building layouts. Yet, on each redraw/expose, it rebuilds the whole layout. This patch avoids these unnecessary rebuilds. It results in dramatic improvement, especially on Linux, where refresh was a real issue.
-
Erwan Tulou authored
On X11, windows are created with a 1x1 size and updated later on. In some context, vout_display can catch this 1x1 size before the size is updated. This results in a crash in swcaler.c which gets a 1x0 size (division by zero) Changing default to 10x10 solves the problem.
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Revert "Win32: fix #2592 (stdin file input). It may impact other platforms, so please test, and fix/revert if you see a bug." This reverts commit e33a82db. This broke opening any file starting with a dash.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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>
-