search for: swfdec_style_sheet

Displaying 11 results from an estimated 11 matches for "swfdec_style_sheet".

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
libswfdec/swfdec_as_strings.c | 2 + libswfdec/swfdec_html_parser.c | 41 ++++++++++++++++++++--- libswfdec/swfdec_style_sheet.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/s...
2008 Jan 19
0
5 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_loader.c libswfdec/swfdec_style_sheet.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/swfdec_test_test.c
libswfdec/swfdec_as_object.c | 3 +++ libswfdec/swfdec_loader.c | 8 +------- libswfdec/swfdec_style_sheet.c | 3 ++- libswfdec/swfdec_text_field_movie.c | 12 ++++++------ libswfdec/swfdec_text_field_movie_as.c | 4 ++++ test/swfdec_test_test.c | 1 + 6 files changed, 17 insertions(+), 14 deletions(-) New commits: commit 2ddba438108342502c59bc4f09d96118a59b5e33 Aut...
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
...libswfdec/swfdec_filter.c | 1 libswfdec/swfdec_initialize.as | 1 libswfdec/swfdec_load_object.c | 1 libswfdec/swfdec_load_object.h | 1 libswfdec/swfdec_load_object_as.c | 1 libswfdec/swfdec_loadvars_as.c | 2 - libswfdec/swfdec_style_sheet.c | 1 libswfdec/swfdec_style_sheet.h | 2 - libswfdec/swfdec_swf_decoder.c | 4 +-- libswfdec/swfdec_text_field.c | 2 - libswfdec/swfdec_text_field.h | 2 - libswfdec/swfdec_text_field_movie.c | 39 +++++++++++++++++++++++++++++---- l...
2007 Nov 01
0
3 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c
...++++++++++++ libswfdec/swfdec_resource.h | 5 + libswfdec/swfdec_resource_request.c | 125 ++++++++++++++++++++++++++++++ libswfdec/swfdec_resource_request.h | 60 ++++++++++++++ libswfdec/swfdec_sprite_movie.c | 27 ------ libswfdec/swfdec_sprite_movie.h | 4 libswfdec/swfdec_style_sheet.c | 2 16 files changed, 398 insertions(+), 177 deletions(-) New commits: commit 3fcf0a319414ae119e109211c391106cba07112e Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 1 00:48:23 2007 +0100 invoke mark() on the parent or we use all user-set variables This f...
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
libswfdec/swfdec_as_internal.h | 4 libswfdec/swfdec_as_object.c | 25 libswfdec/swfdec_html_parser.c | 6 libswfdec/swfdec_initialize.as | 7 libswfdec/swfdec_initialize.h | 920 +++++++++++++++---------------- 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....
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
...a/doc/Makefile.am +++ b/doc/Makefile.am @@ -112,6 +112,7 @@ IGNORE_HFILES= \ swfdec_pattern.h \ swfdec_player_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...
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'
...prite_movie_as.c | 324 libswfdec/swfdec_stage_as.c | 1 libswfdec/swfdec_stroke.c | 174 libswfdec/swfdec_stroke.h | 30 libswfdec/swfdec_style_sheet.c | 295 libswfdec/swfdec_style_sheet.h | 51 libswfdec/swfdec_swf_decoder.c | 165 libswfdec/swfdec_swf_decoder.h | 39 libswfdec/swfdec_swf...
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
...95,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_player_as.c \ swfdec_rect.c \ swfdec_rectangle.c \ + swfdec_resource.c \ swfdec_ringbuffer.c \ swfdec_script.c \ swfdec_security.c \ @@ -110,7 +111,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_stage_as.c \ swfdec_style_sheet.c \ swfdec_swf_decoder.c \ - swfdec_swf_instance.c \ swfdec_system.c \ swfdec_system_as.c \ swfdec_tag.c \ @@ -218,6 +218,7 @@ noinst_HEADERS = \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ + swfdec_resource.h \ swfdec_ringbuffer.h \ swfdec_script_internal.h \...
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
...;s HTML input missing"); + } - if (data->style_sheet && - ((tag->name_length == 2 && !g_strncasecmp (tag->name, "li", 2)) || - (tag->name_length == 1 && !g_strncasecmp (tag->name, "p", 1)))) { - SwfdecTextFormat *format = swfdec_style_sheet_get_tag_format ( - data->style_sheet, swfdec_as_context_give_string (data->cx, - g_strndup (tag->name, tag->name_length))); - if (format != NULL) - swfdec_text_format_add (tag->format, format); - } + if (data->style_sheet && + ((tag->name_length == 2 &amp...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...,11 +127,13 @@ libswfdec_source_files = \ swfdec_shared_object.c \ swfdec_sound.c \ swfdec_sound_object.c \ - swfdec_stroke.c \ swfdec_sprite.c \ swfdec_sprite_movie.c \ swfdec_sprite_movie_as.c \ swfdec_stage_as.c \ + swfdec_stream.c \ + swfdec_stream_target.c \ + swfdec_stroke.c \ swfdec_style_sheet.c \ swfdec_swf_decoder.c \ swfdec_system.c \ @@ -193,6 +195,7 @@ public_headers = \ swfdec_player_scripting.h \ swfdec_rectangle.h \ swfdec_script.h \ + swfdec_stream.h \ swfdec_system.h \ swfdec_url.h @@ -273,9 +276,10 @@ noinst_HEADERS = \ swfdec_sound_object.h \ swfdec_sprite...