CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/06/13 16:53:48
Modified files: . : ChangeLog testsuite/misc-ming.all: DefineEditTextTest.c Log message: * testsuite/misc-ming.all/DefineEditTextTest.c: put reduced margins back, to verify no word wrap works. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3529&r2=1.3530 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineEditTextTest.c?cvsroot=gnash&r1=1.7&r2=1.8 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3529 retrieving revision 1.3530 diff -u -b -r1.3529 -r1.3530 --- ChangeLog 13 Jun 2007 16:52:00 -0000 1.3529 +++ ChangeLog 13 Jun 2007 16:53:47 -0000 1.3530 @@ -1,5 +1,7 @@ 2007-06-13 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/misc-ming.all/DefineEditTextTest.c: put reduced margins + back, to verify no word wrap works. * server/edit_text_character.cpp (format_text): implement no word wra * server/FreetypeGlyphsProvider.{cpp,h}: document coordinate space of getGlyph output values and implement proper scaling between freetype Index: testsuite/misc-ming.all/DefineEditTextTest.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DefineEditTextTest.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- testsuite/misc-ming.all/DefineEditTextTest.c 13 Jun 2007 09:59:43 -0000 1.7 +++ testsuite/misc-ming.all/DefineEditTextTest.c 13 Jun 2007 16:53:48 -0000 1.8 @@ -57,8 +57,8 @@ * * Ref: https://savannah.gnu.org/bugs/?func=detailitem&item_id=16637. */ - //SWFTextField_setBounds(tf, 160, 338); - SWFTextField_setBounds(tf, 60000, 338); + SWFTextField_setBounds(tf, 260, 338); + //SWFTextField_setBounds(tf, 60000, 338); /* * The following settings (found in the reported SWF) _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit