summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-22Add pdf_add_new_dict family of functions.Tor Andersson
2018-03-22Use pdf_dict_put_dict family of functions.Tor Andersson
2018-03-22Add pdf_dict_put_dict family of functions.Tor Andersson
2018-03-22Add pkcs7 helper library to win32 viewer and mujstest tool.Tor Andersson
2018-03-22Add more version number #defines.Tor Andersson
2018-03-22html: Build box model for tables.Tor Andersson
2018-03-22html: Keep 'b' instead of 'h' in boxes.Tor Andersson
2018-03-22Add fz_output encoding filters.Tor Andersson
2018-03-22Fall back to PDF document handler if no handler is found.Tor Andersson
2018-03-22Check in script used to create encoding tables.Tor Andersson
2018-03-22Clean up windows ifdefs.Tor Andersson
2018-03-22Auto-size HTML layout if layout page height is 0.Tor Andersson
2018-03-22Add phony target to java makefile so it properly rebuilds the native lib.Tor Andersson
2018-03-22Load most annotations, even if they are missing appearances.Tor Andersson
2018-03-22Fix 699085: Use at most 16 bytes from MD5 digests.Sebastian Rasmussen
2018-03-22Rearrange user password authentication code.Sebastian Rasmussen
2018-03-22Fix 699130: Handle missing arguments in directives in mutool create.Sebastian Rasmussen
2018-03-22Fix leak of form object when updating text appearance.Sebastian Rasmussen
2018-03-22Update to latest jbig2dec.Sebastian Rasmussen
2018-03-16Fix 699026: Create missing font resource.Tor Andersson
2018-03-16Update mutool create documentation with new font creation directives.Tor Andersson
2018-03-16Simplify PDF font creation code.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-03-16Add simple functions to create the built-in fonts by name.Tor Andersson
2018-03-16Use convenience function in pdf_set_annot_contents.Tor Andersson
2018-03-16Add simpler annotation line ending style accessors.Tor Andersson
2018-03-16Add annotation quadding accessor.Tor Andersson
2018-03-16Add annotation opacity accessor.Tor Andersson
2018-03-16Only use BS/W for border width.Tor Andersson
2018-03-16Don't extract text from annotations by default.Tor Andersson
2018-03-16Don't throw when fz_is_directory is called on a non-existent path.Tor Andersson
2018-03-16Fix java build.Tor Andersson
2018-03-16Update to latest jbig2dec.Sebastian Rasmussen
2018-03-16jni: Fix expression conflating booleans and bitfields.Sebastian Rasmussen
2018-03-16Fix 699087: Get scissor from stack after new entry pushed.Sebastian Rasmussen
2018-03-16Fix 699086: Handle freetype not returning glyph advance.Sebastian Rasmussen
2018-03-16Do not warn if there are no JBIG2 globals.Sebastian Rasmussen
2018-03-15PDF stream filtering; fix pattern/xobject resource handling.Robin Watts
2018-03-14Bug 699110: Fix Antialiased renderer to look at correct scale factor.Robin Watts
2018-03-14Bug 699109: Fix overwrites with COP renderer.Robin Watts
2018-03-13Bug 698963: Fix dash rendering.Robin Watts
2018-03-12Bug 699106: Correct progress figures when using display_list.Robin Watts
2018-03-12Ensure we pass AA options to draw device and set text_bits appropriately.Tor Andersson
2018-03-12jni: Fix reference counting when creating PDF annotations.Sebastian Rasmussen
2018-03-12jni: Temporary fix to make sure annot AP field is updated.Tor Andersson
2018-03-07Distinguish between simple and CID font resources in cache.Tor Andersson
2018-03-07Fix 699081: Missing coordinate transformation when copying text.Tor Andersson
2018-02-27Fix 699076: Scoping bug in png_write_band.Tor Andersson
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson