summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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-23Globally rename oid to num to fit with fz_tonum().Sebastian Rasmussen
2010-05-22Remove unnecessary explicit resolving of indirect objects.Sebastian Rasmussen
2010-05-22Print indirect object reference in error messages.Sebastian Rasmussen
2010-05-18Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...Sebastian Rasmussen
2010-05-16Print filename in error message when not being able to open file in pdftools.Sebastian Rasmussen
2010-05-14Fix various wide char versus ansi mismatches in the windows viewer.Tor Andersson
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that windows...Tor Andersson
2010-05-13Add WM_MOUSEWHEEL definition for the cases where it isn't defined.Robin Watts
2010-05-13Don't use the removed info field of pdf_xref.Tor Andersson
2010-04-24Fix memory leaks when running pdfdraw in text extraction mode.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-24Add support to retain only the specified pages when using pdfclean.Sebastian Rasmussen
2010-04-24Always parse info and encryption entries in trailer in pdfinfo.Sebastian Rasmussen
2010-04-18Silencing two compiler warnings.Sebastian Rasmussen
2010-04-17Make error message follow common cannot idiom.Sebastian Rasmussen
2010-04-16Resurrect pdfinfo tool.Sebastian Rasmussen
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-15Change command line flag for the password to -p for all tools.Tor Andersson
2010-04-15XML-ify output of dev_trace.Tor Andersson
2010-04-15Simplify API for opening a PDF document.Tor Andersson
2010-04-12Enable archx86 optimized code in the default build on MacOS X.Tor Andersson
2010-04-12Support multipage ppm output in pdfdraw if the filename pattern does not cont...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-11Revert to using fitz string functions instead of non-standard libc variants.Tor Andersson
2010-04-11Adapted pdfextract to new data structures and included it in the default build.Sebastian Rasmussen
2010-04-11Fixed compiler warnings.Sebastian Rasmussen
2010-04-04Add flag to force checksumming of pixel data when rendering pages in pdfdraw.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-09Remove Jamfiles and update the README.Tor Andersson
2010-03-09Resolve conflicts.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-08Do not clear pixmap after writing to file in pdfdraw.Sebastian Rasmussen
2010-01-08Make pdfdraw print to stdout.Sebastian Rasmussen
2010-01-07Reenable x11pdf viewer.Tor Andersson
2010-01-07Draw images and shadings.Tor Andersson
2010-01-07Refactor csi creation and running.Tor Andersson
2010-01-07Fix typos in stroking code and pass the device matrix to the interpreter. Now...Tor Andersson
2009-12-07Add dev_draw.Tor Andersson
2009-12-07Implement a device interface and a tracing device for fitz.Tor Andersson
2009-12-03Make pdfdraw tool run the interpreter so the stubs can show the content being...Tor Andersson