Displaying 2 results from an estimated 2 matches for "2c6c0e9".
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
...7...
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 18 22:19:33 2007 +0200
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
Conflicts:
libswfdec/swfdec_as_strings.c
diff --cc libswfdec/swfdec_as_strings.c
index f5eed8a,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 ("mouseWheelEn...
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
...commit 716ff71ebc52a94a83244ed71e15c49a09687d2c
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Thu Oct 18 18:02:22 2007 +0300
Implement TextField's textHeight and textWidth properties
diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c
index 10e5bfe..2c6c0e9 100644
--- a/libswfdec/swfdec_as_strings.c
+++ b/libswfdec/swfdec_as_strings.c
@@ -418,5 +418,7 @@ const char swfdec_as_strings[] =
SWFDEC_AS_CONSTANT_STRING ("Sans")
SWFDEC_AS_CONSTANT_STRING ("Serif")
SWFDEC_AS_CONSTANT_STRING ("Monospace")
+ SWFDEC_AS_CONS...