summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-07Memento: List block details at closedown.Robin Watts
2016-03-07Fix signed/unsigned comparison warning.Robin Watts
2016-03-07murun: Avoid returning values from void functions.Robin Watts
2016-03-07MSVC: Solution tweaks.Robin Watts
2016-03-07Memento: Store/display backtraces with blocks.Robin Watts
2016-03-07Memento: Store callstacks for events.Robin Watts
2016-03-03Memento: Speed improvements.Robin Watts
2016-03-02js: Add PDF resource and page functions.Tor Andersson
2016-03-02js: Fix reference counting errors.Tor Andersson
2016-03-02js: Add fz_buffer.Tor Andersson
2016-03-02html: Collect passed state into a common struct.Sebastian Rasmussen
2016-03-02Move UTF-8 string length function to fitz.Sebastian Rasmussen
2016-03-02Fix mask flags to FT_Get_Advance in ft_width.Tor Andersson
2016-03-01js: Add PDF document and object access.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01Rename pdf_new_ref to pdf_add_object.Tor Andersson
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2016-03-01Update MuJS.Tor Andersson
2016-03-01Update CHANGES.Tor Andersson
2016-03-01Add const to filename string.Tor Andersson
2016-03-01pdfcreate: Fix typo.Tor Andersson
2016-03-01Use FT_Get_Advance in when loading simple font widths in ft_width.Tor Andersson
2016-03-01Fix bug in pcl page size finding code.Robin Watts
2016-03-01PCL output: Add code to guess paper sizes.Robin Watts
2016-03-01Mudraw: Avoid clearing the output pcl file after every page.Robin Watts
2016-03-01MSVC: Add mujs include path to mutool build.Robin Watts
2016-02-29pdf-font: Remove unused lockingRobin Watts
2016-02-29Strip outlines when cleaning a pdf file.Robin Watts
2016-02-29jni: Use boolean wmode in text and font classes.Tor Andersson
2016-02-29jni: Add font and image constructors.Tor Andersson
2016-02-29jni: Fix scissor rect arguments to clipping functions.Tor Andersson
2016-02-29jni: Add page navigation buttons to java desktop viewer.Tor Andersson
2016-02-29jni: Various cleanups.Tor Andersson
2016-02-29jni: Update build files for moved java sources.Tor Andersson
2016-02-29jni: Move java bindings to platform/java.Tor Andersson
2016-02-29jni: First attempt at generic JNI bindings.Robin Watts
2016-02-29js: Add struct accessors.Tor Andersson
2016-02-29js: Add "mutool run" tool to run javascript scripts.Tor Andersson
2016-02-29js: Add makefile dependencies so that one.c gets rebuilt properly.Tor Andersson
2016-02-29pdfwrite: Use Tm directly to set matrix.Tor Andersson
2016-02-29pdfwrite: Handle all fonts as CID fonts.Tor Andersson
2016-02-29pdfwrite: Look through own resource list first.Tor Andersson
2016-02-29Simplify ToUnicode CMap creation.Tor Andersson
2016-02-29Fix pdf_add_cid_font_widths to work on glyph indices as intended.Tor Andersson
2016-02-29Create CID font /W array as an indirect object.Tor Andersson
2016-02-29Clean up error handling.Tor Andersson
2016-02-29Use fz_advance_glyph when computing CID font widths array.Tor Andersson
2016-02-29Don't embed base 14 or substitute fonts.Tor Andersson
2016-02-29pdfcreate: Only create subresource dictionaries when needed.Tor Andersson
2016-02-29Rename pdf_add_simple_font_res and friends.Tor Andersson