Age | Commit message (Expand) | Author |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen |
2017-08-17 | Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character. | Tor Andersson |
2017-07-21 | Reuse pattern tiles when running PDF interpreter directly. | Tor Andersson |
2017-07-19 | Fix colorspace leaks with group colorspaces. | Robin Watts |
2017-07-17 | Non-isolated groups should use parent color space | Michael Vrhel |
2017-07-17 | Add colorspace handling to transparency groups | Michael Vrhel |
2017-07-04 | Remove is_static from fz_new{,_icc}_colorspace. | Robin Watts |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-05-31 | Avoid double literals causing casts to float. | Sebastian Rasmussen |
2017-05-25 | Replace broken FZ_IGNORE_IMAGE hints with other mechanisms. | Tor Andersson |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-02-09 | Bug 697500: Fix NULL ptr access. | Robin Watts |
2016-12-27 | Strip extraneous blank lines. | Tor Andersson |
2016-11-21 | Fix a few cases where pdf_unmark_obj wasn't always being called on errors. | Tor Andersson |
2016-11-11 | Add pdf_layer configuration API. | Robin Watts |
2016-10-18 | Avoid checking argument to fz_drop_*()/fz_free(). | Sebastian Rasmussen |
2016-10-07 | Add ctx to fz_font functions. | Robin Watts |
2016-10-06 | Hide internals of fz_colorspace | Robin Watts |
2016-10-05 | Move fz_font definition to be private. | Robin Watts |
2016-09-06 | Luminosity transparency group must have colorspace when used as softmask. | Sebastian Rasmussen |
2016-08-30 | Use U+FFFD instead of '?' for bad encodings in text extraction. | Tor Andersson |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-07-08 | Slim pdf_xobject: remove cached colorspace field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject: remove cached document field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject: remove cached transparency/isolated/knockout fields. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached matrix field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached bbox field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached resources field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: Rename me to obj. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-05-31 | Bug 696813: Fix Lab colorspaces. | Robin Watts |
2016-05-24 | Fix 696796: clamp color values in PDF to valid range. | Tor Andersson |
2016-04-27 | Fix 696649: remove fz_rethrow_message calls. | Tor Andersson |
2016-04-18 | Fix broken documents after sanitize | Robin Watts |
2016-04-05 | Clean up bidi enum names. | Tor Andersson |
2016-03-11 | Implement fz_text_language support functions. | Robin Watts |
2016-03-11 | Rejig Bidirectional and Text code. | Robin Watts |
2016-02-24 | Add fz_show_string function and move wmode argument to end. | Tor Andersson |
2016-02-24 | Add optional scissor hint argument to text clipping functions. | Tor Andersson |
2016-02-24 | Clarify scissor argument to clip device functions. | Tor Andersson |
2016-02-22 | Rename fz_add_text to fz_show_glyph. | Tor Andersson |
2015-12-11 | Remove text clip accumulation. | Tor Andersson |
2015-12-11 | Keep spans of multiple fonts and sizes in one fz_text object. | Tor Andersson |
2015-10-19 | Fix 695582: add knockout group for text that is both stroke and fill. | Tor Andersson |
2015-10-15 | Fix 696241: fix bracketing of begin_group/end_group for text objects. | Tor Andersson |
2015-10-14 | pdf: Flush text if content stream processing is cut short by errors. | Tor Andersson |
2015-03-25 | Bug 695885: Avoid too many pop clips. | Robin Watts |
2015-03-24 | Path rework for improved memory usage. | Robin Watts |
2015-03-24 | Don't pass interpreter context to pdf_processor opcode callbacks. | Tor Andersson |
2015-02-24 | Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values. | Robin Watts |