more to do...
[swftools.git] / TODO
1 General:
2
3     * make more stuff dependent on the information in config.h
4     * consistent output handling if -o is missing. (out.swf/stdout)
5     * either implement -X,-Y options for every program, or do some kind
6       of swfresize/swffix tool
7
8 pdf2swf:
9
10     * The following pdf properties are not yet dealt with:
11       o dashed lines (maybe by using fillstyle to keep Shapes small, maybe
12               optional- use another color for dashed lines)
13       o (type 3 and truetype fonts)
14     * write DEFINE_FONTINFO-Tags to give results for swfstrings 
15       (suppress them as option)
16     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
17     * fix memory leaks
18
19 swfcombine:
20
21     * Allow substituting frames (which have a name), too?
22     * Allow ids instead of names
23     * Relocate  SetTarget "/content"  stuff
24     * --merge mode? (Doesn't store everything in movieclips)
25
26 swfdump:
27
28     * Support for actionscript in buttons. Make the output shorter.
29
30 rfxswf-lib:
31    
32     * ExtractFont() can't handle DefineFont2, neither can swf_WriteFont().
33     * modules/swfshape doesn't allow changing to fillstyle 0
34     * modules/swffont:TextSetInfoRecord doesn't allow changing to coordinate 0
35     * s/GetDataSize/GetTagLen/g
36       s/GetDataSizePtr/GetTagLenPtr/g
37       (s/GetFrameNo/GetTagFrameNo/g ?)
38     
39