swftools.git
19 years agoregenerated from *.doc
kramm [Mon, 16 Jan 2006 17:02:39 +0000 (17:02 +0000)]
regenerated from *.doc

19 years agofixed unicode bug
kramm [Mon, 16 Jan 2006 17:02:28 +0000 (17:02 +0000)]
fixed unicode bug

19 years agowhen saving, don't realloc the clients bitmap
kramm [Mon, 16 Jan 2006 17:02:10 +0000 (17:02 +0000)]
when saving, don't realloc the clients bitmap

19 years agofixed matrix multiplication order for bitmaps
kramm [Mon, 16 Jan 2006 17:01:59 +0000 (17:01 +0000)]
fixed matrix multiplication order for bitmaps

19 years agosupport for clipdepths in swf_RelocateDepth
kramm [Mon, 16 Jan 2006 17:01:47 +0000 (17:01 +0000)]
support for clipdepths in swf_RelocateDepth

19 years agouncommented warning message
kramm [Mon, 16 Jan 2006 17:01:35 +0000 (17:01 +0000)]
uncommented warning message

19 years agoremoved object file
kramm [Fri, 6 Jan 2006 20:41:23 +0000 (20:41 +0000)]
removed object file

19 years agofixed file version handling with -d
kramm [Fri, 6 Jan 2006 20:41:00 +0000 (20:41 +0000)]
fixed file version handling with -d

19 years agoadded -c and -m options
kramm [Fri, 6 Jan 2006 20:40:48 +0000 (20:40 +0000)]
added -c and -m options

19 years agoadded files
kramm [Fri, 6 Jan 2006 20:40:36 +0000 (20:40 +0000)]
added files

19 years agochanges to the SWFOutputDev interface
kramm [Fri, 6 Jan 2006 20:40:26 +0000 (20:40 +0000)]
changes to the SWFOutputDev interface

19 years agointerface changes: expose gfxdevice to the caller
kramm [Fri, 6 Jan 2006 20:40:04 +0000 (20:40 +0000)]
interface changes: expose gfxdevice to the caller

19 years agofixed treatment of "launch" links without params
kramm [Fri, 6 Jan 2006 20:39:53 +0000 (20:39 +0000)]
fixed treatment of "launch" links without params

19 years agofixed off-by-one bug
kramm [Fri, 6 Jan 2006 20:39:41 +0000 (20:39 +0000)]
fixed off-by-one bug

19 years agoremoved printf
kramm [Fri, 6 Jan 2006 20:39:26 +0000 (20:39 +0000)]
removed printf

19 years agoNameToUnicode references are now relative to the config dir path, too
kramm [Fri, 6 Jan 2006 20:39:16 +0000 (20:39 +0000)]
NameToUnicode references are now relative to the config dir path, too
(made greek languagepack work)

19 years agocompile devices/render.o
kramm [Fri, 6 Jan 2006 20:38:53 +0000 (20:38 +0000)]
compile devices/render.o

19 years agoadded some parentheses
kramm [Fri, 6 Jan 2006 20:38:42 +0000 (20:38 +0000)]
added some parentheses

19 years ago* id overflow now triggers an exit(1)
kramm [Fri, 6 Jan 2006 20:38:31 +0000 (20:38 +0000)]
* id overflow now triggers an exit(1)
* added text marking code

19 years agotried to fix bad advance values
kramm [Fri, 6 Jan 2006 20:38:20 +0000 (20:38 +0000)]
tried to fix bad advance values

19 years agoadded c++ handling
kramm [Fri, 6 Jan 2006 20:38:06 +0000 (20:38 +0000)]
added c++ handling

19 years agotrivial fixes
kramm [Fri, 6 Jan 2006 20:37:56 +0000 (20:37 +0000)]
trivial fixes

19 years agointial revision
kramm [Fri, 6 Jan 2006 20:37:44 +0000 (20:37 +0000)]
intial revision

19 years agos/hower/hover/
kramm [Fri, 6 Jan 2006 20:37:24 +0000 (20:37 +0000)]
s/hower/hover/

19 years agofourcc -> avm_fourcc
kramm [Fri, 6 Jan 2006 20:37:13 +0000 (20:37 +0000)]
fourcc -> avm_fourcc

19 years agofont ids now contain the pdf reference id
kramm [Wed, 7 Dec 2005 20:49:14 +0000 (20:49 +0000)]
font ids now contain the pdf reference id

19 years agoonly remap the font if we found a valid encoding (where max_unicode > 0)
kramm [Wed, 7 Dec 2005 20:49:00 +0000 (20:49 +0000)]
only remap the font if we found a valid encoding (where max_unicode > 0)

