swftools.git
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

22 years agoripped all the remaining automake self-generating stuff out
kramm [Sat, 27 Oct 2001 14:21:31 +0000 (14:21 +0000)]
ripped all the remaining automake self-generating stuff out

22 years ago* explicitly call AC_DEFINE_UNQUOTED for PACKAGE and VERSION.
kramm [Sat, 27 Oct 2001 14:20:26 +0000 (14:20 +0000)]
* explicitly call AC_DEFINE_UNQUOTED for PACKAGE and VERSION.
* use only one AC_OUTPUT. seems autoconf doesn't like it when there are
  more of them

22 years agowe don't do automake anymore
kramm [Sat, 27 Oct 2001 13:53:28 +0000 (13:53 +0000)]
we don't do automake anymore

22 years agoremoved Makefile.am's
kramm [Sat, 27 Oct 2001 13:17:38 +0000 (13:17 +0000)]
removed Makefile.am's

22 years agowe don't do automake anymore
kramm [Sat, 27 Oct 2001 13:12:35 +0000 (13:12 +0000)]
we don't do automake anymore

22 years agoremoved aclocal.m4
kramm [Sat, 27 Oct 2001 13:07:38 +0000 (13:07 +0000)]
removed aclocal.m4

22 years agothis file was only needed for automake
kramm [Sat, 27 Oct 2001 13:00:30 +0000 (13:00 +0000)]
this file was only needed for automake

22 years agogenerated from configure.in
kramm [Fri, 26 Oct 2001 20:33:50 +0000 (20:33 +0000)]
generated from configure.in

22 years agoremoved automake stuff
kramm [Fri, 26 Oct 2001 20:32:38 +0000 (20:32 +0000)]
removed automake stuff

22 years agoremoved Makefile target
kramm [Fri, 26 Oct 2001 20:30:05 +0000 (20:30 +0000)]
removed Makefile target

22 years agoimplemented the autoconf-pdf2swf-disabling thing automake_to_be_removed
kramm [Fri, 26 Oct 2001 20:24:53 +0000 (20:24 +0000)]
implemented the autoconf-pdf2swf-disabling thing

22 years agoGenerated from configure.in
kramm [Fri, 26 Oct 2001 20:21:15 +0000 (20:21 +0000)]
Generated from configure.in

22 years agodisable pdf2swf/jpeg2swf also if t1lib.h and/or jpeglib.h are not found.
kramm [Fri, 26 Oct 2001 20:17:11 +0000 (20:17 +0000)]
disable pdf2swf/jpeg2swf also if t1lib.h and/or jpeglib.h are not found.

22 years agogenerated from configure.in
kramm [Fri, 26 Oct 2001 20:07:22 +0000 (20:07 +0000)]
generated from configure.in

22 years agoimplemented disabling of pdf2swf package
kramm [Fri, 26 Oct 2001 20:05:39 +0000 (20:05 +0000)]
implemented disabling of pdf2swf package

22 years agocheck for HAVE_LIBJPEG
kramm [Fri, 26 Oct 2001 19:44:07 +0000 (19:44 +0000)]
check for HAVE_LIBJPEG

22 years agoadded lib/old_rfxswf.h
kramm [Fri, 26 Oct 2001 18:54:38 +0000 (18:54 +0000)]
added lib/old_rfxswf.h

22 years agogenerated from Makefile.am
kramm [Fri, 26 Oct 2001 18:13:58 +0000 (18:13 +0000)]
generated from Makefile.am

22 years agoremoved the all-am stuff again
kramm [Fri, 26 Oct 2001 18:12:26 +0000 (18:12 +0000)]
removed the all-am stuff again

22 years agodon't automatically generate Makefile, config.h.in, etc.
kramm [Fri, 26 Oct 2001 17:14:35 +0000 (17:14 +0000)]
don't automatically generate Makefile, config.h.in, etc.

22 years agogenerated from Makefile.am
kramm [Fri, 26 Oct 2001 17:11:13 +0000 (17:11 +0000)]
generated from Makefile.am

22 years agoprevent automatically generating the Makefile, config.h.in, etc.
kramm [Fri, 26 Oct 2001 17:10:59 +0000 (17:10 +0000)]
prevent automatically generating the Makefile, config.h.in, etc.

22 years agoadded item.
kramm [Fri, 26 Oct 2001 09:25:21 +0000 (09:25 +0000)]
added item.

22 years agoadded config.guess and config.sub
kramm [Fri, 26 Oct 2001 09:23:55 +0000 (09:23 +0000)]
added config.guess and config.sub

22 years agointroduced old_rfxswf.h, which stores #define's for old function and
kramm [Thu, 25 Oct 2001 21:37:17 +0000 (21:37 +0000)]
introduced old_rfxswf.h, which stores #define's for old function and
variable names.

22 years agotest HAVE_JPEGLIB_H before including the jpeglib header
kramm [Thu, 25 Oct 2001 20:36:52 +0000 (20:36 +0000)]
test HAVE_JPEGLIB_H before including the jpeglib header

22 years agoadded autoconf section
kramm [Thu, 25 Oct 2001 20:30:14 +0000 (20:30 +0000)]
added autoconf section

22 years agogenerated from configure.in
kramm [Thu, 25 Oct 2001 20:11:25 +0000 (20:11 +0000)]
generated from configure.in

22 years agomoved AC_EXEEXT downward. It has to be below the compiler checks.
kramm [Thu, 25 Oct 2001 20:10:06 +0000 (20:10 +0000)]
moved AC_EXEEXT downward. It has to be below the compiler checks.

22 years agoinitial revision
kramm [Thu, 25 Oct 2001 20:06:11 +0000 (20:06 +0000)]
initial revision

22 years agoadded item
boehme [Thu, 25 Oct 2001 09:15:30 +0000 (09:15 +0000)]
added item

22 years agoadded todo item.
kramm [Wed, 24 Oct 2001 20:21:47 +0000 (20:21 +0000)]
added todo item.

22 years ago* fix: install jpeg2swf.1
boehme [Wed, 24 Oct 2001 19:48:46 +0000 (19:48 +0000)]
* fix: install jpeg2swf.1

22 years agosome more ideas
boehme [Wed, 24 Oct 2001 19:05:57 +0000 (19:05 +0000)]
some more ideas

22 years agobugfix: error message on <file not found> without last guessed extension
boehme [Wed, 24 Oct 2001 18:37:17 +0000 (18:37 +0000)]
bugfix: error message on <file not found> without last guessed extension

22 years agofixed font style
kramm [Wed, 24 Oct 2001 11:50:54 +0000 (11:50 +0000)]
fixed font style

22 years agoversion is 0.0.2 now
kramm [Tue, 23 Oct 2001 22:22:06 +0000 (22:22 +0000)]
version is 0.0.2 now

22 years agofixed ShapeSetLine (again) release-0-0-2
kramm [Tue, 23 Oct 2001 18:33:36 +0000 (18:33 +0000)]
fixed ShapeSetLine (again)

22 years agochanged version to 0.0.2
kramm [Tue, 23 Oct 2001 17:45:22 +0000 (17:45 +0000)]
changed version to 0.0.2

22 years agocommand line parameters which contain '=' are now split into two
kramm [Tue, 23 Oct 2001 17:40:51 +0000 (17:40 +0000)]
command line parameters which contain '=' are now split into two

22 years ago* args moved to lib
kramm [Tue, 23 Oct 2001 17:38:59 +0000 (17:38 +0000)]
* args moved to lib