summaryrefslogtreecommitdiff
path: root/apps/pdfapp.c
AgeCommit message (Expand)Author
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-16Clarify function names for opening a PDF file.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-15Return explicit error code from pdf_openxref.Tor Andersson
2010-07-15Check that xref is not null before dereferencing and closing it in the viewer...Tor Andersson
2010-07-13Fix clang warnings.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-05Use NDEBUG rather than DEBUG to test build at compile time.Tor Andersson
2010-06-30Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid conve...Tor Andersson
2010-06-29Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...Robin Watts
2010-06-23Update windows viewer to add the search functionality.Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when lo...Tor Andersson
2010-06-21Adjust for mediabox origin when inverting highlights.Tor Andersson
2010-06-21Implement searching for text within the current page.Tor Andersson
2010-06-21Prepare for searching by implementing the UI for entering a search string. Ch...Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-06-16Allow bookmark commands in the viewer to take a number argument so you can st...Sebastian Rasmussen
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