19 years agofixed text extraction if the font doesn't have a (working) glyph2ascii
kramm [Wed, 7 Dec 2005 19:41:32 +0000 (19:41 +0000)]
fixed text extraction if the font doesn't have a (working) glyph2ascii

19 years agosmall logging changes
kramm [Wed, 7 Dec 2005 19:41:05 +0000 (19:41 +0000)]
small logging changes

19 years agoremoved extra treatment for space characters, because
kramm [Wed, 7 Dec 2005 19:40:36 +0000 (19:40 +0000)]
removed extra treatment for space characters, because
a) It creates problems with some PDFs (e.g. Indesign)
b) We *do* need to draw them, or otherwise text extraction out of
   the SWFs will fail.

19 years agoadded masking and soft masking
kramm [Wed, 7 Dec 2005 19:40:02 +0000 (19:40 +0000)]
added masking and soft masking

19 years agoonly remove empty glyphs if they don't have a name
kramm [Wed, 7 Dec 2005 19:39:33 +0000 (19:39 +0000)]
only remove empty glyphs if they don't have a name

19 years agoglyph2ascii can now be NULL
kramm [Wed, 7 Dec 2005 19:39:07 +0000 (19:39 +0000)]
glyph2ascii can now be NULL

19 years agoswf_SetSoundDefine() now uses swf_SetSoundDefineRaw() if there's no
kramm [Wed, 7 Dec 2005 19:38:42 +0000 (19:38 +0000)]
swf_SetSoundDefine() now uses swf_SetSoundDefineRaw() if there's no
mp3 support compiled in.

19 years agobrought up to date
kramm [Sat, 3 Dec 2005 14:55:18 +0000 (14:55 +0000)]
brought up to date

19 years agoadded pdf2swf/xpdf/SecurityHandler.{cc,h}
kramm [Sat, 3 Dec 2005 14:55:04 +0000 (14:55 +0000)]
added pdf2swf/xpdf/SecurityHandler.{cc,h}

19 years ago* can now have one more than fontdir/languagedir by using fontdir1,fontdir2...
kramm [Sat, 3 Dec 2005 14:54:49 +0000 (14:54 +0000)]
* can now have one more than fontdir/languagedir by using fontdir1,fontdir2...
* allowed links to nonexistent pages (for internallinkfunction)

19 years agoupgraded xpdf to 3.01
kramm [Sat, 3 Dec 2005 14:54:29 +0000 (14:54 +0000)]
upgraded xpdf to 3.01

19 years agouse xpdf 3.00's cmyk conversion instead of the one on cmyk.cc
kramm [Sat, 3 Dec 2005 14:53:58 +0000 (14:53 +0000)]
use xpdf 3.00's cmyk conversion instead of the one on cmyk.cc

19 years agoapplied diff between xpdf-3.00-orig and xpdf-3.00-swftools
kramm [Sat, 3 Dec 2005 14:53:41 +0000 (14:53 +0000)]
applied diff between xpdf-3.00-orig and xpdf-3.00-swftools

19 years agoremoved useGradients()
kramm [Sat, 3 Dec 2005 14:53:02 +0000 (14:53 +0000)]
removed useGradients()

19 years agoupgraded to xpdf-3.01pl1 xpdf-3-01
kramm [Sat, 3 Dec 2005 14:48:56 +0000 (14:48 +0000)]
upgraded to xpdf-3.01pl1

19 years agoapplied diff between xpdf-3.00-orig and xpdf-3.00-swftools
kramm [Sat, 3 Dec 2005 14:47:24 +0000 (14:47 +0000)]
applied diff between xpdf-3.00-orig and xpdf-3.00-swftools

19 years agoupgraded to xpdf-3.01pl1
kramm [Sat, 3 Dec 2005 14:47:09 +0000 (14:47 +0000)]
upgraded to xpdf-3.01pl1

19 years agoadded compilation of SecurityHandler.cc
kramm [Sat, 3 Dec 2005 14:46:46 +0000 (14:46 +0000)]
added compilation of SecurityHandler.cc

19 years agoupgraded to xpdf-3.01pl1
kramm [Sat, 3 Dec 2005 14:28:56 +0000 (14:28 +0000)]
upgraded to xpdf-3.01pl1

19 years agonew parameter "internallinkfunction".
kramm [Sat, 3 Dec 2005 14:28:39 +0000 (14:28 +0000)]
new parameter "internallinkfunction".

19 years agofixed layout information (leading, ascent/descent)
kramm [Sat, 3 Dec 2005 14:28:22 +0000 (14:28 +0000)]
fixed layout information (leading, ascent/descent)

