summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-01-17Bug 694896: Ensure that repairs don't lose trailer dict.Robin Watts
2014-01-13Bug 694851: enhance fz_load_system_fontSimon Bünzli
2014-01-07Introduce 'document handlers'.Robin Watts
2014-01-06reuse JBIG2GlobalsSimon Bünzli
2014-01-06add stub files for JPEG-XR supportSimon Bünzli
2014-01-06fix MSVC warnings C4054 and C4152Simon Bünzli
2014-01-06fix various MSVC warningsSimon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2014-01-02Add rebinding for fz_streams.Robin Watts
2014-01-02Add rebinding for fz_output.Robin Watts
2014-01-02Bug 694585: Further improve mesh rendering timesRobin Watts
2014-01-02Bug 694585: Slow rendering of meshesRobin Watts
2014-01-02Improve PDF repair logic.Robin Watts
2014-01-02Cull code unused as a result of the "tolerate inline images..." fix.Robin Watts
2013-12-24Bug 694810: Implement late file repair for PDFs.Robin Watts
2013-12-17Remove duplicated XPS definitions from header.Robin Watts
2013-12-17Remove fz_context from pdf_cryptRobin Watts
2013-11-28Bug 694127: Valgrind fix for pdf_decode_cmapRobin Watts
2013-11-27track font path in fz_fontSimon Bünzli
2013-11-26Add const keyword to some font function parameters.Tor Andersson
2013-11-26Add fz_advance_glyph and fz_encode_character functions.Tor Andersson
2013-11-11Add hooks to load system fonts. Use them in PDF interpreter.Tor Andersson
2013-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-11-08Use an end pointer for the annotation list to avoid unnecessary iterationPaul Gardiner
2013-11-05Allow stroke states to be kept on the stack.Tor Andersson
2013-11-05Add binary search tree for mapping strings to void* pointers.Tor Andersson
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson
2013-10-31Add CMYK support to PAM output.Tor Andersson
2013-10-16Fix cross document store object hash collisions.Robin Watts
2013-10-11SVG: Add simple smask support.Robin Watts
2013-10-10Add scissor stack functionality to null device.Robin Watts
2013-10-10Add fz_new_png_from_pixmapRobin Watts
2013-10-09SVG: Support Type3 fonts and stroked fonts.Robin Watts
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-27add support for .tga output to mudrawSimon Bünzli
2013-09-27tweak pdf_parse_actionSimon Bünzli
2013-09-27fix bug 694618Simon Bünzli
2013-09-27Fix typo in struct definition.Robin Watts
2013-09-23Fix missing 'const' in fz_authenticate_passwordRobin Watts
2013-09-10support jpegtables for TIFF imagesSimon Bünzli
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson
2013-09-03Add FZ_VERSION define. Check header and library version compatibility.Tor Andersson
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-28add FZ_IMAGE_JXR placeholder for downstream implementorsSimon Bünzli