Displaying 8 results from an estimated 8 matches for "maxhscrol".
Did you mean:
maxhscroll
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c test/trace
...e/text-field-scroll-5.swf differ
diff --git a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace
index 4d134cd..3cc5df5 100644
--- a/test/trace/text-field-scroll-5.swf.trace
+++ b/test/trace/text-field-scroll-5.swf.trace
@@ -2,53 +2,53 @@
bottomScroll:
hscroll:
maxhscroll > 0: false
-maxscroll:
+maxscroll > 0: false
scroll:
# WITH TEXT
bottomScroll:
hscroll: 200
maxhscroll > 0: false
-maxscroll:
+maxscroll > 0: false
scroll: 3
# WITH WORD WRAP
bottomScroll:
hscroll: 200
maxhscroll > 0: false
-maxscroll:
+maxscroll > 0: false
scrol...
2007 Oct 18
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...b/test/trace/text-field-scroll-5.swf differ
diff --git a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace
new file mode 100644
index 0000000..91239a2
--- /dev/null
+++ b/test/trace/text-field-scroll-5.swf.trace
@@ -0,0 +1,54 @@
+# EMPTY
+bottomScroll:
+hscroll:
+maxhscroll:
+maxscroll:
+scroll:
+# WITH TEXT
+bottomScroll:
+hscroll: 200
+maxhscroll:
+maxscroll:
+scroll: 3
+# WITH WORD WRAP
+bottomScroll:
+hscroll: 200
+maxhscroll:
+maxscroll:
+scroll: 3
+# WITHOUT WORD WRAP
+bottomScroll:
+hscroll: 200
+maxhscroll:
+maxscroll:
+scroll: 3
+# WITH WORD WRAP...
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
...t a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace
index 3cc5df5..6746940 100644
--- a/test/trace/text-field-scroll-5.swf.trace
+++ b/test/trace/text-field-scroll-5.swf.trace
@@ -1,53 +1,53 @@
# EMPTY
-bottomScroll:
+bottomScroll > scroll: false
hscroll:
maxhscroll > 0: false
maxscroll > 0: false
scroll:
# WITH TEXT
-bottomScroll:
+bottomScroll > scroll: false
hscroll: 200
maxhscroll > 0: false
maxscroll > 0: false
scroll: 3
# WITH WORD WRAP
-bottomScroll:
+bottomScroll > scroll: false
hscroll: 200
maxhscroll > 0: false
max...
2007 Oct 25
0
18 commits - libswfdec/swfdec_player_internal.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_format.c libswfdec/swfdec_text_format.h libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/trace
...eld-scroll-5.swf differ
diff --git a/test/trace/text-field-scroll-5.swf.trace b/test/trace/text-field-scroll-5.swf.trace
index 91239a2..4d134cd 100644
--- a/test/trace/text-field-scroll-5.swf.trace
+++ b/test/trace/text-field-scroll-5.swf.trace
@@ -1,54 +1,54 @@
# EMPTY
bottomScroll:
hscroll:
-maxhscroll:
+maxhscroll > 0: false
maxscroll:
scroll:
# WITH TEXT
bottomScroll:
hscroll: 200
-maxhscroll:
+maxhscroll > 0: false
maxscroll:
scroll: 3
# WITH WORD WRAP
bottomScroll:
hscroll: 200
-maxhscroll:
+maxhscroll > 0: false
maxscroll:
scroll: 3
# WITHOUT WORD WRAP
bottom...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...C_AS_CONSTANT_STRING ("variable")
SWFDEC_AS_CONSTANT_STRING ("restrict")
SWFDEC_AS_CONSTANT_STRING ("mouseWheelEnabled")
+ SWFDEC_AS_CONSTANT_STRING ("_level0")
+ SWFDEC_AS_CONSTANT_STRING ("hscroll")
+ SWFDEC_AS_CONSTANT_STRING ("maxhscroll")
+ SWFDEC_AS_CONSTANT_STRING ("maxscroll")
+ SWFDEC_AS_CONSTANT_STRING ("bottomScroll")
+ SWFDEC_AS_CONSTANT_STRING ("Sans")
+ SWFDEC_AS_CONSTANT_STRING ("Serif")
+ SWFDEC_AS_CONSTANT_STRING ("Monospace")
+ SWFDEC_AS_CONSTANT_STRI...
2007 Oct 18
0
14 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_format.c
...getFontList method for TextField
diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c
index 522716f..10e5bfe 100644
--- a/libswfdec/swfdec_as_strings.c
+++ b/libswfdec/swfdec_as_strings.c
@@ -415,5 +415,8 @@ const char swfdec_as_strings[] =
SWFDEC_AS_CONSTANT_STRING ("maxhscroll")
SWFDEC_AS_CONSTANT_STRING ("maxscroll")
SWFDEC_AS_CONSTANT_STRING ("bottomScroll")
+ SWFDEC_AS_CONSTANT_STRING ("Sans")
+ SWFDEC_AS_CONSTANT_STRING ("Serif")
+ SWFDEC_AS_CONSTANT_STRING ("Monospace")
/* add more here */
;
diff -...
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...("(" + (values.length - 1) + ") -34000000 (number)");
+values.push ("dynamic");
+names.push ("(" + (values.length - 1) + ") input (dynamic)");
+
+// Won't test here:
+// length
+// textHeight
+// textWidth
+// bottomScroll
+// hscroll
+// maxhscroll
+// maxscroll
+// scroll
+
+var properties = [
+ // text
+ "text",
+ "html",
+ "htmlText",
+
+ // input
+ "condenseWhite",
+ "maxChars",
+ "multiline",
+ //"restrict",
+ "selectable",
+ //"tabEnabled&...