19 years agofixed typo in error message
kramm [Sat, 3 Dec 2005 14:28:03 +0000 (14:28 +0000)]
fixed typo in error message

19 years agoincreased max line split to 64
kramm [Sat, 3 Dec 2005 14:27:44 +0000 (14:27 +0000)]
increased max line split to 64

19 years agoadded newline capability to swf_SetDefineText().
kramm [Sat, 3 Dec 2005 14:27:26 +0000 (14:27 +0000)]
added newline capability to swf_SetDefineText().

19 years agoadded png save support
kramm [Fri, 18 Nov 2005 17:29:48 +0000 (17:29 +0000)]
added png save support

19 years agoapplied SVG patch from Magnus Lundin
kramm [Sun, 13 Nov 2005 19:57:09 +0000 (19:57 +0000)]
applied SVG patch from Magnus Lundin

19 years agosome fixes for buggy fonts
kramm [Sun, 13 Nov 2005 19:56:49 +0000 (19:56 +0000)]
some fixes for buggy fonts

19 years agoadded "linkcolor" option
kramm [Sun, 13 Nov 2005 19:56:30 +0000 (19:56 +0000)]
added "linkcolor" option

19 years agofixed text field parsing
kramm [Sun, 13 Nov 2005 19:56:08 +0000 (19:56 +0000)]
fixed text field parsing

19 years agoremoved old stuff in pdf2swf, added lib/mem.c,lib/mem.h
kramm [Sun, 6 Nov 2005 22:58:37 +0000 (22:58 +0000)]
removed old stuff in pdf2swf, added lib/mem.c,lib/mem.h

19 years agosmall bugfixes
kramm [Sun, 6 Nov 2005 22:58:17 +0000 (22:58 +0000)]
small bugfixes

19 years agosmall bugfix in drawchar(), removed rfxswf.h references
kramm [Sun, 6 Nov 2005 22:57:50 +0000 (22:57 +0000)]
small bugfix in drawchar(), removed rfxswf.h references

19 years agomoved memory handling to mem.c, mem.h
kramm [Sun, 6 Nov 2005 22:57:02 +0000 (22:57 +0000)]
moved memory handling to mem.c, mem.h

19 years agoremoved include of rfxswf.h
kramm [Sun, 6 Nov 2005 22:56:40 +0000 (22:56 +0000)]
removed include of rfxswf.h

19 years agoremoved rfxswf.h references
kramm [Sun, 6 Nov 2005 22:56:24 +0000 (22:56 +0000)]
removed rfxswf.h references

19 years agomemory handling routines
kramm [Sun, 6 Nov 2005 22:55:33 +0000 (22:55 +0000)]
memory handling routines

19 years agoadded compiling of mem.c
kramm [Sun, 6 Nov 2005 22:55:01 +0000 (22:55 +0000)]
added compiling of mem.c

19 years agoadded workaround for the "couldn't load glyph" freetype memory-corruption
kramm [Sun, 6 Nov 2005 22:54:44 +0000 (22:54 +0000)]
added workaround for the "couldn't load glyph" freetype memory-corruption
problem

19 years agoadded bitmap (render) device
kramm [Sun, 6 Nov 2005 22:53:53 +0000 (22:53 +0000)]
added bitmap (render) device

19 years agofixed BUTTONSOUND/BUTTONCXFORM parsing
kramm [Sun, 6 Nov 2005 22:53:21 +0000 (22:53 +0000)]
fixed BUTTONSOUND/BUTTONCXFORM parsing

19 years agofor move type placeobject, always set matrix and cxform
kramm [Sun, 6 Nov 2005 22:53:00 +0000 (22:53 +0000)]
for move type placeobject, always set matrix and cxform

19 years agoadded some comments
kramm [Sun, 6 Nov 2005 22:52:41 +0000 (22:52 +0000)]
added some comments

19 years agosmall bugfixes
kramm [Sun, 6 Nov 2005 22:52:23 +0000 (22:52 +0000)]
small bugfixes

19 years agoimproved scaling for monochrome images
kramm [Sun, 6 Nov 2005 22:52:02 +0000 (22:52 +0000)]
improved scaling for monochrome images

19 years agoadded new items
kramm [Sat, 15 Oct 2005 14:18:28 +0000 (14:18 +0000)]
added new items

19 years agoadded mp3.{c,h}, moved wav.{c,h} to lib/, moved swfoutput.{cc,h} to
kramm [Sat, 15 Oct 2005 14:18:17 +0000 (14:18 +0000)]
added mp3.{c,h}, moved wav.{c,h} to lib/, moved swfoutput.{cc,h} to
lib/devices

