tpdftoc: Added a simple tool to display a PDF's TOC.
For now, a simple ASCII output is supported only.
For now, a simple ASCII output is supported only.
tpdfview: Set window title to 'tpdfview: <filename>'.
… applying basename() to the filename specified on the command-line.
… applying basename() to the filename specified on the command-line.
gtk-tpdfv: Center PDF page vertically and horizontally.
gtk-tpdfv/tpdfview: Implemented 'width', 'height', 'fit' zoom modes.
Currently, when leaving those modes, the zoom will be reset to the value
before entering any of those modes. This is done on purpose ;-)
Currently, when leaving those modes, the zoom will be reset to the value
before entering any of those modes. This is done on purpose ;-)
tpdfview: Changed background color to black.
README: Updated prerequisites.
gtk-tpdfv: Added Gtk widget taking care of displaying the PDF file.
This makes much more flexible setups possible, including displaying more than
one file/page at the same time and making use of Gtk's layout features.
This makes much more flexible setups possible, including displaying more than
one file/page at the same time and making use of Gtk's layout features.
Initial import of the tiny PDF viewer.