search for: mousewheelenabled

Displaying 5 results from an estimated 5 matches for "mousewheelenabled".

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
...st/trace/text-field-variable-5.swf.trace | 9 27 files changed, 9027 insertions(+), 161 deletions(-) New commits: commit 98f69e8e5f2612ecb0c425a4617a40342a0d7dbe Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Oct 17 17:59:58 2007 +0300 Implement get/set for restrict and mouseWheelEnabled properties for TextField This just sets the internal state of the TextField object for now, the values aren't actually used yet Also added them to the text-field-values test diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index 95f8f2e..16ea014 10064...
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...| 232 ++++++- test/trace/text-field-values.as | 4 22 files changed, 1427 insertions(+), 803 deletions(-) New commits: commit c0b160945097511980bbfaa1ecee8d3bc75588a6 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Oct 23 17:36:38 2007 +0300 Add styleSheet and mouseWheelEnabled on v6 also after all, just don't use them diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index fd55ef5..516e270 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1647,10 +1647,14 @@ swfdec_text_field_movie_set...
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
...fdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index 49c7dc2..522716f 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -412,5 +412,8 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("restrict") SWFDEC_AS_CONSTANT_STRING ("mouseWheelEnabled") SWFDEC_AS_CONSTANT_STRING ("hscroll") + SWFDEC_AS_CONSTANT_STRING ("maxhscroll") + SWFDEC_AS_CONSTANT_STRING ("maxscroll") + SWFDEC_AS_CONSTANT_STRING ("bottomScroll") /* add more here */ ; diff --git a/libswfdec/swfdec_text_field_movie.c b/l...
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
...ed8a,2c6c0e9..313383a --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@@ -411,6 -411,14 +411,15 @@@ const char swfdec_as_strings[] SWFDEC_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...