19 years agochanged autoconf syntax to 2.13
kramm [Sat, 15 Oct 2005 14:18:06 +0000 (14:18 +0000)]
changed autoconf syntax to 2.13

19 years ago*** empty log message ***
kramm [Sat, 15 Oct 2005 14:17:25 +0000 (14:17 +0000)]
*** empty log message ***

19 years agomoved swfoutput.cc to ../lib/devices/
kramm [Sat, 15 Oct 2005 14:17:17 +0000 (14:17 +0000)]
moved swfoutput.cc to ../lib/devices/

19 years agomoved swfoutput.h to ../lib/devices
kramm [Sat, 15 Oct 2005 14:17:04 +0000 (14:17 +0000)]
moved swfoutput.h to ../lib/devices

19 years agofixed some error messages.
kramm [Sat, 15 Oct 2005 14:16:52 +0000 (14:16 +0000)]
fixed some error messages.

19 years agoremoved gfxdevice_ prefixes in lib/devices/
kramm [Sat, 15 Oct 2005 14:16:37 +0000 (14:16 +0000)]
removed gfxdevice_ prefixes in lib/devices/

19 years agoadded devices
kramm [Sat, 15 Oct 2005 14:16:30 +0000 (14:16 +0000)]
added devices

19 years agomoved from gfxdevice_*
kramm [Sat, 15 Oct 2005 14:15:18 +0000 (14:15 +0000)]
moved from gfxdevice_*

19 years agospeedup, changed photo
kramm [Sat, 15 Oct 2005 14:14:54 +0000 (14:14 +0000)]
speedup, changed photo

19 years ago*** empty log message ***
kramm [Wed, 12 Oct 2005 18:33:40 +0000 (18:33 +0000)]
*** empty log message ***

19 years agomoved wav.h to ../lib
kramm [Wed, 12 Oct 2005 18:32:45 +0000 (18:32 +0000)]
moved wav.h to ../lib

19 years agofixed sscanf bug
kramm [Wed, 12 Oct 2005 18:32:08 +0000 (18:32 +0000)]
fixed sscanf bug

19 years agomoved wav.{c,h} to ../lib.
kramm [Wed, 12 Oct 2005 18:31:53 +0000 (18:31 +0000)]
moved wav.{c,h} to ../lib.
swfc now depends on ../lib/mp3.{h,o}

19 years agofixed linewidth rounding
kramm [Wed, 12 Oct 2005 18:31:36 +0000 (18:31 +0000)]
fixed linewidth rounding

19 years agofixed space handling in drawChar()
kramm [Wed, 12 Oct 2005 18:31:22 +0000 (18:31 +0000)]
fixed space handling in drawChar()

19 years agochanged argument order in read_wav()
kramm [Wed, 12 Oct 2005 18:30:14 +0000 (18:30 +0000)]
changed argument order in read_wav()

19 years agostandardized function names
kramm [Wed, 12 Oct 2005 18:30:00 +0000 (18:30 +0000)]
standardized function names

19 years agomoved from ../src/
kramm [Wed, 12 Oct 2005 18:29:51 +0000 (18:29 +0000)]
moved from ../src/

19 years agoadded mp3.o target
kramm [Wed, 12 Oct 2005 18:29:24 +0000 (18:29 +0000)]
added mp3.o target

19 years agoimage tags now have an "image" attribute
kramm [Wed, 12 Oct 2005 18:28:13 +0000 (18:28 +0000)]
image tags now have an "image" attribute

19 years agonew function rgba_to_image()
kramm [Wed, 12 Oct 2005 18:27:59 +0000 (18:27 +0000)]
new function rgba_to_image()

19 years agoadded function for reading images
kramm [Wed, 12 Oct 2005 18:27:47 +0000 (18:27 +0000)]
added function for reading images

19 years agofixed line width handling
kramm [Wed, 12 Oct 2005 18:27:36 +0000 (18:27 +0000)]
fixed line width handling

19 years agoapplied mp3 patch from Joel Yliluoma.
kramm [Wed, 12 Oct 2005 18:27:22 +0000 (18:27 +0000)]
applied mp3 patch from Joel Yliluoma.

19 years agoBrought up to date
kramm [Sun, 18 Sep 2005 13:41:34 +0000 (13:41 +0000)]
Brought up to date

19 years agoGenerated from configure.in
kramm [Sun, 18 Sep 2005 13:41:18 +0000 (13:41 +0000)]
Generated from configure.in

19 years agoadded swf_SaveJPEG() function
kramm [Sun, 18 Sep 2005 13:40:37 +0000 (13:40 +0000)]
added swf_SaveJPEG() function