summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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-14Fix signed/unsigned warning.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-12-11Fix warning about unused functions.Tor Andersson
2015-12-11Use strerror for more detailed error messages.Tor Andersson
2015-12-11xps: Simplify infinite loop check.Tor Andersson
2015-10-29Fix 696303: Off-by-one error when checking for exception stack overflow.Tor Andersson
2015-10-21Fix signatures for files created with pdf_create_document.Simon Reinhardt
2015-10-19Fix 695582: add knockout group for text that is both stroke and fill.Tor Andersson
2015-10-15Fix 696241: fix bracketing of begin_group/end_group for text objects.Tor Andersson
2015-10-14Remove unused variable.Michael Vrhel
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-10-14Scale colors of JPEG2000 images with bit depths less than eight.Tor Andersson
2015-10-14Fix incremental xref stream.Simon Reinhardt
2015-10-14Fix pdf_create_document.Simon Reinhardt
2015-10-14pdf: Handle surrogate pairs in pdf_to_utf8.Tor Andersson
2015-10-14pdf: Flush text if content stream processing is cut short by errors.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-06Never squish a substitute font to zero width, in case of broken font metrics.Tor Andersson
2015-10-05Use FT_Get_Advance in glyph width scaling calculations.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 696131: Detect some overflow conditionsRobin Watts
2015-10-02Bug 696078: Improve box handling in poster tool.Robin Watts
2015-10-02Bug 696129: Be more forgiving of broken files.Robin Watts
2015-10-02epub: Parse NCX table of contents.Tor Andersson
2015-10-02Reference count fz_outline struct.Robin Watts
2015-10-02fz_link fixes.Robin Watts
2015-10-02epub: Use CJK line breaking rules.Tor Andersson
2015-10-02epub: Parse enough metadata to find title and author.Tor Andersson
2015-10-01Bug 696146: Improve pdf_repair to find /Root in new style XRefs.Robin Watts
2015-09-30Ensure that dots are non-zero sized.Robin Watts
2015-09-30Bug 696115: Further fix for setjmp/longjmp.Robin Watts
2015-09-30Fix windows build of fitz/util.cRobin Watts
2015-09-29add fz_separation_disabled_on_page() and related functionsfredrossperry