Brought up to date
[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     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
9               optional- use another color for dashed lines)
10     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
11     * fix memory leaks
12     * some bounding boxes are too big
13
14 swfcombine:
15
16     * Allow substituting frames (which have a name), too?
17     * --cat option (concatenates the movies)?
18     * Relocate  SetTarget "/content"  stuff
19     * --merge mode? (Doesn't store everything in movieclips)
20
21 swfextract:
22     
23     * add support for extraction of bitmaps and sounds into 'native' formats (mp3, jpg, png)
24     * improve placeobject handling
25
26 swfdump:
27
28     * Make the output shorter.
29
30 rfxswf-lib:
31    
32     * swf_WriteFont() should write definefont2 tags for more complex fonts,
33       example textfields don't show characters >256.
34     * modules/swfshape doesn't allow changing to fillstyle 0
35     * modules/swffont:TextSetInfoRecord doesn't allow changing to coordinate 0
36     * s/GetDataSize/GetTagLen/g
37       s/GetDataSizePtr/GetTagLenPtr/g
38       s/ObjectPlace/ObjectSet/g
39       (s/GetFrameNo/GetTagFrameNo/g ?)
40