some more ideas
[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
26 Cleanups in rfxswf-lib:
27     
28     * LPTAGs etc. should be TAG*s
29     * function names should have a prefix (rfxswf_ or swflib_ or sth.)
30     * GetMatrix should be named GetMATRIX, as it gets a MATRIX datatype. Same for CXFORM etc.
31       ^ I do not agree /rainer
32     * element names should be lowercase
33     * DataPos should be named DataReadPos, DataSize DataWritePos.
34     * bitcount should be named BitWritePos, bitmask BitReadPos
35