added todo item.
[swftools.git] / TODO
1 Priorities:
2 1. Do some sample swfs for swfcombine 
3 2. Make pdf2swf cope with more complex pdfs
4 3. General improvements
5 4. Cleanups in rfxswf-lib.
6
7 Make pdf2swf cope with more complex pdfs:
8
9     The following pdf properties are not yet dealt with:
10     * Links
11     * lossless image file formats
12     * dashed lines
13     * (type 3 and truetype fonts)
14
15 Do some sample swfs for swfcombine:
16
17     * Some swf for displaying other swfs frame by frame (e.g. with next/previous
18       buttons) would be very handy for swfs generated by pdf2swf
19
20 General Improvements:
21
22     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
23     * fix memory leaks
24     * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
25     * consistent output handling if -o is missing. (out.swf/stdout)
26
27 Cleanups in rfxswf-lib:
28     
29     * LPTAGs etc. should be TAG*s
30     * function names should have a prefix (rfxswf_ or swflib_ or sth.)
31     * GetMatrix should be named GetMATRIX, as it gets a MATRIX datatype. Same for CXFORM etc.
32     [ ^ I do not agree /rainer - Why not? /matthias ]
33     * element names should be lowercase
34     * DataPos should be named DataReadPos, DataSize DataWritePos.
35     * bitcount should be named BitWritePos, bitmask BitReadPos
36