search for: noscal

Displaying 11 results from an estimated 11 matches for "noscal".

Did you mean: noscale
2007 Jul 26
0
6 commits - libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c test/trace
.../scalemode-5.swf.trace @@ -0,0 +1,27 @@ +test Stage.scaleMode +showAll +noborder ==> noBorder +noBorder ==> noBorder +NOBORDER ==> noBorder +exactfit ==> exactFit +exactFit ==> exactFit +EXACTFIT ==> exactFit +showall ==> showAll +showAll ==> showAll +SHOWALL ==> showAll +noscale ==> noScale +noScale ==> noScale +NOSCALE ==> noScale +foo ==> showAll +bar ==> showAll +null ==> showAll + ==> showAll + ==> showAll +0 ==> showAll +1 ==> showAll +2 ==> showAll +3 ==> showAll +4 ==> showAll +thishasnoborder ==> showAll +noBorder +exactFi...
2008 Feb 27
19
[Bug 14703] New: On NV17 on laptop screen: certain resolutions are scrambled
http://bugs.freedesktop.org/show_bug.cgi?id=14703 Summary: On NV17 on laptop screen: certain resolutions are scrambled Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2008 Oct 04
0
No subject
Option "ScalingMode" "string" Only for the randr-1.2 driver, this allows to set the DFP scaling mode. The options are "fullscreen", "aspect", "noscale" and "panel". Default: "aspect".
2010 Mar 04
1
[PATCH] Remove leftover in man page and nv_const.h
...driver to scale lower resolutions up to the flat panel's native -resolution. Default: on. -.TP -.BI "Option \*qScalingMode\*q \*q" string \*q -Only for the randr-1.2 driver, this allows to set the DFP scaling mode. -The options are "fullscreen", "aspect", "noscale" and "panel". Default: "aspect". -.TP .BI "Option \*qShadowFB\*q \*q" boolean \*q Enable or disable use of the shadow framebuffer layer. Default: off. .SH "SEE ALSO" diff --git a/src/nv_const.h b/src/nv_const.h index 767344c..09293e0 100644 --- a/sr...
2007 Aug 03
0
swfdec-mozilla: Changes to 'refs/tags/0.5.1'
...log add INSTALL implement scale mode implement salign property implement popup blocking and disable it on clicks port plugin to new swfdec API fix URL handling no need to parse variables passed to src, those get parsed automagically whoops, forgot the noScale option here update NEWS release 0.5.1 --- .gitignore | 1 NEWS | 9 ++++++ configure.ac | 4 +-- src/plugin.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++------ src/plugin.h | 27 +++++++++++++------- src/swfmoz_dialo...
2009 Feb 08
45
[Bug 20006] New: powerpc64: Black screen using RandR12
http://bugs.freedesktop.org/show_bug.cgi?id=20006 Summary: powerpc64: Black screen using RandR12 Product: xorg Version: 7.4 Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2007 Jul 27
0
11 commits - libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite_movie_as.c test/trace
...d as I'm missing tests atm diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index d6e23b0..ab08338 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -244,6 +244,11 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("noScale") SWFDEC_AS_CONSTANT_STRING ("Stage") SWFDEC_AS_CONSTANT_STRING ("onResize") + SWFDEC_AS_CONSTANT_STRING ("getBounds") + SWFDEC_AS_CONSTANT_STRING ("xMin") + SWFDEC_AS_CONSTANT_STRING ("xMax") + SWFDEC_AS_CONSTANT_STRING ("yMin&...
2009 Aug 24
4
[PATCH 1/2] man page: Fix the supported fb depths.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- man/nouveau.man | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 87f645a..5c4e4ae 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -13,9 +13,10 @@ nouveau \- NVIDIA video driver .fi .SH DESCRIPTION .B nouveau -is an __xservername__ driver for NVIDIA
2007 May 31
20
swfdec-mozilla: Changes to 'master'
.gitignore | 5 Makefile.am | 1 configure.ac | 33 mozilla-sucks/.gitignore | 3 mozilla-sucks/Makefile.am | 14 mozilla-sucks/jni.h | 1810 ++++++++++++++++++++++++++++++++++++ mozilla-sucks/jni_md.h | 182 +++ mozilla-sucks/jri.h | 689 +++++++++++++
2009 Aug 12
4
TV-out modesetting DDX patches
[PATCH 1/3] kms: Don't hardcode the output properties [PATCH 2/3] kms: Implement output->get_property when RandR1.3 is available. [PATCH 3/3] kms: Add TV-out support src/drmmode_display.c | 403 ++++++++++++++++++++++++++++++++----------------- 1 files changed, 261 insertions(+), 142 deletions(-)
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...Add stubs for System.IME Implement System.security.sandboxType s/useCodePage/useCodepage/ Managed to broke NetConnection earlier, fixed Merge branch 'master' of ssh://medar at git.freedesktop.org/git/swfdec/swfdec Send onResize event when setting scaleMode noScale if the size has been changed Don't depend on object->properties's implementation in Array's sort method Merge branch 'master' of ssh://medar at git.freedesktop.org/git/swfdec/swfdec Call swfdec_player_update_scale when Stage.alignment is changed Remov...