summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-15Fix 2 regressions in xps test files due to palette change.Robin Watts
2012-03-15Bug 692911: Cope with over/undersize palette entries in pngs.Robin Watts
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts
2012-03-14When bounding paths, only apply miterlimit when mitering.Robin Watts
2012-03-14Ignore trailing movetos in path bounding calculations.Robin Watts
2012-03-14Implement Repeat and Reflect gradients in XPS.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-13Merge master and pg_android branchesRobin 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-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-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-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-07Add more function level docs.Robin Watts
2012-03-07More release tidyups.Robin Watts
2012-03-07Tweak Halftone functionsRobin 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-02Fix race condition in fz_render_ft_glyphRobin Watts
2012-03-01Add some more docs to fitz.hRobin Watts
2012-03-01Fix incorrect handling of race condition.Robin Watts
2012-03-01Setjmp/longjmp exception tweaks.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-29On MacOS/iOS use _setjmp/_longjmp rather than setjmp/longjmp.Robin Watts
2012-02-29Fix typo in hash table code.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-26Continued documentation improvements.Sebastian Rasmussen
2012-02-26Document some more functions.Sebastian Rasmussen