Code

tpdfview.git
12 years agogtk-tpdfv: Create an empty white page to draw the PDF page on.
Sebastian Harl [Tue, 6 Dec 2011 20:19:58 +0000 (21:19 +0100)]
gtk-tpdfv: Create an empty white page to draw the PDF page on.

12 years agogtk-tpdfv: Auto-reload the PDF on expose if the file has changed.
Sebastian Harl [Fri, 11 Nov 2011 13:17:30 +0000 (14:17 +0100)]
gtk-tpdfv: Auto-reload the PDF on expose if the file has changed.

12 years agogtk-tpdfv/tpdfview: Added a possibility to reload the PDF file.
Sebastian Harl [Thu, 10 Nov 2011 14:34:28 +0000 (15:34 +0100)]
gtk-tpdfv/tpdfview: Added a possibility to reload the PDF file.

 - In the widget, this is available as 'gtk_tpdfv_reload()' which closes and
   reopens the PDF file; updating internal settings accordingly.

 - In the GUI, this may be triggered by pressing the 'r' key.

12 years agotpdftoc: Added a simple tool to display a PDF's TOC.
Sebastian Harl [Thu, 10 Nov 2011 13:38:36 +0000 (14:38 +0100)]
tpdftoc: Added a simple tool to display a PDF's TOC.

For now, a simple ASCII output is supported only.

12 years agotpdfview: Set window title to 'tpdfview: <filename>'.
Sebastian Harl [Fri, 21 Oct 2011 13:07:45 +0000 (15:07 +0200)]
tpdfview: Set window title to 'tpdfview: <filename>'.

… applying basename() to the filename specified on the command-line.

12 years agogtk-tpdfv: Center PDF page vertically and horizontally.
Sebastian Harl [Fri, 21 Oct 2011 13:02:25 +0000 (15:02 +0200)]
gtk-tpdfv: Center PDF page vertically and horizontally.

12 years agogtk-tpdfv/tpdfview: Implemented 'width', 'height', 'fit' zoom modes.
Sebastian Harl [Fri, 21 Oct 2011 12:42:59 +0000 (14:42 +0200)]
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 ;-)

12 years agotpdfview: Changed background color to black.
Sebastian Harl [Fri, 21 Oct 2011 05:14:57 +0000 (07:14 +0200)]
tpdfview: Changed background color to black.

12 years agoREADME: Updated prerequisites.
Sebastian Harl [Thu, 20 Oct 2011 17:44:44 +0000 (19:44 +0200)]
README: Updated prerequisites.

12 years agogtk-tpdfv: Added Gtk widget taking care of displaying the PDF file.
Sebastian Harl [Thu, 20 Oct 2011 16:47:52 +0000 (18:47 +0200)]
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.

12 years agoInitial import of the tiny PDF viewer. tpdfview-0.0.0
Sebastian Harl [Thu, 20 Oct 2011 14:51:57 +0000 (16:51 +0200)]
Initial import of the tiny PDF viewer.