search for: swfdec_text_format

Displaying 20 results from an estimated 25 matches for "swfdec_text_format".

2007 Oct 28
0
2 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_format.c
libswfdec/swfdec_as_context.c | 3 +-- libswfdec/swfdec_text_field_movie.c | 3 +++ libswfdec/swfdec_text_format.c | 7 ++++--- 3 files changed, 8 insertions(+), 5 deletions(-) New commits: commit 7f1ffc36007dd423124e030feb5961d75098279b Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oct 28 15:32:08 2007 +0200 Don't crash in TextField code when TextFormat's creation fa...
2007 Oct 11
0
2 commits - libswfdec/swfdec_text_format.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h
libswfdec/swfdec_text_format.c | 10 ++++++++-- libswfdec/swfdec_xml.c | 9 ++++++++- libswfdec/swfdec_xml.h | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) New commits: diff-tree 2adb53ebb5ba9d6dbe8993ab64f70f6fad919895 (from 90c5b254605f93fe97116e5032627075a1013957) Author: Benjamin Otte &l...
2007 Nov 15
0
6 commits - libswfdec/compiler.c libswfdec/swfdec_as_date.h libswfdec/swfdec_text_format.c libswfdec/swfdec_xml.c test/dump.c test/render.c test/render-fast.c
libswfdec/compiler.c | 2 libswfdec/swfdec_as_date.h | 2 libswfdec/swfdec_text_format.c | 2 libswfdec/swfdec_xml.c | 2 test/dump.c | 1 test/render-fast.c | 102 ----------------------------------------- test/render.c | 87 ---------------------------------- 7 files changed, 3 insertions(+), 195 deletions(-) N...
2007 Dec 05
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_policy_loader.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_format.c
libswfdec/swfdec_as_object.c | 3 +++ libswfdec/swfdec_movie.c | 4 +++- libswfdec/swfdec_policy_loader.c | 19 ++++++++++++++----- libswfdec/swfdec_text_field_movie.c | 35 ++++++++++++++++++----------------- libswfdec/swfdec_text_format.c | 30 ++++++++++++++++-------------- 5 files changed, 54 insertions(+), 37 deletions(-) New commits: commit ddc4d3c38d035cfa50fc37580e15fa34b5c1755b Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Dec 5 14:19:07 2007 +0200 Fix an assert in policy loader with localWi...
2007 Oct 23
0
9 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h
...t.c | 47 +++++++++++++++++++++++++++ libswfdec/swfdec_style_sheet.h | 6 +++ libswfdec/swfdec_text_field_movie.c | 24 +++++++++++-- libswfdec/swfdec_text_field_movie.h | 2 + libswfdec/swfdec_text_field_movie_as.c | 57 ++++++++++++++++++++++++++++----- libswfdec/swfdec_text_format.c | 5 ++ 8 files changed, 166 insertions(+), 18 deletions(-) New commits: commit 0f2289cf2e49a0c3ec695e77b4310964ccccbc75 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Oct 23 14:16:53 2007 +0300 Don't set kerning and letterSpacing in TextFormat's set_de...
2007 Nov 02
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_date.c libswfdec/swfdec_as_date.h libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_filter.c
...4 +-- libswfdec/swfdec_text_field.c | 2 - libswfdec/swfdec_text_field.h | 2 - libswfdec/swfdec_text_field_movie.c | 39 +++++++++++++++++++++++++++++---- libswfdec/swfdec_text_field_movie.h | 4 ++- libswfdec/swfdec_text_field_movie_as.c | 7 +++++ libswfdec/swfdec_text_format.c | 1 libswfdec/swfdec_text_format.h | 2 - libswfdec/swfdec_xml.c | 1 libswfdec/swfdec_xml.h | 2 - libswfdec/swfdec_xml_node.c | 1 libswfdec/swfdec_xml_node.h | 2 - test/crashfinder.c...
2007 Oct 15
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...dec_text_field.c | 74 +++++---- libswfdec/swfdec_text_field.h | 5 libswfdec/swfdec_text_field_movie.c | 140 +++++++++++++++--- libswfdec/swfdec_text_field_movie.h | 26 --- libswfdec/swfdec_text_field_movie_as.c | 247 ++++++++++++++++++++++++++++----- libswfdec/swfdec_text_format.c | 67 ++++++++ libswfdec/swfdec_text_format.h | 4 10 files changed, 464 insertions(+), 109 deletions(-) New commits: commit d964fa7f3b9b06dc6af4bb62cd64ff473714c543 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Mon Oct 15 12:33:43 2007 +0300 Fix compil...
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
...a/libswfdec/swfdec_text_field_movie_as.c b/libswfdec/swfdec_text_field_movie_as.c index 248d878..7d91250 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -1031,7 +1031,11 @@ swfdec_text_field_movie_setTextFormat (SwfdecAsContext *cx, format = SWFDEC_TEXT_FORMAT (SWFDEC_AS_VALUE_GET_OBJECT (&argv[i])); - swfdec_text_field_movie_set_text_format (text, format, start_index, end_index); + swfdec_text_field_movie_set_text_format (text, format, + g_utf8_offset_to_pointer (text->input->str, start_index) - + text->input->str, + g...
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
dev/null |binary libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_text_field_movie_as.c | 57 +++++--- libswfdec/swfdec_text_format.c | 13 + libswfdec/swfdec_text_format.h | 1 libswfdec/swfdec_xml.c | 72 ++++++---- libswfdec/swfdec_xml_node.c | 118 ++++++++++------- libswfdec/swfdec_xml_node.h | 5 test/...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...ec_as_array_set_length swfdec_as_array_get_value swfdec_as_array_set_value swfdec_as_array_remove diff-tree 522c0811d50b4711393a190ffb90ff44f900ded5 (from 91f6647d5e409a1002a68ec55e115b1f812e4824) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 11:37:33 2007 +0200 exclude swfdec_text_format.h diff --git a/doc/Makefile.am b/doc/Makefile.am index d4bd69e..bfe7279 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -129,6 +129,7 @@ IGNORE_HFILES= \ swfdec_swf_instance.h \ swfdec_tag.h \ swfdec_text.h \ + swfdec_text_format.h \ swfdec_types.h \ swfdec_utils.h \ swfdec_video...
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...xt_field_movie_as.c index a40d456..32ce75e 100644 --- a/libswfdec/swfdec_text_field_movie_as.c +++ b/libswfdec/swfdec_text_field_movie_as.c @@ -626,7 +626,7 @@ swfdec_text_field_movie_setNewTextFormat (SwfdecAsContext *cx, if (!SWFDEC_IS_TEXT_FORMAT (obj)) return; - text->format_new = swfdec_text_format_copy (SWFDEC_TEXT_FORMAT (obj)); + swfdec_text_format_add (text->format_new, SWFDEC_TEXT_FORMAT (obj)); } SWFDEC_AS_NATIVE (104, 102, swfdec_text_field_movie_setTextFormat) commit a207c0002748a1a42151252db7b0ba319798bb37 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sat Oct...
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
...5 libswfdec/swfdec_initialize.as | 8 libswfdec/swfdec_initialize.h | 922 ++++++++++++++++----------------- libswfdec/swfdec_text_field_movie.c | 147 ++++- libswfdec/swfdec_text_field_movie.h | 10 libswfdec/swfdec_text_field_movie_as.c | 184 +++++- libswfdec/swfdec_text_format.c | 66 ++ libswfdec/swfdec_text_format.h | 2 test/trace/Makefile.am | 26 test/trace/get-depth-5.swf |binary test/trace/get-depth-5.swf.trace | 4 test/trace/get-depth-6.swf |binary test/trace/get-depth-6.swf.trace...
2007 Oct 17
0
4 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_movie.c libswfdec/swfdec_system_as.c libswfdec/swfdec_text_field_movie.c test/trace
...00644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -28,6 +28,7 @@ #include "swfdec_text_field_movie.h" #include "swfdec_as_context.h" #include "swfdec_as_strings.h" +#include "swfdec_as_interpret.h" #include "swfdec_text_format.h" #include "swfdec_xml.h" #include "swfdec_debug.h" @@ -525,8 +526,6 @@ swfdec_text_field_movie_dispose (GObject *object) text = SWFDEC_TEXT_FIELD_MOVIE (object); - swfdec_text_field_movie_set_listen_variable (text, NULL); - swfdec_text_field_movie_free_paragr...
2007 Oct 22
0
6 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_player.c libswfdec/swfdec_player.h
...yer_internal.h \ swfdec_rect.h \ + swfdec_resource.h \ swfdec_ringbuffer.h \ swfdec_root_movie.h \ swfdec_root_sprite.h \ @@ -128,7 +129,6 @@ IGNORE_HFILES= \ swfdec_stroke.h \ swfdec_style_sheet.h \ swfdec_swf_decoder.h \ - swfdec_swf_instance.h \ swfdec_tag.h \ swfdec_text.h \ swfdec_text_format.h \ commit 0c67e418df972f4329e69f05c7556a0654ed8c64 Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 21 23:37:50 2007 +0200 add framework for doing runtime checks diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c index dd276fc..07eb2fd 100644 --- a/libs...
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
...fdec_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 | 23 test/trace/error-properties-6.swf |binary t...
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 12
0
Changes to 'refs/tags/0.5.3'
...rget readd gtk-doc.m4 typo make new drawn stuff appear above old stuff, not below it Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec fix z-order problems with lineStyle/fillStyle add test for recent zorder fix exclude swfdec_text_format.h add new symbols fix lookup of files to compare with document SwfdecBufferFreeFunc fix names of files in EXTRA_DIST we require glib 2.10 copy/paste error fix typo format == 0 is fine after the format rewrite rewrite loop handling return a...
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
...nt.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 \ + swfdec_text_field_movie.c \ + swfdec_text_field_movie_as.c \ + swfdec_text_field_movie_html.c \ swfdec_text_format.c \ + swfdec_text_renderer.c \ + swfdec_text_snapshot.c \ + swfdec_transform.c \ swfdec_url.c \ swfdec_utils.c \ swfdec_video.c \ diff --git a/libswfdec/swfdec_color_as.c b/libswfdec/swfdec_color_as.c index aece489..35a8304 100644 --- a/libswfdec/swfdec_color_as.c +++ b/libswfdec/swfdec_color...
2007 Oct 22
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/trace
...rTag *n = g_new0 (ParserTag, 1); n->name = f->name; n->name_length = f->name_length; - n->index = data->text->len; - n->end_index = data->text->len + 1; + n->index = g_utf8_strlen (data->text->str, -1); + n->end_index = n->index + 1; n->format = swfdec_text_format_copy (f->format); data->tags_closed = g_slist_prepend (data->tags_closed, n); break; @@ -73,7 +73,7 @@ swfdec_text_field_movie_html_parse_close_tag (ParserData *data, ParserTag *tag) data->text = g_string_append_c (data->text, '\n'); } - tag->end_index = dat...
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
...0 +++++++++++++++---------------- libswfdec/swfdec_style_sheet.c | 71 ++ libswfdec/swfdec_style_sheet.h | 8 libswfdec/swfdec_text_field_movie.c | 18 libswfdec/swfdec_text_field_movie.h | 2 libswfdec/swfdec_text_field_movie_as.c | 117 +-- libswfdec/swfdec_text_format.c | 63 -- libswfdec/swfdec_xml.c | 37 - libswfdec/swfdec_xml_node.c | 51 - test/trace/text-field-values-5.swf |binary test/trace/text-field-values-5.swf.trace | 201 +++++- test/trace/text-field-values-6.swf |binary test/trace/text-fi...