Show hidden links; display links as rectangle or underline; selectable link color
Fix bug: Page List depends on correct pdf entries
Implement resize window to page
Implement auto reload a file when it has changed
Add bitmap cache (should speedup rendering of some Type 3 fonts)
Implement more "intelligent" text selection
Add support for PDF forms with JavaScript
Redesign the internal locking mechanism. This will simplify the next three items
Fix Find/Find Next without blocking window
Implement a page cache
Add "Pop-up" magnifier for a part of the page
Rendering
Create platform independent xpdf output device, that uses FreeType 2 for rendering fonts and libart or Image Magick for graphics to render a pdf page into a bitmap.
Implementation should not be too difficult, most parts could be reused or slightly adapted from the existing "BeOS" specific output device. The advantage is simple, a correctly rendered page!
Improve usage of Ghostscript renderer; Rotation, Searching, Text copying, Printing