summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-20Fix threaded mutool build breakage.Robin Watts
2017-03-20Update API header documentationRobin Watts
2017-03-20epub: Fix disappearing images bug.Tor Andersson
2017-03-15Silence warning.Tor Andersson
2017-03-15Split fz_band_writer into its own header file.Tor Andersson
2017-03-15svgwrite: Use width of glyph to position characters in cluster maps.Tor Andersson
2017-03-15svgwrite: Use #RRGGBB color syntax.Tor Andersson
2017-03-15svgwrite: Fix pen advance for ligatures.Tor Andersson
2017-03-15gl: implement fullscreen supportTuncer Ayaz
2017-03-15gl: use fix title for X11 class and instanceTuncer Ayaz
2017-03-15Only include pthread library when needed.Tor Andersson
2017-03-15Update GLFW submodule.Tor Andersson
2017-03-15Add PDF_ANNOT_UNKNOWN enum.Tor Andersson
2017-03-15Optimize svg text output.Tor Andersson
2017-03-14Update PWG writer to be a band_writer.Robin Watts
2017-03-14Recast TGA output as a band writer.Robin Watts
2017-03-14Add MSVC project file forgotten from previous commitRobin Watts
2017-03-11Fix PS image output.Robin Watts
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-03-11Fix MSVC solution.Robin Watts
2017-03-11Improve API documentation for fz_output.Robin Watts
2017-03-10Fix potential double frees in error cases.Robin Watts
2017-03-10Improve API documentation for fz_streams.Robin Watts
2017-03-03Add warning message when we trigger a repair pass.Tor Andersson
2017-03-03Fix 697554: Use the first 'cmap' table that matches.Tor Andersson
2017-03-03pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.Tor Andersson
2017-03-02Improve SVG text output.Tor Andersson
2017-03-01epub: Adjust y coordinate for page_top in draw calls, not by top matrix.Tor Andersson
2017-03-01Optimize pdf-device text output.Tor Andersson
2017-03-01Don't truncate page height when loading links.Tor Andersson
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2017-03-01Add PDFPage and PDFAnnotation subclasses.Tor Andersson
2017-03-01Bug 697620: Avoid clash with "isprint".Robin Watts
2017-03-01Bug 697395: Fix underflow in special case scaler.Robin Watts
2017-02-28Update OpenJPEG thirdparty with getenv fixMichael Vrhel
2017-02-23Improve return codes from pdf_authenticate_password.Robin Watts
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-02-21Fix typo in ffi_PDFAnnotation_setColor.Tor Andersson
2017-02-21The 'count' array in pdf_annot_set_ink_list takes number of points.Tor Andersson
2017-02-21java: Fix typo in authenticatePassword.Tor Andersson
2017-02-20android: Use system fonts as fallback instead of compiling binary blobs.Tor Andersson
2017-02-20Add no-reuse-images option to SVG device.Tor Andersson
2017-02-20Fix svg text output when text span is all whitespace or empty.Tor Andersson
2017-02-20Add fz_font_is_bold and italic functions. Use them for svg output.Tor Andersson
2017-02-20Emit more newlines in svg output.Tor Andersson
2017-02-20Add svg writer.Tor Andersson
2017-02-20Add F1 help dialog to show key bindings in mupdf-gl.Tor Andersson
2017-02-17Bug 697592: Fix double application of transform.Robin Watts
2017-02-14Fix patch drawing in AndroidDrawDevice.Tor Andersson
2017-02-14java: Make PDFDocument a subclass of Document.Tor Andersson