swftools.git
22 years agoadded -X, -Y option
kramm [Wed, 31 Oct 2001 21:05:20 +0000 (21:05 +0000)]
added -X, -Y option

22 years agofixed swf_FontImport()
boehme [Wed, 31 Oct 2001 20:54:31 +0000 (20:54 +0000)]
fixed swf_FontImport()

22 years agofixed swf_WriteCGI
boehme [Wed, 31 Oct 2001 20:26:03 +0000 (20:26 +0000)]
fixed swf_WriteCGI

22 years agofixed opcode for GetUrl.
kramm [Wed, 31 Oct 2001 20:17:03 +0000 (20:17 +0000)]
fixed opcode for GetUrl.

22 years agoRemoved the len/WritePos,pos/ReadPos unions again, as some versions of
kramm [Wed, 31 Oct 2001 19:45:52 +0000 (19:45 +0000)]
Removed the len/WritePos,pos/ReadPos unions again, as some versions of
gcc can't handle empty unions.

22 years agochanges in /lib/example
boehme [Wed, 31 Oct 2001 17:31:44 +0000 (17:31 +0000)]
changes in /lib/example

22 years agotexbox.c is no longer needed because it's too complex
boehme [Wed, 31 Oct 2001 15:06:44 +0000 (15:06 +0000)]
texbox.c is no longer needed because it's too complex
* for basic texture mapping: trastest.c
* for 3D-to-flash: box.c

22 years ago* updated examples to new rfxswf name conventions
boehme [Wed, 31 Oct 2001 15:03:57 +0000 (15:03 +0000)]
* updated examples to new rfxswf name conventions
* added Makefile for all examples
* cleaned up examples: added some comments and removed deprecated stuff

22 years agorfxswf cleanups: TAG structure and ResetWriteBits/ResetReadBits
boehme [Wed, 31 Oct 2001 13:08:37 +0000 (13:08 +0000)]
rfxswf cleanups: TAG structure and ResetWriteBits/ResetReadBits
fixed GetName()/TagGetName() confusion

22 years agoadded optimized routines for actioncode generation
kramm [Wed, 31 Oct 2001 10:08:39 +0000 (10:08 +0000)]
added optimized routines for actioncode generation

22 years agoadded prefix swf_ to action enumeration routines.
kramm [Tue, 30 Oct 2001 21:14:41 +0000 (21:14 +0000)]
added prefix swf_ to action enumeration routines.

22 years agoremoved items concerning rfxlib
kramm [Tue, 30 Oct 2001 21:08:23 +0000 (21:08 +0000)]
removed items concerning rfxlib

22 years agoresolved conflicts
kramm [Tue, 30 Oct 2001 21:00:09 +0000 (21:00 +0000)]
resolved conflicts

22 years agoadded action enumeration routines
kramm [Tue, 30 Oct 2001 20:48:07 +0000 (20:48 +0000)]
added action enumeration routines

22 years agoadded README in /lib/example
boehme [Tue, 30 Oct 2001 20:44:00 +0000 (20:44 +0000)]
added README in /lib/example

22 years agoadded enumeration routines
kramm [Tue, 30 Oct 2001 20:39:57 +0000 (20:39 +0000)]
added enumeration routines

22 years agotemporary comment because of changes in rfxswf
boehme [Tue, 30 Oct 2001 20:38:00 +0000 (20:38 +0000)]
temporary comment because of changes in rfxswf

22 years agorfxswf cleanups: added prefixes and altered structure name conventions
boehme [Tue, 30 Oct 2001 20:33:27 +0000 (20:33 +0000)]
rfxswf cleanups: added prefixes and altered structure name conventions

22 years agomade swfdump dependent on ../lib/rfxswf.o
kramm [Tue, 30 Oct 2001 19:49:57 +0000 (19:49 +0000)]
made swfdump dependent on ../lib/rfxswf.o

22 years agouse the dump function in swfaction.c.
kramm [Tue, 30 Oct 2001 11:52:47 +0000 (11:52 +0000)]
use the dump function in swfaction.c.

22 years agorfxswf.o now get's rebuild if one of the modules got modified.
kramm [Tue, 30 Oct 2001 11:48:26 +0000 (11:48 +0000)]
rfxswf.o now get's rebuild if one of the modules got modified.

22 years agoadded ActionEnumerateURLs function.
kramm [Tue, 30 Oct 2001 11:44:55 +0000 (11:44 +0000)]
added ActionEnumerateURLs function.

22 years agoadded lib/modules/swfaction.h
kramm [Tue, 30 Oct 2001 10:58:48 +0000 (10:58 +0000)]
added lib/modules/swfaction.h

