swftools.git
19 years agodon't try to compile with lang!=swfc.
kramm [Sun, 24 Oct 2004 15:04:24 +0000 (15:04 +0000)]
don't try to compile with lang!=swfc.

19 years agorenamed xpdfrc to pdf2swf.conf, to prevent xpdf configuration "leaking"
kramm [Sat, 23 Oct 2004 18:25:51 +0000 (18:25 +0000)]
renamed xpdfrc to pdf2swf.conf, to prevent xpdf configuration "leaking"
into pdf2swf.

19 years agoAdded SVG compatiblity fixes to parser.
kramm [Sat, 23 Oct 2004 18:25:25 +0000 (18:25 +0000)]
Added SVG compatiblity fixes to parser.

19 years agoremoved -b duplicate.
kramm [Sat, 23 Oct 2004 14:28:19 +0000 (14:28 +0000)]
removed -b duplicate.

19 years agoswf_VideoStreamSetDefine() now sets the same movie size as swf_SetVideoFrame().
kramm [Sat, 23 Oct 2004 14:27:48 +0000 (14:27 +0000)]
swf_VideoStreamSetDefine() now sets the same movie size as swf_SetVideoFrame().

19 years ago* added decoding for RLE-encoded DCT values.
kramm [Sat, 23 Oct 2004 14:27:20 +0000 (14:27 +0000)]
* added decoding for RLE-encoded DCT values.

19 years agoadded function name fix from Marcus Doemling.
kramm [Fri, 22 Oct 2004 19:01:54 +0000 (19:01 +0000)]
added function name fix from Marcus Doemling.

19 years agoadded some log messages to the font directory routines.
kramm [Fri, 22 Oct 2004 16:38:20 +0000 (16:38 +0000)]
added some log messages to the font directory routines.

19 years agomoved addfontdir to SWFOutputDev.cc.
kramm [Fri, 22 Oct 2004 15:08:32 +0000 (15:08 +0000)]
moved addfontdir to SWFOutputDev.cc.

19 years agocheck result value of swf_output_save().
kramm [Fri, 22 Oct 2004 15:08:25 +0000 (15:08 +0000)]
check result value of swf_output_save().

19 years ago* added getDimensions() method to OutputDev
kramm [Fri, 22 Oct 2004 15:08:05 +0000 (15:08 +0000)]
* added getDimensions() method to OutputDev
* logging interface changed.

19 years agoadded boolean return value to save().
kramm [Fri, 22 Oct 2004 15:07:57 +0000 (15:07 +0000)]
added boolean return value to save().

19 years agomoved addfontdir from pdf2swf.cc to SWFOutputDev.cc.
kramm [Fri, 22 Oct 2004 15:07:43 +0000 (15:07 +0000)]
moved addfontdir from pdf2swf.cc to SWFOutputDev.cc.

19 years agoadded members x1,y1,x2,y2 to swf_output.
kramm [Fri, 22 Oct 2004 15:07:37 +0000 (15:07 +0000)]
added members x1,y1,x2,y2 to swf_output.

19 years agoswf_output_save now returns a status code.
kramm [Fri, 22 Oct 2004 15:07:31 +0000 (15:07 +0000)]
swf_output_save now returns a status code.

19 years ago* changed logging interface
kramm [Fri, 22 Oct 2004 15:07:20 +0000 (15:07 +0000)]
* changed logging interface
* movex/movey are now passed in pixels instead of twips

19 years ago* swfoutput_save now returns a status code
kramm [Fri, 22 Oct 2004 15:06:55 +0000 (15:06 +0000)]
* swfoutput_save now returns a status code
* SWF struct is now a member of swfoutput.

19 years agoadded getLogLevel() function.
kramm [Fri, 22 Oct 2004 15:06:18 +0000 (15:06 +0000)]
added getLogLevel() function.

19 years agoseveral cleanups.
kramm [Fri, 22 Oct 2004 15:06:09 +0000 (15:06 +0000)]
several cleanups.

19 years agoswf_ObjectPlace(Clip) now only sets a matrix if it's not the unix matrix.
kramm [Fri, 22 Oct 2004 15:05:48 +0000 (15:05 +0000)]
swf_ObjectPlace(Clip) now only sets a matrix if it's not the unix matrix.

19 years agono changes.
kramm [Fri, 22 Oct 2004 13:53:28 +0000 (13:53 +0000)]
no changes.

19 years agofixed endless loop bug.
kramm [Thu, 21 Oct 2004 17:47:45 +0000 (17:47 +0000)]
fixed endless loop bug.

19 years ago* page info bugfixes
kramm [Thu, 21 Oct 2004 17:47:34 +0000 (17:47 +0000)]
* page info bugfixes
* added pdf_page_rendersection()

