summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15Turn off all optimizations in debug build target.Tor Andersson
2010-04-15Move 64k scratch buffer from stack/heap allocation into pdf_xref struct.Tor Andersson
2010-04-15Remove NULL check where NULL is impossible.Tor Andersson
2010-04-15Simplify API for opening a PDF document.Tor Andersson
2010-04-14Silence compiler warning after shading file merger.Sebastian Rasmussen
2010-04-14Combined all colorspace and all shading code into two files instead of five.Sebastian Rasmussen
2010-04-14Parsing functions in shadings only requires functions dict, not shading dict.Sebastian Rasmussen
2010-04-13Fix some typos in the display list device.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 ↵Tor Andersson
contain a % escape.
2010-04-12Remove declared functions whose definitions are missing.Sebastian Rasmussen
2010-04-12Remove unused CRC32 code.Sebastian Rasmussen
2010-04-12Remove function declarations whose definitions are missing.Sebastian Rasmussen
2010-04-12Expect encryption object to be a dictionary instead of taking special care ↵Sebastian Rasmussen
of null objects.
2010-04-11Move MAX4 and MIN4 macros to where they are used.Tor Andersson
2010-04-11Remove R_OK macro.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-11Remove unused functions in obj_parse.cTor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-04-11Made hash resize function static.Tor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-04-11Remove unused file render.cTor Andersson
2010-04-11Remove obsolete cpu-specific optimization detection code.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-05Do not free encoding table unless it exists.Sebastian Rasmussen
2010-04-04Add flag to force checksumming of pixel data when rendering pages in pdfdraw.Sebastian Rasmussen
2010-04-08Move fz_pixmap from draw directory to fitz.Tor Andersson
2010-04-08Remove some debugging trace printfs.Tor Andersson
2010-04-08Print fewer spaces in cmapdump.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-04-08Rename the old path and text node files.Tor Andersson
2010-04-06Support rendering alpha mask only with the device colorspace set to NULL. ↵Tor Andersson
Use this to render type 3 fonts.
2010-04-06Use the calculated flatness.Tor Andersson
2010-04-04Close output files in cmapdump/fontdump.Sebastian Rasmussen
2010-04-04Improved cmapdump error messages by printing input file name.Sebastian Rasmussen
2010-03-31Attempt to look up glyphs by name when encoding truetype fonts without cmap ↵Tor Andersson
tables.
2010-03-31Make sure to keep gstate stack depth balanced around xobjects and patterns.Tor Andersson
2010-03-26Re-enable copy/paste in the viewer application.Tor Andersson
2010-03-24Add debug and release modes to the Makefile.Tor Andersson
2010-03-24Fix Makefile for MSYS build.Tor Andersson
2010-03-24Added pdfclean to Debian package and fixed a manpage typo.Sebastian Rasmussen
2010-03-24Add pdfclean target.Tor Andersson
2010-03-24Fix lintian warnings for Debian package.Sebastian Rasmussen
2010-03-24Fixed bug in Debian menu file.Sebastian Rasmussen
2010-03-24Created separate Debian mupdf-utils package for debugging tools.Sebastian Rasmussen