diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-05-24 06:15:44 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-05-24 06:15:44 +0200 |
commit | d759c948debd9e2dd79eb220b10682681c446e3e (patch) | |
tree | 06d21862dfb9f576c1a04e55a910abe9a2733df4 /TODO | |
parent | 8bebcc1c8187906736e3f82b99ee07cb06df0326 (diff) | |
download | mupdf-d759c948debd9e2dd79eb220b10682681c446e3e.tar.xz |
put infernal parser api on top of mini-dom to hide it
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,13 @@ fix the shading code: reuse more code in the parsing error cleanup +think about rewriting file stream api (as the ultimate STDIO replacement): + use function pointers? + dont use pipeline filter? + memoryfile + diskfile + filterfile -> (filters data from another file) + --- immediate plan: |