19 years ago* changed interface to pdf2swf.cc
kramm [Thu, 21 Oct 2004 17:47:23 +0000 (17:47 +0000)]
* changed interface to pdf2swf.cc
* fixed some memory leaks

19 years agofixed memory leaks.
kramm [Thu, 21 Oct 2004 17:47:13 +0000 (17:47 +0000)]
fixed memory leaks.

19 years agomoved static variables into a structure.
kramm [Thu, 21 Oct 2004 17:46:56 +0000 (17:46 +0000)]
moved static variables into a structure.

19 years agoadded pdf_page_rendersection().
kramm [Thu, 21 Oct 2004 17:46:32 +0000 (17:46 +0000)]
added pdf_page_rendersection().

19 years agoadded __cplusplus extern "C" stuff.
kramm [Thu, 21 Oct 2004 17:46:11 +0000 (17:46 +0000)]
added __cplusplus extern "C" stuff.

19 years agomade interface a little more oo-like.
kramm [Thu, 21 Oct 2004 17:45:49 +0000 (17:45 +0000)]
made interface a little more oo-like.

19 years agoremoved _setversion, _jpegquality.
kramm [Thu, 21 Oct 2004 17:45:30 +0000 (17:45 +0000)]
removed _setversion, _jpegquality.

19 years agoremoved setprotected().
kramm [Thu, 21 Oct 2004 17:44:38 +0000 (17:44 +0000)]
removed setprotected().

19 years agoadded movex/movey.
kramm [Thu, 21 Oct 2004 17:44:19 +0000 (17:44 +0000)]
added movex/movey.

19 years ago* removed config struct again
kramm [Thu, 21 Oct 2004 17:44:05 +0000 (17:44 +0000)]
* removed config struct again
* fixed some memory leaks

19 years agoadded save method.
kramm [Thu, 21 Oct 2004 17:43:50 +0000 (17:43 +0000)]
added save method.

19 years agomoved all static variables into a structure.
kramm [Thu, 21 Oct 2004 17:43:36 +0000 (17:43 +0000)]
moved all static variables into a structure.

19 years agonon-main modules are now compiled into a library.
kramm [Thu, 21 Oct 2004 17:43:16 +0000 (17:43 +0000)]
non-main modules are now compiled into a library.

19 years agoc++/c fixes
kramm [Thu, 21 Oct 2004 17:42:53 +0000 (17:42 +0000)]
c++/c fixes

19 years agochanged interface of converter engine.
kramm [Thu, 21 Oct 2004 17:42:44 +0000 (17:42 +0000)]
changed interface of converter engine.

19 years agoseveral bugfixes, added MacOS X detection.
kramm [Thu, 21 Oct 2004 17:42:20 +0000 (17:42 +0000)]
several bugfixes, added MacOS X detection.

19 years agoadded bit checking in swf_ShapeSetCurve().
kramm [Thu, 21 Oct 2004 17:42:00 +0000 (17:42 +0000)]
added bit checking in swf_ShapeSetCurve().

19 years agoadded extra information output in case of bit overflows.
kramm [Thu, 21 Oct 2004 17:41:49 +0000 (17:41 +0000)]
added extra information output in case of bit overflows.

19 years agofixed URLs.
kramm [Tue, 19 Oct 2004 18:00:31 +0000 (18:00 +0000)]
fixed URLs.

19 years agoremoved email address.
kramm [Tue, 19 Oct 2004 18:00:10 +0000 (18:00 +0000)]
removed email address.

19 years agofixed endless loop.
kramm [Tue, 19 Oct 2004 17:59:18 +0000 (17:59 +0000)]
fixed endless loop.

19 years agoadded 16 bit support (yet untested).
kramm [Tue, 19 Oct 2004 17:58:52 +0000 (17:58 +0000)]
added 16 bit support (yet untested).

19 years agoAdded -E (--end) option.
kramm [Fri, 15 Oct 2004 10:53:27 +0000 (10:53 +0000)]
Added -E (--end) option.

19 years agoApplied endframe patch from Thomas Hartwig.
kramm [Fri, 15 Oct 2004 10:52:59 +0000 (10:52 +0000)]
Applied endframe patch from Thomas Hartwig.

19 years agoif font encoding is not unicode, try glyph[ascii2glyph[c]] before glyph[c]
kramm [Fri, 15 Oct 2004 09:46:25 +0000 (09:46 +0000)]
if font encoding is not unicode, try glyph[ascii2glyph[c]] before glyph[c]
in getCharID().