22 years agoadded SetAction routine
kramm [Tue, 30 Oct 2001 10:52:33 +0000 (10:52 +0000)]
added SetAction routine

22 years agofixed target "clean"
kramm [Tue, 30 Oct 2001 10:39:00 +0000 (10:39 +0000)]
fixed target "clean"

22 years agodon't include "args.h"
kramm [Tue, 30 Oct 2001 10:29:16 +0000 (10:29 +0000)]
don't include "args.h"

22 years agoModule for handling Flash 3/4/5 Actionscript.
kramm [Tue, 30 Oct 2001 10:28:22 +0000 (10:28 +0000)]
Module for handling Flash 3/4/5 Actionscript.

22 years agoAdd Actionscript header and functions.
kramm [Tue, 30 Oct 2001 10:27:32 +0000 (10:27 +0000)]
Add Actionscript header and functions.

22 years agoprint a warning if a parameter didn't expect an argument
kramm [Tue, 30 Oct 2001 09:53:18 +0000 (09:53 +0000)]
print a warning if a parameter didn't expect an argument

22 years agocorrected some errors in the op table
kramm [Tue, 30 Oct 2001 07:20:18 +0000 (07:20 +0000)]
corrected some errors in the op table

22 years agofixed getTagName so that it returns 0 if the Tag has no name
kramm [Mon, 29 Oct 2001 22:09:55 +0000 (22:09 +0000)]
fixed getTagName so that it returns 0 if the Tag has no name

22 years agoadded actionscript disassembling
kramm [Mon, 29 Oct 2001 22:07:39 +0000 (22:07 +0000)]
added actionscript disassembling

22 years agoadded -a option
kramm [Mon, 29 Oct 2001 22:06:53 +0000 (22:06 +0000)]
added -a option

22 years agoGenerated from configure.in
kramm [Mon, 29 Oct 2001 18:52:09 +0000 (18:52 +0000)]
Generated from configure.in

22 years agoremoved some checks for things we don't use
kramm [Mon, 29 Oct 2001 18:51:46 +0000 (18:51 +0000)]
removed some checks for things we don't use

22 years agoGenerated from configure.in
kramm [Mon, 29 Oct 2001 18:41:51 +0000 (18:41 +0000)]
Generated from configure.in

22 years agoinclude sys/types.h, also
kramm [Mon, 29 Oct 2001 18:36:13 +0000 (18:36 +0000)]
include sys/types.h, also

22 years agocheck for sys/types.h
kramm [Mon, 29 Oct 2001 18:34:47 +0000 (18:34 +0000)]
check for sys/types.h

22 years agoalso disable pdf2swf if zlib.h isn't found
kramm [Mon, 29 Oct 2001 18:31:17 +0000 (18:31 +0000)]
also disable pdf2swf if zlib.h isn't found

22 years agoGenerated from configure.in
kramm [Mon, 29 Oct 2001 16:14:42 +0000 (16:14 +0000)]
Generated from configure.in

22 years agomade some code dependent on HAVE_SYS_STAT_H.
kramm [Mon, 29 Oct 2001 16:14:06 +0000 (16:14 +0000)]
made some code dependent on HAVE_SYS_STAT_H.

22 years agoadded check for sys/stat.h
kramm [Mon, 29 Oct 2001 16:12:45 +0000 (16:12 +0000)]
added check for sys/stat.h

22 years agoadded item
kramm [Mon, 29 Oct 2001 16:06:09 +0000 (16:06 +0000)]
added item

22 years ago* Check filesize
kramm [Mon, 29 Oct 2001 16:04:16 +0000 (16:04 +0000)]
* Check filesize
* Print header

22 years agoremoved the priority stuff, sorted by tools
kramm [Mon, 29 Oct 2001 15:29:12 +0000 (15:29 +0000)]
removed the priority stuff, sorted by tools

22 years agobugfix: some lines were too thick or too thin
kramm [Mon, 29 Oct 2001 15:22:52 +0000 (15:22 +0000)]
bugfix: some lines were too thick or too thin

22 years agofixed logfs with no priority
kramm [Mon, 29 Oct 2001 15:07:57 +0000 (15:07 +0000)]
fixed logfs with no priority

22 years agodon't draw characters which don't have a name
kramm [Mon, 29 Oct 2001 13:41:01 +0000 (13:41 +0000)]
don't draw characters which don't have a name

22 years agobrought up to date
kramm [Mon, 29 Oct 2001 09:42:54 +0000 (09:42 +0000)]
brought up to date

22 years agoshow tag sizes
kramm [Mon, 29 Oct 2001 09:38:48 +0000 (09:38 +0000)]
show tag sizes

