summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-08epub: Use pool allocator for fz_html box tree.Tor Andersson
2016-01-08Add pool allocator.Tor Andersson
2016-01-08Use a binned cache for font encoding lookups.Tor Andersson
2016-01-08Optimize font advance and encoding caches.Tor Andersson
2016-01-08pdf: Add function to look up the page for a named destination.Tor Andersson
2016-01-06Add missing signbit definition for MSVC.Robin Watts
2016-01-06epub: Cache font encoding lookups.Tor Andersson
2016-01-06epub: Speed up css application by sorting the matched property list.Tor Andersson
2016-01-05Separate pdf_drop_annots (that drops lists) and fz_drop_annot.Tor Andersson
2016-01-05Add pixmap struct accessors.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
2016-01-05Change fz_ftoa to fz_grisu to remove one extra layer of function calls.Tor Andersson
2016-01-05epub: Speed up font layout by caching freetype advance widths.Tor Andersson
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-12-28Drop 'jsimp' abstraction and use mujs directly.Tor Andersson
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-12-18Rename fz_image_get_sanitised_res to fz_image_resolution.Tor Andersson
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-18Rename fz_halftone_pixmap to fz_new_bitmap_from_pixmap.Tor Andersson
2015-12-15Rename fz_buffer_cat to fz_append_buffer.Tor Andersson
2015-12-15Rename fz_output_x to fz_write_pixmap_as_x etc.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-14Add fz_clone_pathRobin Watts
2015-12-14Add fz_clone_textRobin Watts
2015-12-14Add 'const' to the context lock and alloc structure pointers.Robin Watts
2015-12-14Add user context field.Robin Watts
2015-12-11Remove text clip accumulation.Tor Andersson
2015-12-11Keep spans of multiple fonts and sizes in one fz_text object.Tor Andersson
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-10-29Fix 696303: Off-by-one error when checking for exception stack overflow.Tor Andersson
2015-10-21Bump version number.Tor Andersson
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-10-14Add FZ_UNUSED macro for use with public static inline functions.Tor Andersson
2015-10-06epub: Implement style 'visibility' attribute.Tor Andersson
2015-10-06xps: Add separate link parsing step.Tor Andersson
2015-10-06xps: Make guts of path and text parsing publically visible.Tor Andersson
2015-10-06xps: Simplify transform attribute/tag parsing.Tor Andersson
2015-10-02Don't stretch CJK substitute fonts.Tor Andersson
2015-10-02Fix 696148: Always create a glyph width table.Tor Andersson
2015-10-02Bug 696117: Add NaCl cross compile rules.Robin Watts
2015-10-02Reference count fz_outline struct.Robin Watts
2015-10-01Bug 696146: Improve pdf_repair to find /Root in new style XRefs.Robin Watts
2015-09-30Bug 696115: Further fix for setjmp/longjmp.Robin Watts
2015-09-29add fz_separation_disabled_on_page() and related functionsfredrossperry
2015-09-28Bug 696115: Fix problem with fz_try/fz_catch with modern gcc's.Robin Watts
2015-09-15epub: Use a fallback font.Tor Andersson
2015-09-14Add utility functions to help reduce device creation boilerplate.Tor Andersson
2015-09-10Add missing prototype for fz_keep_pageMichael Vrhel
2015-09-02Add in support for icc profiles in gprf/gproof formatMichael Vrhel