summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-07jni: Make Device interface abstract.Sebastian Rasmussen
2018-09-07jni: Update TraceDevice to adhere to Device interface.Sebastian Rasmussen
2018-09-07jni: Improve whitespace situation in TraceDevice.Sebastian Rasmussen
2018-09-07jni: Update NativeDevice to adhere to Device interface.Sebastian Rasmussen
2018-09-07jni: Make Device interface in Java and JNI correspond to each other.Sebastian Rasmussen
2018-09-07jni: Fix typo in ColorParams.Sebastian Rasmussen
2018-09-07Bug 699743: Pop clip upon error when flushing text.Sebastian Rasmussen
2018-09-06jni: Remove redundant public access modifier.Sebastian Rasmussen
2018-09-06jni: Add interface for snapping selection to structured text.Sebastian Rasmussen
2018-09-06jni: Add StructuredTextWalker interface.Sebastian Rasmussen
2018-09-06Bug 699723: Free alternative colorspace upon error when loading ICC colorspace.Sebastian Rasmussen
2018-09-06Fix typo in size field of ICC profile colorspace.Sebastian Rasmussen
2018-09-06Bug 699717: Pop clip even in case of error.Sebastian Rasmussen
2018-09-05Take colorspace name from ICC profile.Sebastian Rasmussen
2018-09-05Bug 699715: Support embedded ICC color profiles in GIF.Sebastian Rasmussen
2018-09-05When decoding GIF, move pixmap into struct so it can be changed.Sebastian Rasmussen
2018-09-05Bug 699702: Handle ICC profiles split into multiple APP-markers.Sebastian Rasmussen
2018-09-05Add missing fz_var declarations.Tor Andersson
2018-09-05Add fz_new_stext_page_from_annot utility function.Tor Andersson
2018-09-05gl: Close password dialog when pressing Escape key.Tor Andersson
2018-09-05gl: Allow varying font sizes in text rendering.Tor Andersson
2018-09-05Use colorspace type enum instead of magic profile names.Tor Andersson
2018-09-05mutool run: Document addSimpleFont and addCJKFont functions.Tor Andersson
2018-09-05mutool run: Pass script path and arguments as scriptPath and scriptArgs.Tor Andersson
2018-09-04Fix 699177: Don't clamp line width to 1 after scaling by matrix expansion.Tor Andersson
2018-09-04Check for missing filename when saving gproof.Sebastian Rasmussen
2018-09-04Fix string handling when using gproof files.Sebastian Rasmussen
2018-09-04Add -dSAFER to gs calls in gproof.Michael Vrhel
2018-09-04Fix bit rot in gproof support.Michael Vrhel
2018-08-31Visual Studio Solution tweaks.Robin Watts
2018-08-30When unrecoverable errors occur on a page, at least print them.Sebastian Rasmussen
2018-08-30Bug 699695: Remember to end groups/softmasks even upon exception.Sebastian Rasmussen
2018-08-30Bug 699694: Fix reference counting for JBIG2 globals.Sebastian Rasmussen
2018-08-30Remove unreachable code.Sebastian Rasmussen
2018-08-30Remember type of exception upon error while running xobjects.Sebastian Rasmussen
2018-08-29Update to latest jbig2dec.Sebastian Rasmussen
2018-08-28Bug 699683: Skip painting too large images when using interpolation.Tor Andersson
2018-08-28Bug 699675: Handle lack of default colorspaces when rendering type 3 font glyph.Sebastian Rasmussen
2018-08-28Bug 699672: Handle out of bounds pointer to previous xref.Sebastian Rasmussen
2018-08-28Avoid use of fixed size buffers for the digest when document signingPaul Gardiner
2018-08-28Truncate name tokens that are too long.Tor Andersson
2018-08-23Honour the read-only form-field flag.Paul Gardiner
2018-08-22Bug 699667: Remember to update gstate pointers when showing patterns.Sebastian Rasmussen
2018-08-22Plug leak of buffer when button widgets are ignored.Sebastian Rasmussen
2018-08-22Remove the old 'nested depth' tracking.Tor Andersson
2018-08-22Bug 699666: Forbid cycles in Type3 font CharProcs.Tor Andersson
2018-08-22Bug 699653: Avoid dropping filter chain once too often in case of error.Sebastian Rasmussen
2018-08-21Bug 699652: Fix postscript value stack underflow for index operator.Sebastian Rasmussen
2018-08-21Bug 699271: Fix eternal loop when skipping space before EOF.Sebastian Rasmussen
2018-08-21Fix form recalculation issue.Tor Andersson