summaryrefslogtreecommitdiff
path: root/apps/pdfapp.c
AgeCommit message (Expand)Author
2010-06-06Improve error message to print page number and document title when unable to ...Sebastian Rasmussen
2010-05-27Change command line options to x11 viewer.Tor Andersson
2010-05-23Check that page to show is not outside of valid range.Sebastian Rasmussen
2010-05-23Implement reloading of document.Sebastian Rasmussen
2010-05-23Drop file stream after inserting it into xref when opening document.Sebastian Rasmussen
2010-05-16Print filename in error message when not being able to open file in pdftools.Sebastian Rasmussen
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that windows...Tor Andersson
2010-04-24Add font and font size information to text spans.Tor Andersson
2010-04-24Fix pdfapp_oncopy logic for inserting newlines.Tor Andersson
2010-04-24Calculate bounding boxes for text in the text extraction device.Tor Andersson
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-15Make the content stream interpreter automatically rewind the fz_buffer.Tor Andersson
2010-04-15Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...Tor Andersson
2010-04-15Simplify API for opening a PDF document.Tor Andersson
2010-04-11Rename functions fz_intersectirects and fz_transformaabb.Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Fixed compiler warnings.Sebastian Rasmussen
2010-04-08Add display list device.Tor Andersson
2010-04-06Support rendering alpha mask only with the device colorspace set to NULL. Use...Tor Andersson
2010-03-26Re-enable copy/paste in the viewer application.Tor Andersson
2010-03-09Add text extraction device.Tor Andersson
2010-02-09Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.Tor Andersson
2010-01-07Reenable x11pdf viewer.Tor Andersson
2010-03-02Flatten apps/ directories.Tor Andersson