19 years agodon't assign unicode character if uLen is 0 in drawChar().
kramm [Fri, 15 Oct 2004 09:46:12 +0000 (09:46 +0000)]
don't assign unicode character if uLen is 0 in drawChar().

19 years agoremoved [] characters from test program- m4 would discard them otherwise.
kramm [Fri, 15 Oct 2004 08:17:50 +0000 (08:17 +0000)]
removed [] characters from test program- m4 would discard them otherwise.

19 years agoadded comment.
kramm [Fri, 8 Oct 2004 19:33:38 +0000 (19:33 +0000)]
added comment.

19 years agoGenerated from configure.in release-0-6-2
kramm [Fri, 8 Oct 2004 17:47:25 +0000 (17:47 +0000)]
Generated from configure.in

19 years agoGenerated from configure.in
kramm [Fri, 8 Oct 2004 17:46:42 +0000 (17:46 +0000)]
Generated from configure.in

19 years agokeep compiling pdf2swf if t1lib.h is missing.
kramm [Fri, 8 Oct 2004 17:45:50 +0000 (17:45 +0000)]
keep compiling pdf2swf if t1lib.h is missing.

19 years agoupgraded version to 0.6.2.
kramm [Fri, 8 Oct 2004 17:45:29 +0000 (17:45 +0000)]
upgraded version to 0.6.2.

19 years agoautomake/autoconf fluctuations
kramm [Fri, 8 Oct 2004 17:42:38 +0000 (17:42 +0000)]
automake/autoconf fluctuations

19 years agoautomake/autoconf fluctuations
kramm [Fri, 8 Oct 2004 17:42:12 +0000 (17:42 +0000)]
automake/autoconf fluctuations

19 years agoBrought up to date
kramm [Fri, 8 Oct 2004 17:41:34 +0000 (17:41 +0000)]
Brought up to date

19 years agoadded another method for spline-approximation error-estimation.
kramm [Fri, 8 Oct 2004 11:21:23 +0000 (11:21 +0000)]
added another method for spline-approximation error-estimation.

19 years agoadded some log messages.
kramm [Fri, 8 Oct 2004 08:08:14 +0000 (08:08 +0000)]
added some log messages.

19 years agogcc 2.95.x fixes.
kramm [Thu, 7 Oct 2004 15:47:29 +0000 (15:47 +0000)]
gcc 2.95.x fixes.

19 years agofixed "symbol already defined" warnings.
kramm [Thu, 7 Oct 2004 15:47:06 +0000 (15:47 +0000)]
fixed "symbol already defined" warnings.

19 years agofixed handling of big-endian machines.
kramm [Thu, 7 Oct 2004 15:46:47 +0000 (15:46 +0000)]
fixed handling of big-endian machines.

19 years agogcc 2.95.x fix.
kramm [Thu, 7 Oct 2004 15:46:21 +0000 (15:46 +0000)]
gcc 2.95.x fix.

19 years agoadded heap_t data structure.
kramm [Thu, 7 Oct 2004 14:41:05 +0000 (14:41 +0000)]
added heap_t data structure.

19 years agogenerated from configure.in.
kramm [Tue, 28 Sep 2004 10:47:25 +0000 (10:47 +0000)]
generated from configure.in.

19 years agodon't requite autodetection to succeed if PYTHON_LIB and PYTHON_INCLUDES
kramm [Tue, 28 Sep 2004 10:47:07 +0000 (10:47 +0000)]
don't requite autodetection to succeed if PYTHON_LIB and PYTHON_INCLUDES
are set.

19 years agoadded O_BINARY.
kramm [Tue, 28 Sep 2004 10:46:57 +0000 (10:46 +0000)]
added O_BINARY.

19 years agoadded crop box fix.
kramm [Tue, 28 Sep 2004 07:25:25 +0000 (07:25 +0000)]
added crop box fix.

19 years agofixed "avi2swf hangs" problem.
kramm [Tue, 28 Sep 2004 07:24:56 +0000 (07:24 +0000)]
fixed "avi2swf hangs" problem.

19 years agoadded gradient warning.
kramm [Mon, 27 Sep 2004 09:59:31 +0000 (09:59 +0000)]
added gradient warning.

19 years agofixed blank frame bug.
kramm [Mon, 27 Sep 2004 09:59:20 +0000 (09:59 +0000)]
fixed blank frame bug.

19 years agoadded (call to) useGradients().
kramm [Mon, 27 Sep 2004 09:58:57 +0000 (09:58 +0000)]
added (call to) useGradients().

19 years ago* fixed small bbox bug
kramm [Sun, 26 Sep 2004 14:58:40 +0000 (14:58 +0000)]
* fixed small bbox bug
* fixed segfault with freetype >= 2.1.6