22 years agoimplement picture cache, so pictures that are referenced multiple
kramm [Mon, 29 Oct 2001 09:37:37 +0000 (09:37 +0000)]
implement picture cache, so pictures that are referenced multiple
times only get stored once.

22 years ago* new function: swfoutput_drawimageagain, which draws an image which
kramm [Mon, 29 Oct 2001 09:24:46 +0000 (09:24 +0000)]
* new function: swfoutput_drawimageagain, which draws an image which
  was encountered before.
* the other swfoutput_drawimage* functions now return an id to be
  used for swfoutput_drawimageagain

22 years agoGenerated from configure.in
kramm [Sun, 28 Oct 2001 23:50:00 +0000 (23:50 +0000)]
Generated from configure.in

22 years agodocumented latest changes
kramm [Sun, 28 Oct 2001 23:49:51 +0000 (23:49 +0000)]
documented latest changes

22 years agoversion is now pre0.1.0. We need the 3rd digit for patches, so we
kramm [Sun, 28 Oct 2001 23:48:02 +0000 (23:48 +0000)]
version is now pre0.1.0. We need the 3rd digit for patches, so we
can't keep on doing 0.0.x releases. :)

22 years agoremoved "lossless image files" item (which is done)
kramm [Sun, 28 Oct 2001 23:42:24 +0000 (23:42 +0000)]
removed "lossless image files" item (which is done)

22 years agoGenerated from configure.in
kramm [Sun, 28 Oct 2001 23:21:36 +0000 (23:21 +0000)]
Generated from configure.in

22 years agochanged some errors to warnings.
kramm [Sun, 28 Oct 2001 23:21:03 +0000 (23:21 +0000)]
changed some errors to warnings.

22 years agoLossless Images added.
kramm [Sun, 28 Oct 2001 23:17:12 +0000 (23:17 +0000)]
Lossless Images added.

22 years ago* removed the checks for X11 and pthread, as they aren't used at the moment.
kramm [Sun, 28 Oct 2001 21:56:47 +0000 (21:56 +0000)]
* removed the checks for X11 and pthread, as they aren't used at the moment.
* don't fail if zlib isn't found

22 years agochange the function in the zlib check to one we actually use
kramm [Sun, 28 Oct 2001 21:52:42 +0000 (21:52 +0000)]
change the function in the zlib check to one we actually use

22 years agoadded item
kramm [Sun, 28 Oct 2001 21:40:32 +0000 (21:40 +0000)]
added item

22 years agoadded item
kramm [Sun, 28 Oct 2001 21:30:37 +0000 (21:30 +0000)]
added item

22 years agonew file: zlibtest.c
boehme [Sun, 28 Oct 2001 19:00:06 +0000 (19:00 +0000)]
new file: zlibtest.c

