Displaying 8 results from an estimated 8 matches for "swfdec_rectangle".
2007 Oct 10
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h m4/gtk-doc.m4 Makefile.am test/trace
...0x09, 0x1C, 0x96, 0x07, 0x00, 0x07, 0x04, 0x00, 0x00, 0x00, 0x08, 0x05,
+ 0x3D, 0x17, 0x00
};
diff-tree 6e07ccf5a40c80611e894d2371911984a132ad14 (from 00c05a14a4ef30277cc58278207a3711408de6fc)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Oct 10 22:06:55 2007 +0200
install swfdec_rectangle.h
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 428a3a9..33a462f 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -153,6 +153,7 @@ public_headers = \
swfdec_keys.h \
swfdec_loader.h \
swfdec_player.h \
+ swfdec_rectangle.h \
swfdec_script.h \
swfdec_sy...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...ch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
only assign ints as ints
use the original target as target of defined functions
don't set the target of functions defined in the init scripts
add a test for DefineFunction targets
install swfdec_rectangle.h
setTarget null does not reset the target
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...
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
...t's a lot of code again, but I had to change some APIs. Some...
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 0cf8b71..99a701b 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -96,6 +96,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \
swfdec_rect.c \
swfdec_rectangle.c \
swfdec_resource.c \
+ swfdec_resource_request.c \
swfdec_ringbuffer.c \
swfdec_script.c \
swfdec_security.c \
@@ -219,6 +220,7 @@ noinst_HEADERS = \
swfdec_player_internal.h \
swfdec_rect.h \
swfdec_resource.h \
+ swfdec_resource_request.h \
swfdec_ringbuffer.h \
swfdec_script...
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
...iles = \
swfdec_pattern.c \
swfdec_player.c \
swfdec_player_as.c \
+ swfdec_player_scripting.c \
swfdec_print_job.c \
swfdec_policy_loader.c \
swfdec_rect.c \
@@ -189,6 +190,7 @@ public_headers = \
swfdec_keys.h \
swfdec_loader.h \
swfdec_player.h \
+ swfdec_player_scripting.h \
swfdec_rectangle.h \
swfdec_script.h \
swfdec_system.h \
diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h
index 9d13242..1a9a4ca 100644
--- a/libswfdec/swfdec.h
+++ b/libswfdec/swfdec.h
@@ -38,6 +38,7 @@
#include <libswfdec/swfdec_keys.h>
#include <libswfdec/swfdec_loader.h>
#include <libs...
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
...swfdec/Makefile.am
index 9320e97..985eb28 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -113,7 +113,7 @@ libswfdec_source_files = \
swfdec_player_as.c \
swfdec_player_scripting.c \
swfdec_print_job.c \
- swfdec_policy_loader.c \
+ swfdec_policy_file.c \
swfdec_rect.c \
swfdec_rectangle.c \
swfdec_resource.c \
@@ -261,7 +261,7 @@ noinst_HEADERS = \
swfdec_path.h \
swfdec_pattern.h \
swfdec_player_internal.h \
- swfdec_policy_loader.h \
+ swfdec_policy_file.h \
swfdec_rect.h \
swfdec_resource.h \
swfdec_resource_request.h \
diff --git a/libswfdec/swfdec_flash_security...
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...+ swfdec_security.h \
swfdec_shape.h \
swfdec_shape_parser.h \
swfdec_sound.h \
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 0c2e2a6..c042086 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -96,6 +96,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \
swfdec_rectangle.c \
swfdec_ringbuffer.c \
swfdec_script.c \
+ swfdec_security.c \
swfdec_shape.c \
swfdec_shape_parser.c \
swfdec_sound.c \
@@ -216,6 +217,7 @@ noinst_HEADERS = \
swfdec_rect.h \
swfdec_ringbuffer.h \
swfdec_script_internal.h \
+ swfdec_security.h \
swfdec_shape.h \
swfdec_shape...
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
...swf_instance.[ch] => swfdec_resource.[ch]
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 3bab53b..c67f132 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -95,6 +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...
2007 Nov 30
0
36 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_flash_security.c
...efile.am b/libswfdec/Makefile.am
index a07d30f..6c42eb0 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -118,6 +118,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \
swfdec_player.c \
swfdec_player_as.c \
swfdec_print_job.c \
+ swfdec_policy_loader.c \
swfdec_rect.c \
swfdec_rectangle.c \
swfdec_resource.c \
@@ -250,6 +251,7 @@ noinst_HEADERS = \
swfdec_path.h \
swfdec_pattern.h \
swfdec_player_internal.h \
+ swfdec_policy_loader.h \
swfdec_rect.h \
swfdec_resource.h \
swfdec_resource_request.h \
diff --git a/libswfdec/swfdec_flash_security.c b/libswfdec/swfdec_fla...