19 years agofixed compile-time bug.
kramm [Sun, 26 Sep 2004 14:58:11 +0000 (14:58 +0000)]
fixed compile-time bug.

19 years agoadded support for different page sizes.
kramm [Sun, 26 Sep 2004 14:07:51 +0000 (14:07 +0000)]
added support for different page sizes.

19 years agobrought up to date.
kramm [Fri, 24 Sep 2004 09:04:53 +0000 (09:04 +0000)]
brought up to date.

19 years agoadded implementation for "flip" parameter.
kramm [Fri, 24 Sep 2004 09:04:43 +0000 (09:04 +0000)]
added implementation for "flip" parameter.

19 years agoFix for Windows: added O_BINARY.
kramm [Wed, 22 Sep 2004 11:43:41 +0000 (11:43 +0000)]
Fix for Windows: added O_BINARY.

19 years agoadded handling of \x.
kramm [Wed, 22 Sep 2004 11:43:31 +0000 (11:43 +0000)]
added handling of \x.

19 years agoadded missing O_BINARY to open().
kramm [Wed, 22 Sep 2004 11:43:20 +0000 (11:43 +0000)]
added missing O_BINARY to open().

19 years agoswf_WriteFont/swf_ReadFont now also work on Windows.
kramm [Wed, 22 Sep 2004 11:43:07 +0000 (11:43 +0000)]
swf_WriteFont/swf_ReadFont now also work on Windows.

19 years agoremoved fontmatrix debug messages.
kramm [Tue, 21 Sep 2004 13:04:08 +0000 (13:04 +0000)]
removed fontmatrix debug messages.

19 years agoadded debugging messages to getCharID().
kramm [Tue, 21 Sep 2004 13:03:57 +0000 (13:03 +0000)]
added debugging messages to getCharID().

19 years agoadded fix for segfault.
kramm [Tue, 21 Sep 2004 13:03:45 +0000 (13:03 +0000)]
added fix for segfault.

19 years agoadded missing files.
kramm [Mon, 20 Sep 2004 16:26:07 +0000 (16:26 +0000)]
added missing files.

19 years agochanged library vfw32 to avifil32.
kramm [Mon, 20 Sep 2004 16:25:01 +0000 (16:25 +0000)]
changed library vfw32 to avifil32.

19 years agoadded HAVE_AVIFILE #define.
kramm [Mon, 20 Sep 2004 16:24:43 +0000 (16:24 +0000)]
added HAVE_AVIFILE #define.

19 years agoadded checking for vfw, cleaned up avifile checks.
kramm [Mon, 20 Sep 2004 16:24:24 +0000 (16:24 +0000)]
added checking for vfw, cleaned up avifile checks.

19 years agoGenerated from configure.in
kramm [Mon, 20 Sep 2004 16:23:50 +0000 (16:23 +0000)]
Generated from configure.in

19 years agoGenerated from configure.in
kramm [Mon, 20 Sep 2004 16:22:49 +0000 (16:22 +0000)]
Generated from configure.in

19 years agoGenerated from configure.in
kramm [Mon, 20 Sep 2004 16:21:56 +0000 (16:21 +0000)]
Generated from configure.in

19 years agoautomake/autoconf fluctuations
kramm [Mon, 20 Sep 2004 16:20:32 +0000 (16:20 +0000)]
automake/autoconf fluctuations

19 years agoBrought up to date
kramm [Mon, 20 Sep 2004 16:19:30 +0000 (16:19 +0000)]
Brought up to date

19 years agoadded HAVE_AVIFILE #define.
kramm [Mon, 20 Sep 2004 16:19:02 +0000 (16:19 +0000)]
added HAVE_AVIFILE #define.

19 years agodon't stop make process if we can't execute compiled executables (allow
kramm [Mon, 20 Sep 2004 16:18:33 +0000 (16:18 +0000)]
don't stop make process if we can't execute compiled executables (allow
cross-compiling).

19 years agoSWF files generated with -m are now always compressed.
kramm [Mon, 20 Sep 2004 16:18:08 +0000 (16:18 +0000)]
SWF files generated with -m are now always compressed.

19 years agoadded checking for vfw, cleaned up avifile checks.
kramm [Mon, 20 Sep 2004 16:17:38 +0000 (16:17 +0000)]
added checking for vfw, cleaned up avifile checks.

19 years agofixed compiling in case WIN32 is not defined.
kramm [Mon, 20 Sep 2004 16:17:14 +0000 (16:17 +0000)]
fixed compiling in case WIN32 is not defined.

19 years agofixed frame display.
kramm [Mon, 20 Sep 2004 16:16:56 +0000 (16:16 +0000)]
fixed frame display.