summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2013-09-03Add FZ_VERSION define. Check header and library version compatibility.Tor Andersson
2013-09-02Improve SVG pattern handling.Robin Watts
2013-09-02Expose subpixel glyph adjustment calculations.Robin Watts
2013-09-02Add glyph rendering routines that return fz_pixmaps rather than fz_glyphs.Robin Watts
2013-09-02Be smarter when quantising sub pixel positions for glyphs.Robin Watts
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts
2013-08-30Add simple banding to mudraw.Robin Watts
2013-08-29Add new fz_putc and fz_new_output_to_filename functions.Robin Watts
2013-08-29Make the pdf device produce more efficient appearance streams for textPaul Gardiner
2013-08-28Add MuPDF logo to signature appearancePaul Gardiner
2013-08-28add FZ_IMAGE_JXR placeholder for downstream implementorsSimon Bünzli
2013-08-28invert color transformed CMYK JPEG imagesSimon Bünzli
2013-08-28support deprecated JPEG-in-TIFF compressionSimon Bünzli
2013-08-28better JPEG image resolution detection (for XPS)Simon Bünzli
2013-08-28fix gradient ordering edge caseSimon Bünzli
2013-08-28take /Version in /Root into accountSimon Bünzli
2013-08-28default OCGs to visibleSimon Bünzli
2013-08-28fix memory leaksSimon Bünzli
2013-08-28sync bits when closing an LZW streamSimon Bünzli
2013-08-28optionally detect initial EOL in CCITTFaxDecode streamsSimon Bünzli
2013-08-28fix various typosSimon Bünzli
2013-08-28Dump glyph cache size as part of mudraw -MRobin Watts
2013-08-28Fix big endian operation of paint code.Robin Watts
2013-08-28Fix bad interaction between incremental update and object streamsPaul Gardiner
2013-08-27A few updates to signing supportPaul Gardiner
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-24Support named destinations in remote link annotations.Sebastian Rasmussen
2013-08-24Link annotation code rearranged for aesthetic reasons.Sebastian Rasmussen
2013-08-23Look up glyphs by the 'uniXXXX' form if the glyph list duplicates all fail.Tor Andersson
2013-08-22Rework glyph cache to enable partial eviction.Robin Watts
2013-08-22Add support for writing of xref streamsPaul Gardiner
2013-08-21Add simple memory use tracking to mudrawRobin Watts
2013-08-21Add -F flag to mudraw to allow format selection.Robin Watts
2013-08-20Use unscaled metrics in xps_measure_font_glyph.Tor Andersson
2013-08-13Signature creationPaul Gardiner
2013-08-13Remove unnecessary parameterPaul Gardiner
2013-08-13Insert the extra layers required for a signature-appearance streamPaul Gardiner
2013-08-13Add support for creating signature-field appearance streamsPaul Gardiner
2013-08-07Use ascender and descender to determine line skipPaul Gardiner
2013-08-02Correctly account for alterations to xobject matrix and bboxPaul Gardiner
2013-08-02Handle more color cases in DA handlingPaul Gardiner
2013-08-02Improve naming consistencyPaul Gardiner
2013-07-30For freetext annotations, distinguish device and page space correctly.Paul Gardiner
2013-07-30Change pdf_measure_text to account for the borders around charactersPaul Gardiner
2013-07-29Add support for freetext annotationsPaul Gardiner
2013-07-29A few updates to the pdf devicePaul Gardiner