summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2013-08-26Optimise fz_paint_scan_with_color and fz_paint_spanRobin Watts
2013-08-26Optimise fz_paint_affine_near and similar fnsRobin Watts
2013-08-26Remove conditional code from draw-paint.cRobin Watts
2013-08-26Optimise fz_paint_span_with_color and fz_paint_solid_colorRobin Watts
2013-08-26Fix memory leak in new glyph cache code.Robin Watts
2013-08-22Rework glyph cache to enable partial eviction.Robin Watts
2013-07-26Narrow definition of whitespace according to XML spec.Robin Watts
2013-07-26Add OpenXPS mime-type to fz_open_document.Tor Andersson
2013-07-25Bug 694402: Fix various SVG output problemsRobin Watts
2013-07-24Fix memory overwrites when plotting glyphs that are completely clipped.Robin Watts
2013-07-24Fix MIN/MAX confusion in edge list clipping.Tor Andersson
2013-07-22Bug 694431: Fix potential infinite loop.Robin Watts
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-03Update fz_error/fz_warn to output to Debugger window on Win32 too.Robin Watts
2013-07-03Update Memento to output to debug window on windows.Robin Watts
2013-07-01Bug 694382: Fix use-after-free due to type3 fonts.Robin Watts
2013-06-28Modify FZ_NORETURN to work on MSVC too.Robin Watts
2013-06-27Bug 694382: Fix problems arising from recent pdf_obj changes.Robin Watts
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-21Fix Android builds.Robin Watts
2013-06-20Rename fz_image_to_pixmap to fz_new_pixmap_from_image.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson