2 - Investigate better (that is, normal) text selection.
3 - Use PDF font descriptors to create an FcPattern.
4 - Add simle performance benchmark that takes a pdf and renders
5 every page 100 times or so. Start keeping track of
7 - make color space conversion stuff more sane (right now we
8 hack around some of it in the cairo backend)
9 - move away from getChar to a more read(2) like interface
12 - use libtiff for ccitt decoding?
15 - expose Rendition media through the MovieObject API
16 - use Q_GLOBAL_STATIC for GlobalParams?
17 - use QSettings or another system for loading/saving Document/global settings?
18 - expose API for lcms/color management system
19 - make the ArthurOutputDev optional
22 - Sound/Movie actions support
23 - API to create annotations
26 - Java/JNI-based frontend for Android
29 - Implement linear/radial gradients with cairo gradients
31 - Make the cairo backend feature complete and optimize the
34 Jeff Muizelaar's TODO:
36 - factor out some of the color conversion code from CairoOutputDev and ArthurOutputDev.
37 - fix patterned text fills.
39 - use cairo glyph cache for type3 fonts.
40 - try to use cairo pattern support.