made .ttf files work on windows
[swftools.git] / ChangeLog
1 0.0.1: initial release
2 0.0.2: 
3         * pdf2swf: Added support for pdf bitmaps, clipping, state saving/restoring, colors,
4                    solid fill and line width. The output SWF files are now much smaller.
5         * swfcombine: Added stacking option (-t)
6         * swfcombine: Small bugfixes with the command line options
7         * rfxswf-lib: some bugfixes concerning sprites, cgi, shapes, jpegs.
8         * swfstrings: New: Allows extraction of text from swf files
9         * swfdump: New: Dumps swf file information. (And does some error checking on the SWF)
10         * jpeg2swf: New: Converts one or more jpegs to a swf movie.
11
12 0.1.0: 
13         * configure: Now works without automake, automatically disables 
14                         jpeg2swf and pdf2swf if jpeglib is not found (disable
15                         both) or t1lib is not found (disable pdf2swf)
16         * swfcombine: bugfix: DEFINETEXT tags didn't get relocated right
17         * swfcombine: bugfix: no longer builds "unstreamable" SWFs
18         * rfxswf-lib: actionscript
19         * rfxswf-lib: lossless image formats
20         * pdf2swf: conversion of lossless image formats
21         * pdf2swf: picture cache to prevent images getting stored more than once
22         * pdf2swf: conversion of (hyper)links
23         * swfdump: -a, -e and -XY options
24         * lib/example/zlibtest: new file, demonstrates using lossless images with rfxswf-lib
25         * lib/example/dumpfont: utility for dumping fonts out of swf (and generate c sourcecode for creating them)
26         * lib/example/demofont: example font, generated with lib/example/dumpfont.
27
28 0.1.1:  
29         * swfcombine: Wasn't able to handle converted pdfs with links. Fixed.
30         * swfcombine: Introduce --dummy, -X,-Y,-r options
31         * swfdump: new: -r option
32         * pdf2swf: small bugfixes
33         * HOWTO_pdf2swf: added section about correcting size and framerate
34
35 0.1.2:
36         * swfdump: can dump all actionscript flavours (button, button2, standalone) now
37         * rfxswf-lib: improved font handling
38         * lib/example/makefonts.cc: new file, converts the standard fonts to swf
39         * lib/example/glyphshape.c: new file, demonstrates using font characters as shapes
40         * pdfswf: many bugfixes. The "pdfscreen" manual now get's converted correctly
41         * rfxswf-lib: bugfix: Couldn't handle jpeg grayscale images
42
43 0.2.0:  
44         * pdf2swf: TrueType support added. (using ttf2pt1)
45         * rfxswf-lib: performs conversion of jpeg colorspaces now. (Makes pdf2swf cope
46                        with more types of jpegs)
47         * swfextract: new tool, allows to extract single objects, frames etc. from movieclips
48         * swfcombine: allows ids instead of names, now, too.
49         * swfdump: added text displaying functionality. (like swfstrings)
50         * swfdump: now dumps also the undocumented placeobject2 actioncode.
51         * lib/example/avi2swf.cc: For now, converts small (!) avi movie files to swf.  (using 
52                                   libavifile)
53
54 0.2.1:  
55         * configure: Does checking for byte order and command substitution capability now.
56         * rfxswf: Applied Anjo Krank's patch for MacOS X.
57         * pdf2swf: Fixed font transformation matrix
58         * swfcombine: new options: --cat, --stack1, --merge, --frame
59         * swfs/: new directory, holds some standard SWFs primarily used for pdf2swf
60                  installs into ${DATADIR}/swftools/swfs
61         * pdf2swf: New options --viewer, --preloader, -b, -l
62         * pdf2swf: Fonts are now in ${DATADIR}/swftools/fonts
63
64 0.2.2:  
65         * swfs/: Added/Wrote sources for some of the swf files 
66         * swfdump: Major bugfix in placeobject2, hex output function
67         * swfextract: Can now extract png, jpeg and mp3.
68         * swfcombine: big endian fixes
69         * swfextract: big endian fixes
70         * pdf2swf: Changed from 100dpi to 72dpi conversion
71         * pdf2swf: Some optimizations, fix the zero string problem.
72         * lib/: Added Bladeenc 0.94.1 for mp3 compression
73         * lib/example/avi2swf.cc: Can now handle big files. Slightly better compression ratio. Sound.
74         * lib/example/sound.c: New file, demonstrates use of the sound module in librfxswf.
75
76 0.2.3: 
77         * pdf2swf: New option --fontdir, can now handle external fonts.
78         * lib/modules/swftext.c: Several font-extraction bugfixes
79         * src/swfdump: Bugfixes, ids and depths are now in decimal
80         * src/swfcombine: Bugfixes.
81         * configure.in: Cleaned up.
82
83 0.3.0:
84         * pdf2swf: The --ignore option now actually makes the pdf files smaller.
85         * rfxswf: Can now write DefineFont2 tags
86         * swfextract/swfcombine: Bugfixes (DefineEditText)
87         * swfdump: New option --used, prints out referred IDs of each tag.
88         * rfxswf: Can now read and write Flash 6 (MX) compressed SWFs. (SWCs)
89         * pdf2swf: Added compression flag (-z)
90         * swfcombine: Added compression flag (-z)
91         * configure.in: zlib is now required.
92         * src/png2swf: New tool.
93         * swfdump: Prints some image infos now.
94         * pdf2swf: Fixed Image handling
95         * avi2swf/: Is part of the main distribution now
96         * src/wav2swf: New tool.
97
98 0.3.1:
99         * configure: Didn't create all Makefiles when t1lib or jpeglib were absent. Fixed.
100         * swfs/Makefile: FreeBSD fixes.
101
102 0.4.0:
103         * pdf2swf/xpdf: Upgraded PDF Parser to Version 1.01.
104         * pdf2swf: Can now handle Type 3 Fonts. (As Bitmaps)
105         * src/swfcombine: Completely rewritten, using the rfxswf routines
106         * configure: Check for libtool
107         * lib/rfxswf: Fixed some parsing bugs (swffont, swfdump)
108         * pdf2swf: Added antialiasing capabilities for Type 3 Fonts
109         * lib/examples/makefonts: Fonts: Bounding boxes are now handled correctly
110         * png2swf: Support for more image types
111         * pdf2swf: New option -t (--stop)
112
113 0.4.1:
114         * src/swfcombine: Bugfix with -x option
115         * lib/Makefile: MacOSX fixes
116         * pdf2swf/SWFOutput.cc: fixed undefined sqrt()
117         * src/png2swf: Support for transparency
118         * pdf2swf: Support for CID Fonts
119         * src/swfcombine: Bugfixes
120         * lib/rfxswf: Added Sprite Unfolding routines
121
122 0.4.2:
123         * src/Makefile: OpenBSD fixes
124         * lib/lame: Removed *.o files from archive
125         * avi2swf: Implemented --flip option
126         * pdf2swf: Implemented --flashversion option
127         * pdf2swf: Implemented Viewer gadgets- it's now possible to call Flash functions via hyperlink
128
129 0.4.3:
130         * src/jpeg2swf: Grayscale fix
131         * lib/rfxswf: Improved MX support
132         * pdf2swf: Command line fixes
133         * swfdump: Added -f (--frames) option
134         * png2swf: Added support for mode 6 images
135         * swfs: Support for print protection in simple_viewer
136         * swfs: added keyboard_viewer
137         * swfcombine: Bugfixes
138         * swfdump: Shows frame position now.
139         * swfdump: Some definesound infos added
140         * wav2swf: added support for definesound, looping and framerate
141         * pdf2swf: Calling Actionscript Functions can now also be done via http: hyperlink,
142                    e.g.: http://pdf2swf:call:_root.myFunction:parameter
143         * ./*/Makefile: all Makefiles rewritten.
144
145 0.4.4:
146         * src/swfextract: output file name handling fix
147         * lib/rfxswf: better sprite fold/unfold support
148         * src/swfdump: new option -p (--placements), support for exportassets, namecharacter
149         * src/swfextract: support for font extraction
150         * pdf2swf/font2swf: new tool, for converting Type1 fonts to SWF
151         * lib/rfxswf: font routines fixed
152         * lib/rfxswf: support for definejpegbits3
153         * src/png2swf: better support for 32 bit images with transparency
154         * pdf2swf/pdf2swf: slightly better TTF support, some fixes
155         * pdf2swf/pdf2swf: Output filename is no longer mandatory
156         * lib/rfxswf: added workaround for the 63-byte BMF_32 bug in the Flash Player
157         * lib/rfxswf: fix for ratios in swfobject.c
158         * src/swfdump: shows some info about video tags now
159         * pdf2swf/pdf2swf: greatly improved spline conversion
160         * pdf2swf/: Fix for t1lib-5.0.0
161         * src/wav2swf: streaming sound now works for all framerates < 35.
162
163 0.5.0:
164         * pdf2swf: added support for capline-styles
165         * avi2swf: added h.263 support
166         * avi2swf: improved sound support
167         * Makefiles: added MingW/Cygwin support
168         * pdf2swf/ttf2pt1: upgraded to ttf2pt1 3.4.3.
169         * lib/: changed logf to msg (support for gcc 3.2)
170         * src/jpeg2swf: Added support for H.263 compression (for correlated images).
171         * swfc: New tool, allow compilation of .sc files to swf
172         * swfbbox: New Tool, allows several bounding box operations on SWFs
173         * wav2swf: added support for samplerate 44100 (Marcus Doemling)
174         * avi2swf: added -r (--mp3-samplerate) parameter (Marcus Doemling)
175         * lib/action: Integrated Ming Actioncompiler
176         * lib/modules/swffont.c: New module, allows creation of SWF fonts from Type1 and TTF
177         * lib/modules/swfshape.c: Support for gradients
178         * lib/rfxswf.h: Support for MD5 encrypted passwords (PROTECT tags)
179
180 0.5.1:
181         * png2swf: fixed a bug for 8 bit indexed images
182         * lib/rfxswf.h: fixed a bug- could previously only be compiled with either t1lib or freetype
183         * configure: newer avifile versions (>= 0.7.38) now also work.
184
185 0.6.0:
186         * configure: added check for broken freetype- disable freetype in some cases
187         * swfbbox: Added support for text boxes
188         * png2swf: Fixed alpha conversion (removed definejpeg3 workaround)
189         * swfc: added buttons, edittext fields
190         * rfxswf: fixed font advance parameters (editboxes with custom font now work)
191         * swfextract: Is able to extract alpha channels out of DEFINEBITS2 now.
192         * pdf2swf: Made MingW compatible. There's now a Win32 version.
193         * pdf2swf: Reworked font routines
194         * swfcombine: Some fixes for clipping depths
195         * swfextract: Reworked object listing output
196         * lib/rfxswf: New method swf_FontPrepareForEditText()
197         * lib/lame: Removed lame library source, it's now linked dynamically
198         * lib/python: Added python interface
199
200 0.6.1:
201         * swfc: Fixed .(edit)text- this was broken due to rfxswf font changes
202         * pdf2swf: Fixed font matrix handling
203         * pdf2swf: Fixed "highest charcode not displayed" bug
204         * pdf2swf: Bounding boxes are now of the right size
205         * pdf2swf: Fixed Windows crash in 4 bit palette images
206         * pdf2swf: Fixed another variant of "Didn't find glyph xxx in font" bug
207
208 0.6.2:
209         * swfbbox: Calculates the complete movie's bounding box now. New -e,-b,-B options.
210         * pdf2swf: New "-s minlinewidth" option
211         * swfdump: Fixed handling of PLACEOBJECT
212         * lib/modules/swffont.c: Added support for new-style freetype headers
213         * configure: Improved freetype and python detection, added fontconfig detection
214         * swfdump: Support for shapes added
215         * swfdump: several bugfixes from simon-swf@munton.demon.co.uk
216         * pdf2swf: Added fontconfig font replacement
217         * lib/h.263: added better support for custom frames
218         * avi2swf: Is now ported to Win32, too.
219         * pdf2swf: Upgraded to xpdf 3.00
220
221 0.6.3:
222         * lib/modules/swfrender.c: New module, for shape->bitmap conversion
223         * lib/rfxswf.c: Several small bugfixes
224         * lib/modules/swftools.c: New function swf_Optimize()
225         * src/swfc.c: .outline and .textshape support line drawings now, too
226         * src/swfc.c: added -O option
227         * src/swfc.c: added support for including actionscript (.action filename=)
228         * src/swfc.c: frames now start at 1
229         * src/swfextract.c: Objects extracted with -i are now scaled to width 512
230         * src/swfextract.c: Fixed jpeg extraction bug
231         * src/wav2swf.c: Big endian fixes
232         * lib/modules/swfshape.c: too long lines are now split automatically
233         * configure: Several Mac OS X fixes
234         * pdf2swf/SWFOutputDev: refactored interface to pdf2swf.cc
235         * src/png2swf.c: added -z option
236         * src/jpeg2swf.c: added -z option
237         * m4/python.m4: Python MacOS X fixes
238         * src/gif2swf.c: New tool, for converting (animated) gifs to swf (Daichi Shinozaki)
239
240 0.7.0:
241         * swfdump: Fixed bit overflow bug
242         * lib/gfxdevice.h: Started implementation of graphic layer abstraction
243         * pdf2swf: Fixed Type 3 color bug
244         * pdf2swf: Fixed a rare rendering bug caused by the float conversion in moveTo
245         * pdf2swf: Fixed CMYK conversion
246         * pdf2swf: added support for joinstyles 
247         * pdf2swf: capstyles don't require clipping anymore
248         * pdf2swf: added support for dashed/dotted lines
249         * pdf2swf: Images are now stored as either jpeg or zlib, whatever is smaller.
250         * pdf2swf: Fixed Type0C handling
251         * swfcombine: Fixed jpeg table conversion
252         * lib/rfxswf.c: added support for definejpeg3 extraction
253         * pdf2swf: New option -s bboxvars
254         * pdf2swf: Added support for stroke/clip text rendering
255         * swfbbox: Default behaviour has been fixed
256         * pdf2swf: fix for non-closed shapes
257         * pdf2swf: Font quality is now determined by the used font sizes
258         * pdf2swf: Shapes are now all starting at (0,0), and then explizitly placed at their
259                    actual starting positions (useful with zlib)
260         * pdf2swf: Default Flash version is now 6
261
262 0.8.0:
263         * lib/modules/swfsound.c: Fixed compile problem if the lame library is present
264         * pdf2swf: Bugfix: -s flashversion was broken
265         * pdf2swf: -b and -l now also work on Windows
266         * swfbbox: The -c option is now documented
267         * swfdump: Added support for flash 8
268         * librfxswf: Added support for flash 8 filters and blend modes
269         * src/swfc: Added support for flash 8 filters and blend modes
270         * pdf2swf: upgraded to xpdf 3.01
271         * swfcombine: new -w (--scalex) -h (--scaley) options
272
273 0.8.1:
274         * pdf2swf: Upgraded to xpdf 3.02
275         * lib/modules/swftools: Fixed several bugs in Flash8 parsing
276         * src/swfrender: Added --ng switch
277         * lib/swf/: New gfxdevice
278
279 0.9.0:
280         * pdf2swf: Added support for Flash 8 Flashtype
281         * pdf2swf: numerous bugfixes
282         * pdf2swf: support for gradients
283         * pdf2swf: support for different optimization levels (-O1, -O2, --flatten)
284         * src/swfdump: Flash 8/9 support
285         * pdf2swf: Common fonts are now linked directly into the executable
286         * setup.py: added Python setup script
287         * lib/python/gfx: New python module for accessing pdf2swf functionality
288         * as3compile: New tool, for compiling ActionScript 3.0
289         * swfc: added AS3.0 support