removed the priority stuff, sorted by tools
[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
6 pdf2swf:
7
8     * The following pdf properties are not yet dealt with:
9       o Links
10       o dashed lines (maybe by using fillstyle to keep Shapes small, maybe
11               optional- use another color for dashed lines)
12       o (type 3 and truetype fonts)
13     * write DEFINE_FONTINFO-Tags to give results for swfstrings 
14       (suppress them as option)
15     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
16     * fix memory leaks
17
18 swfcombine:
19
20     * Allow substituting frames (which have a name), too?
21     * Allow ids instead of names
22     * Relocate  SetTarget "/content"  stuff
23
24 rfxswf-lib:
25     
26     * modules/swfshape doesn't allow changing to fillstyle 0
27     * function names should have a prefix (rfxswf_ or swflib_ or sth.)
28     * element names should be lowercase
29     * DataPos should be named DataReadPos, DataSize DataWritePos.
30     * bitcount should be named BitWritePos, bitmask BitReadPos
31