summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-10Add fz_new_png_from_pixmapRobin Watts
2013-10-10Fix broken winRT project by adding new glyph.c file.Michael Vrhel
2013-10-09SVG: Support Type3 fonts and stroked fonts.Robin Watts
2013-10-09Fix typo in pixmap handling.Robin Watts
2013-10-09iOS: ensure link highlights scale correctly on zoom and stay visiblePaul Gardiner
2013-10-09iOS: implement internal-link followingPaul Gardiner
2013-10-07SVG device: Send text as reusable pathsRobin Watts
2013-10-07Update SVG device to send text as pathsRobin Watts
2013-10-04Android: Fix reference overflow in mupdf.cRobin Watts
2013-10-02iOS: unify the drawing of the main image and the tilePaul Gardiner
2013-10-02iOS: rework some positioning calclationsPaul Gardiner
2013-10-02iOS: Introduce use of display listsPaul Gardiner
2013-09-30Disable image interpolation with a hint.Robin Watts
2013-09-30Bug 694526: Spot non-invertable matrices and bale before strokingRobin Watts
2013-09-30Bug 694526: Fix hang in stroking path.Robin Watts
2013-09-30make pdf_write_document again accept NULL for fz_optsSimon Bünzli
2013-09-27fix bug 694573Simon Bünzli
2013-09-27add support for .tga output to mudrawSimon Bünzli
2013-09-27fix some MSVC warningsSimon Bünzli
2013-09-27tweak pdf_parse_actionSimon Bünzli
2013-09-27don't color transform RGB JPEG-in-TIFF imagesSimon Bünzli
2013-09-27don't reset the clipping rectangle for accumulated textSimon Bünzli
2013-09-27clip flate stream on data check error instead of rejecting it wholesaleSimon Bünzli
2013-09-27preserve /Encrypt for documents with streamed xrefsRobin Watts
2013-09-27stop checking if the result of fz_read is negativeSimon Bünzli
2013-09-27fix bug 694618Simon Bünzli
2013-09-27Fix typo in struct definition.Robin Watts
2013-09-25Android: while adjusting reflow zoom, refresh only the visible pagePaul Gardiner
2013-09-25iOS: while adjusting reflow zoom, refresh only the visible pagePaul Gardiner
2013-09-24iOS: add reflow modePaul Gardiner
2013-09-24iOS: use ObjC-level ref counting to control lifetime of fz_documentPaul Gardiner
2013-09-24Android: fix missing fz_varsPaul Gardiner
2013-09-24Bug 694566: Avoid locking up while seeking in deflated stream.Robin Watts
2013-09-24Bug 694557: Fix infinite loop in pdf_lex.Robin Watts
2013-09-23Bug 694565: Cope with negative xref counts when reading old trailers.Robin Watts
2013-09-23Fix missing 'const' in fz_authenticate_passwordRobin Watts
2013-09-23Bug 694653: Watch for xref being NULL in pdf_xref_lenRobin Watts
2013-09-17iOS: split the classes into separate filesPaul Gardiner
2013-09-17iOS: use the background thread for CGDataProviderCreateWithData's callbackPaul Gardiner
2013-09-16iOS: avoid XCode's passed environment breaking the "generated" buildPaul Gardiner
2013-09-16Android: remove use of Bitmap holder and avoid memory churnPaul Gardiner
2013-09-13prevent heap underflow in pdf_read_new_xrefSimon Bünzli
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-10Attempt to fix reflow.Robin Watts
2013-09-10tolerate xobjects with invalid colorspacesSimon Bünzli
2013-09-10correctly set indexed colors in pdf_set_colorSimon Bünzli
2013-09-10support /Alternate colorspace for ICC basedSimon Bünzli
2013-09-10support jpegtables for TIFF imagesSimon Bünzli
2013-09-10Bug 694567: prevent double-free in pdf_open_raw_filterSimon Bünzli
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson