summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-06-15Explicitly return 0 from main() in the tools.Tor Andersson
2010-06-06Improve error message to print page number and document title when unable to ...Sebastian Rasmussen
2010-05-31Revert removal of object resolving as it is needed in pdclean.Sebastian Rasmussen
2010-05-31Remove old and obsolete NPAPI plugin support files.Tor Andersson
2010-05-31Interpret X11 keysyms to adhere to Windows viewers keyboard input.Sebastian Rasmussen
2010-05-28Don't use UnmapWindow to signal closing the x11 viewer -- Unmap is used to ic...Tor Andersson
2010-05-27Change command line options to x11 viewer.Tor Andersson
2010-05-24Make the pdfdraw benchmark numbers fit on a 80 column terminal.Sebastian Rasmussen
2010-05-23Check that page to show is not outside of valid range.Sebastian Rasmussen
2010-05-23Unmap and free X11 resources upon exit.Sebastian Rasmussen
2010-05-23Check X11 error code when creating window.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-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