search for: swfdec_text_field_movie_html

Displaying 10 results from an estimated 10 matches for "swfdec_text_field_movie_html".

2007 Nov 01
0
libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
libswfdec/swfdec_text_field_movie.c | 18 +++++++++++++++++ libswfdec/swfdec_text_field_movie_html.c | 32 +++++++++++++++++-------------- 2 files changed, 36 insertions(+), 14 deletions(-) New commits: commit e1f14212d5a236453dd64426cfde8e6646b526d7 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 1 16:32:52 2007 +0200 Don't crash in TextField when swfdec_text_f...
2007 Oct 31
0
2 commits - libswfdec/swfdec_sound.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
libswfdec/swfdec_sound.c | 5 ++++- libswfdec/swfdec_text_field_movie.c | 24 +++++++++--------------- libswfdec/swfdec_text_field_movie_as.c | 19 +++++++++++++++---- libswfdec/swfdec_text_field_movie_html.c | 6 +++--- 4 files changed, 31 insertions(+), 23 deletions(-) New commits: commit 73aaa5c30a072ebf5be478d943526450aedb312c Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Oct 31 14:54:09 2007 +0200 Always use byte offsets internally in TextField, not UTF-8 offsets...
2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
libswfdec/swfdec_text_field_movie.c | 135 +++++++++++++++++++++++++++---- libswfdec/swfdec_text_field_movie.h | 2 libswfdec/swfdec_text_field_movie_html.c | 1 3 files changed, 123 insertions(+), 15 deletions(-) New commits: commit 9ca546dd0eaab842f879ed3373ccceb7183688ac Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Nov 4 16:13:30 2007 +0200 More fixes to handling paragraph ending newline diff --git a/libswfdec/swfde...
2008 Jan 10
0
8 commits - libswfdec/swfdec_as_date.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_bits.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_text_field_movie_html.c test/trace
libswfdec/swfdec_as_date.c | 47 +++---- libswfdec/swfdec_as_object.c | 4 libswfdec/swfdec_as_types.c | 190 +++++++++++++++---------------- libswfdec/swfdec_bits.c | 2 libswfdec/swfdec_codec_gst.c | 13 +- libswfdec/swfdec_text_field_movie_html.c | 2 test/trace/Makefile.am | 2 test/trace/default.as | 49 ------- test/trace/default.stas | 49 +++++++ 9 files changed, 178 insertions(+), 180 deletions(-) New commits: commit 07c006a9785a5043c0a0a4b8d78b28c0735020c4 Author: V...
2007 Dec 10
0
5 commits - libswfdec/jpeg libswfdec/swfdec_as_interpret.c libswfdec/swfdec_bits.c libswfdec/swfdec_cached.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_flash_security.c libswfdec/swfdec_image.c
...4 ++-- libswfdec/swfdec_net_stream.c | 8 ++++---- libswfdec/swfdec_player.c | 4 ++-- libswfdec/swfdec_shape_parser.c | 8 ++++---- libswfdec/swfdec_sound.c | 4 ++-- libswfdec/swfdec_text_field_movie.c | 4 ++-- libswfdec/swfdec_text_field_movie_html.c | 1 + 16 files changed, 69 insertions(+), 50 deletions(-) New commits: commit 534341e14aba5a7c80f962b3dcad6e9d04959f40 Author: Benjamin Otte <otte at gnome.org> Date: Mon Dec 10 22:37:29 2007 +0100 silence invalid alignment warnings diff --git a/libswfdec/swfdec_cached.c b/libs...
2007 Dec 23
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_character.c libswfdec/swfdec_external_interface.c libswfdec/swfdec.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...12 libswfdec/swfdec_player.c | 53 libswfdec/swfdec_player.h | 7 libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_player_scripting.c | 39 libswfdec/swfdec_player_scripting.h | 62 libswfdec/swfdec_text_field_movie_html.c | 2 libswfdec/swfdec_xml.c | 14 libswfdec/swfdec_xml.h | 3 test/trace/Makefile.am | 9 test/trace/externalinterface-escape-5.swf |binary test/trace/externalinterface-escape-5.swf.trace | 155...
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
...---- libswfdec/swfdec_text_field.c | 18 libswfdec/swfdec_text_field.h | 2 libswfdec/swfdec_text_field_movie.c | 585 +++----------- libswfdec/swfdec_text_field_movie.h | 18 libswfdec/swfdec_text_field_movie_as.c | 6 libswfdec/swfdec_text_field_movie_html.c | 764 ++++++++++++++++++ libswfdec/swfdec_text_format.c | 154 +-- test/dump.c | 2 test/trace/Makefile.am | 23 test/trace/error-properties-5.swf |binary test/trace/error-properties-5.swf.trace |...
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
...cf0da..471f2c6 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -70,13 +70,6 @@ libswfdec_source_files = \ swfdec_displacement_map_filter.c \ swfdec_draw.c \ swfdec_drop_shadow_filter.c \ - swfdec_text_field.c \ - swfdec_text_field_movie.c \ - swfdec_text_field_movie_as.c \ - swfdec_text_field_movie_html.c \ - swfdec_text_renderer.c \ - swfdec_text_snapshot.c \ - swfdec_transform.c \ swfdec_event.c \ swfdec_external_interface.c \ swfdec_file_loader.c \ @@ -146,7 +139,14 @@ libswfdec_source_files = \ swfdec_system_security.c \ swfdec_tag.c \ swfdec_text.c \ + swfdec_text_field.c \ + swfd...
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 Dec 18
2
Changes to 'refs/tags/0.5.5'
...| 113 libswfdec/swfdec_tag.c | 78 libswfdec/swfdec_text_field.c | 4 libswfdec/swfdec_text_field_movie.c | 79 libswfdec/swfdec_text_field_movie_as.c | 117 libswfdec/swfdec_text_field_movie_html.c | 1 libswfdec/swfdec_text_format.c | 99 libswfdec/swfdec_text_renderer.c | 94 libswfdec/swfdec_text_snapshot.c | 109 libswfdec/swfdec_transform.c | 121 lib...