22 years agonew lossless image functions (alpha channel still buggy, but I suspect the flash...
boehme [Sun, 28 Oct 2001 18:57:31 +0000 (18:57 +0000)]
new lossless image functions (alpha channel still buggy, but I suspect the flash player to cause these problems ...)

22 years agonew lossless image functions
boehme [Sun, 28 Oct 2001 18:55:08 +0000 (18:55 +0000)]
new lossless image functions

22 years agoinitial version: little example for zlib-compressed lossless images in swf
boehme [Sun, 28 Oct 2001 18:51:36 +0000 (18:51 +0000)]
initial version: little example for zlib-compressed lossless images in swf

22 years agoremoved NEWS, README.
kramm [Sun, 28 Oct 2001 17:49:50 +0000 (17:49 +0000)]
removed NEWS, README.

22 years agoadded HOWTO_pdf2swf
kramm [Sun, 28 Oct 2001 17:48:31 +0000 (17:48 +0000)]
added HOWTO_pdf2swf

22 years agogenerated from pdf2swf_usage.html
kramm [Sun, 28 Oct 2001 17:47:51 +0000 (17:47 +0000)]
generated from pdf2swf_usage.html

22 years agoremoved 2 items
kramm [Sun, 28 Oct 2001 17:11:37 +0000 (17:11 +0000)]
removed 2 items

22 years agoinitialize config.antistream
kramm [Sun, 28 Oct 2001 16:58:30 +0000 (16:58 +0000)]
initialize config.antistream

22 years ago* fixed a typo in the header
kramm [Sun, 28 Oct 2001 16:58:04 +0000 (16:58 +0000)]
* fixed a typo in the header
* new config option: config.antistream

22 years agomake the combined swfs suitable for streaming. (can be disabled by setting
kramm [Sun, 28 Oct 2001 16:57:31 +0000 (16:57 +0000)]
make the combined swfs suitable for streaming. (can be disabled by setting
config.antistream to 1)

22 years agorfxswf cleanup: replaced LP<type> by <type> *
boehme [Sun, 28 Oct 2001 13:06:33 +0000 (13:06 +0000)]
rfxswf cleanup: replaced LP<type> by <type> *
used tool: sed 's/\<LP\([A-Z]*\)\>/\1 */g'

22 years agothis file was required by automake
kramm [Sun, 28 Oct 2001 12:44:33 +0000 (12:44 +0000)]
this file was required by automake

22 years agobrought up to date.
kramm [Sat, 27 Oct 2001 22:02:58 +0000 (22:02 +0000)]
brought up to date.

22 years agoremoved stamp-h.in
kramm [Sat, 27 Oct 2001 21:31:33 +0000 (21:31 +0000)]
removed stamp-h.in

22 years agoremoved stamp-h stuff
kramm [Sat, 27 Oct 2001 21:22:25 +0000 (21:22 +0000)]
removed stamp-h stuff

22 years agothis file belonged to automake
kramm [Sat, 27 Oct 2001 21:21:19 +0000 (21:21 +0000)]
this file belonged to automake

22 years agofixed dependencies. rfxlib used to get compiled always.
kramm [Sat, 27 Oct 2001 21:17:47 +0000 (21:17 +0000)]
fixed dependencies. rfxlib used to get compiled always.

22 years agoGenerated from configure.in
kramm [Sat, 27 Oct 2001 21:02:20 +0000 (21:02 +0000)]
Generated from configure.in

22 years agoversion is now pre0.0.3
kramm [Sat, 27 Oct 2001 21:02:07 +0000 (21:02 +0000)]
version is now pre0.0.3

22 years agoadded item
kramm [Sat, 27 Oct 2001 21:01:46 +0000 (21:01 +0000)]
added item

22 years agouse the autoconf variables when compiling
kramm [Sat, 27 Oct 2001 21:01:23 +0000 (21:01 +0000)]
use the autoconf variables when compiling

22 years agoadded item
kramm [Sat, 27 Oct 2001 18:30:12 +0000 (18:30 +0000)]
added item

22 years agoGenerated from configure.in
kramm [Sat, 27 Oct 2001 18:29:56 +0000 (18:29 +0000)]
Generated from configure.in

22 years agomake stacking appear in usage (--help).
kramm [Sat, 27 Oct 2001 18:29:08 +0000 (18:29 +0000)]
make stacking appear in usage (--help).

22 years agofixed DEFINETEXT relocating
kramm [Sat, 27 Oct 2001 18:27:49 +0000 (18:27 +0000)]
fixed DEFINETEXT relocating

22 years agoremoved the "stacking doesn't work yet" message, as stacking does work now.
kramm [Sat, 27 Oct 2001 16:35:18 +0000 (16:35 +0000)]
removed the "stacking doesn't work yet" message, as stacking does work now.

22 years agoremoved a printf
kramm [Sat, 27 Oct 2001 16:34:44 +0000 (16:34 +0000)]
removed a printf

22 years agodocumented configure changes
kramm [Sat, 27 Oct 2001 14:38:32 +0000 (14:38 +0000)]
documented configure changes

22 years agoremoved one item, added one item
kramm [Sat, 27 Oct 2001 14:36:26 +0000 (14:36 +0000)]
removed one item, added one item

22 years agoGenerated from configure.in
kramm [Sat, 27 Oct 2001 14:33:56 +0000 (14:33 +0000)]
Generated from configure.in

22 years agomake jpeg2swf target optional
kramm [Sat, 27 Oct 2001 14:33:30 +0000 (14:33 +0000)]
make jpeg2swf target optional

22 years ago* fixed a bug: jpeglib was named xjpeglib for testing
kramm [Sat, 27 Oct 2001 14:32:58 +0000 (14:32 +0000)]
* fixed a bug: jpeglib was named xjpeglib for testing
* use rm -f to remove the pdf2swf Makefile

22 years agofixed a bug
kramm [Sat, 27 Oct 2001 14:31:16 +0000 (14:31 +0000)]
fixed a bug

22 years ago* implemented disabling of jpeg2swf if jpeglib isn't found
kramm [Sat, 27 Oct 2001 14:30:33 +0000 (14:30 +0000)]
* implemented disabling of jpeg2swf if jpeglib isn't found
* put an install: target in the (disabled) pdf2swf Makefile

22 years agoGenerated from configure.in
kramm [Sat, 27 Oct 2001 14:22:50 +0000 (14:22 +0000)]
Generated from configure.in

22 years agoprint out package version that is created
kramm [Sat, 27 Oct 2001 14:22:09 +0000 (14:22 +0000)]
print out package version that is created