summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-14Add ZIP64 support to XPS parser.Tor Andersson
2012-03-14Miscellaneous fixes for XPS from SumatraPDf.Tor Andersson
2012-03-14Some fixes to the new text device, courtesy of Zeniko.Tor Andersson
2012-03-14Put 'lastchar' into the text device struct to remember what theTor Andersson
2012-03-14Fix memory leaks in style sheet handling of the new text device.Tor Andersson
2012-03-14Use correct linejoins on font with modern enough freetype.Robin Watts
2012-03-14Fix memory leak in image_tiffRobin Watts
2012-03-14Free doc links without recursionRobin Watts
2012-03-13Fix potential memory overrun.Robin Watts
2012-03-13Fix for potential problems on allocation failure.Robin Watts
2012-03-13Merge master and pg_android branchesRobin Watts
2012-03-13Bug 692882 - fix buffer overflow.Robin Watts
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Fix building on windows.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-13Fix Bug 692915: fz_copy_aa_context was broken.Robin Watts
2012-03-12Create style sheet and group extracted text into blocks, lines and spans.Tor Andersson
2012-03-12Move fz_alloc_default to internal header.Tor Andersson
2012-03-12Merge branch 'header-split'Robin Watts
2012-03-12Add -w, -h and -f options to mudraw.cRobin Watts
2012-03-12Store AA level used to render a glyph in the glyphcache.Robin Watts
2012-03-12More API work.Robin Watts
2012-03-12Change order of params in fz_convert_color to C standard.Robin Watts
2012-03-12Change order of params in fz_convert_pixmap to C standard.Robin Watts
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Squash MSVC warning.Robin Watts
2012-03-12Fix bitshifting by a negative amount in PS functionsRobin Watts
2012-03-12Remove unnecessary assignments.Sebastian Rasmussen
2012-03-12Test both coordinates when checking for empty/infinite rect and bboxes.Sebastian Rasmussen
2012-03-12Clamp real numbers when parsing.Sebastian Rasmussen
2012-03-12Take care of boundary conditions in ps function evaluation.Sebastian Rasmussen
2012-03-12More API tidying.Robin Watts
2012-03-10Make mudraw and the trace device print well-formed XML.Sebastian Rasmussen
2012-03-09Fix overeager cleanup code.Robin Watts
2012-03-09Fix MSVC solution - openjpeg include paths not updated to 1.5Robin Watts
2012-03-07Add more function level docs.Robin Watts
2012-03-07More release tidyups.Robin Watts
2012-03-07Tweak Halftone functionsRobin Watts
2012-03-07Move to OpenJPEG 1.5.0Robin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-06Fix memory corruptionRobin Watts
2012-03-06Fix ref counting bugs in race condition correction code.Robin Watts
2012-03-06Tweak compression bomb detection.Tor Andersson
2012-03-06Remove stray newlines in error messages.Tor Andersson
2012-03-06Warn instead of throw when permissions are missing in encrypted PDF.Sebastian Rasmussen
2012-03-06Guess encryption revision from the version if missing.Sebastian Rasmussen
2012-03-02Fix race condition in fz_render_ft_glyphRobin Watts