Displaying 15 results from an estimated 15 matches for "swfdec_stroke".
2007 Apr 16
0
4 commits - libswfdec/swfdec_shape.c libswfdec/swfdec_stroke.c test/dump.c
libswfdec/swfdec_shape.c  |   19 +++++++++++++++----
 libswfdec/swfdec_stroke.c |    6 +++---
 test/dump.c               |    2 +-
 3 files changed, 19 insertions(+), 8 deletions(-)
New commits:
diff-tree 04113e5a83386f59140f248a817f7bf8d6728ddb (from f307c3b4ba316d4d1880e1aeba079878230e3db8)
Author: Benjamin Otte <otte@gnome.org>
Date:   Mon Apr 16 11:42:21 2007 +020...
2007 Apr 16
0
7 commits - libswfdec/swfdec_codec_gst.c libswfdec/swfdec_font.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_shape.c libswfdec/swfdec_shape.h libswfdec/swfdec_sprite.c
...c_morph_movie.c |   18 ++--
 libswfdec/swfdec_pattern.c     |  130 +++++++++++++++++++------------
 libswfdec/swfdec_pattern.h     |   16 ++-
 libswfdec/swfdec_shape.c       |   99 +++++++++++++-----------
 libswfdec/swfdec_shape.h       |   11 +-
 libswfdec/swfdec_sprite.c      |    8 +
 libswfdec/swfdec_stroke.c      |  167 +++++++++++++++++++++++++++++++++--------
 libswfdec/swfdec_stroke.h      |   39 ++++++---
 libswfdec/swfdec_tag.c         |    2 
 test/dump.c                    |   23 +++--
 13 files changed, 380 insertions(+), 178 deletions(-)
New commits:
diff-tree c396c1d9b1488becf71c3ab32ea5b7...
2008 May 03
1
[Bug 15814] New: unable to view new york times feature
...fonts in TextField is not supported
SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag
function not implemented for 74 CSMTextSettings
SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag
function not implemented for 74 CSMTextSettings
SWFDEC: WARN : swfdec_stroke.c(321): swfdec_stroke_do_parse_extended: FIXME:
different caps on start and end of line are unsupported
SWFDEC: WARN : swfdec_stroke.c(321): swfdec_stroke_do_parse_extended: FIXME:
different caps on start and end of line are unsupported
SWFDEC: WARN : swfdec_shape_parser.c(290): swfdec_shape_parser...
2007 Apr 13
0
5 commits - libswfdec/Makefile.am libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_font.c libswfdec/swfdec_loadertarget.c libswfdec/swfdec_movie.h libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_player.c
...------------
 libswfdec/swfdec_pattern.h         |   24 ++-
 libswfdec/swfdec_player.c          |    5 
 libswfdec/swfdec_player_internal.h |    7 -
 libswfdec/swfdec_shape.c           |   11 -
 libswfdec/swfdec_sprite.c          |   48 +++++++
 libswfdec/swfdec_sprite.h          |    1 
 libswfdec/swfdec_stroke.c          |  210 +++++++++++++++++++++++++++++++++
 libswfdec/swfdec_stroke.h          |   69 +++++++++++
 libswfdec/swfdec_swf_decoder.c     |    8 -
 libswfdec/swfdec_tag.c             |    2 
 player/swfdec_debug_widget.c       |    2 
 18 files changed, 423 insertions(+), 233 deletions(-)
New...
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
...swfdec/cairo/libcairo-1.4.10/src/cairo-gstate.c:975
#11 0xb77a9f4c in *INT_cairo_stroke_preserve (cr=0xa46ab78)
    at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo.c:2053
#12 0xb77a9f72 in cairo_stroke (cr=0xa46ab78)
    at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo.c:2027
#13 0xb0dbb66f in swfdec_stroke_paint (draw=0x9a782d0, cr=0xa46ab78, 
    trans=0xbfe97888) at swfdec_stroke.c:124
#14 0xb0d8a37e in swfdec_draw_paint (draw=0x9a782d0, cr=0xa46ab78, 
    trans=0xbfe97888) at swfdec_draw.c:129
#15 0xb0db6cce in swfdec_shape_render (graphic=0xa43e570, cr=0xa46ab78, 
    trans=0xbfe97888, inval=0xbf...
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...swfdec_loader_internal.h \
@@ -88,6 +95,7 @@ IGNORE_HFILES= \
 	swfdec_morph_movie.h \
 	swfdec_morphshape.h \
 	swfdec_movie.h \
+	swfdec_net_connection.h \
 	swfdec_net_stream.h \
 	swfdec_pattern.h \
 	swfdec_player_internal.h \
@@ -103,9 +111,11 @@ IGNORE_HFILES= \
 	swfdec_sprite_movie.h \
 	swfdec_stroke.h \
 	swfdec_swf_decoder.h \
+	swfdec_swf_instance.h \
 	swfdec_tag.h \
 	swfdec_text.h \
 	swfdec_types.h \
+	swfdec_utils.h \
 	swfdec_video.h \
 	swfdec_video_movie.h \
 	swfdec_xml.h
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index aa1c339..07c7ee4 100644
--- a/doc/swfdec-docs.sgm...
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
.....5f441f8 100644
--- 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 d...
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
...x 0fc7e87..d77ef99 100644
--- a/libswfdec/swfdec_movie_as_drawing.c
+++ b/libswfdec/swfdec_movie_as_drawing.c
@@ -32,12 +32,50 @@
 /* FIXME: This whole code assumes it works for MovieClip, Button and TextField
  * objects. If it only works for MovieClip objects, fix this. */
 
+static SwfdecDraw *
+swfdec_stroke_copy (SwfdecDraw *draw)
+{
+  SwfdecStroke *sstroke = SWFDEC_STROKE (draw);
+  SwfdecStroke *dstroke = g_object_new (SWFDEC_TYPE_STROKE, NULL);
+
+  dstroke->start_width = sstroke->start_width;
+  dstroke->start_color = sstroke->start_color;
+  if (sstroke->pattern)
+    dstroke->...
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
...;
+#include "swfdec_as_strings.h"
 #include "swfdec_color.h"
 #include "swfdec_debug.h"
-#include "swfdec_as_internal.h"
+#include "swfdec_gradient_pattern.h"
 #include "swfdec_path.h"
 #include "swfdec_pattern.h"
 #include "swfdec_stroke.h"
@@ -69,6 +71,9 @@ swfdec_sprite_movie_end_fill (SwfdecMovie *movie, SwfdecDraw *new)
   }
 }
 
+#define SWFDEC_COLOR_FROM_COLOR_ALPHA(color, alpha) \
+  (((color) & 0xFFFFFF) | SWFDEC_COLOR_COMBINE (0, 0, 0, CLAMP ((alpha), 0, 100) * 255 / 100))
+
 SWFDEC_AS_NATIVE (901, 1, swfdec_sprit...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...bswfdec/swfdec_sound.h                         |   42 
 libswfdec/swfdec_sprite.c                        |  241 +
 libswfdec/swfdec_sprite.h                        |   25 
 libswfdec/swfdec_sprite_movie.c                  |  149 -
 libswfdec/swfdec_sprite_movie.h                  |    7 
 libswfdec/swfdec_stroke.c                        |  313 ++
 libswfdec/swfdec_stroke.h                        |   82 
 libswfdec/swfdec_swf_decoder.c                   |  159 -
 libswfdec/swfdec_swf_decoder.h                   |   12 
 libswfdec/swfdec_tag.c                           |  355 --
 libswfdec/swfdec_text.c...
2007 Jun 15
0
Branch 'as' - 5 commits - libswfdec/swfdec_as_native_function.c libswfdec/swfdec_edittext.c libswfdec/swfdec_edittext.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_morphshape.h
...SwfdecParagraph *	swfdec_paragraph_html_parse   	(SwfdecEditText *	text, 
diff --git a/libswfdec/swfdec_font.c b/libswfdec/swfdec_font.c
index b3616dc..b7878a0 100644
--- a/libswfdec/swfdec_font.c
+++ b/libswfdec/swfdec_font.c
@@ -29,6 +29,7 @@
 #include "swfdec_shape.h"
 #include "swfdec_stroke.h"
 #include "swfdec_swf_decoder.h"
+#include "swfdec_tag.h"
 
 G_DEFINE_TYPE (SwfdecFont, swfdec_font, SWFDEC_TYPE_CHARACTER)
 
@@ -124,7 +125,7 @@ convert_from_language (const char *s, Sw
 #endif
 
 int
-tag_func_define_font_info (SwfdecSwfDecoder *s, guint version)
+tag_...
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
...ndex 7997827..e53f881 100644
--- a/libswfdec/swfdec_morph_movie.c
+++ b/libswfdec/swfdec_morph_movie.c
@@ -24,6 +24,7 @@
 #include "swfdec_morph_movie.h"
 #include "swfdec_debug.h"
 #include "swfdec_draw.h"
+#include "swfdec_player_internal.h"
 #include "swfdec_stroke.h"
 
 G_DEFINE_TYPE (SwfdecMorphMovie, swfdec_morph_movie, SWFDEC_TYPE_MOVIE)
@@ -47,10 +48,11 @@ swfdec_morph_movie_set_ratio (SwfdecMovie *movie)
 {
   SwfdecMorphMovie *mmovie = SWFDEC_MORPH_MOVIE (movie);
 
+  swfdec_movie_invalidate_next (movie);
   g_slist_foreach (mmovie->draws, (GFu...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...prite.c                                           |   10 
 libswfdec/swfdec_sprite_movie.c                                     |  167 
 libswfdec/swfdec_sprite_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/swfde...
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
..._pattern.h \
 	swfdec_player_internal.h \
 	swfdec_rect.h \
+	swfdec_resource.h \
 	swfdec_ringbuffer.h \
 	swfdec_script_internal.h \
 	swfdec_security.h \
@@ -230,7 +231,6 @@ noinst_HEADERS = \
 	swfdec_sprite_movie.h \
 	swfdec_style_sheet.h \
 	swfdec_swf_decoder.h \
-	swfdec_swf_instance.h \
 	swfdec_stroke.h \
 	swfdec_tag.h \
 	swfdec_text.h \
diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c
index bd8ae18..42f8dd8 100644
--- a/libswfdec/swfdec_as_interpret.c
+++ b/libswfdec/swfdec_as_interpret.c
@@ -41,7 +41,7 @@
 #include "swfdec_player_internal.h"
 #include...
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
...class for sockets and loaders
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 4f2d438..a8e2cf6 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -127,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_script...