index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-09
Fix 698320: Add 'z' keybinding to reset zoom.
Tor Andersson
2018-11-09
Fix 696302: Support numeric keypad arrow keys in mupdf-x11.
Tor Andersson
2018-11-09
Fix 697461: Use floating point resolution in mupdf-x11.
Tor Andersson
2018-11-09
Fix 696310: Limit the initial window size to fit on the screen.
Tor Andersson
2018-11-09
Fix 695893: Match page rotation when creating FreeText annotations.
Tor Andersson
2018-11-09
Fix 695390: Increase number of samples in Type 1 function shadings.
Tor Andersson
2018-11-09
Update mupdf-gl documentation.
Tor Andersson
2018-11-08
Fix 699343: Skip spaces before data in DCTDecode filter.
Tor Andersson
2018-11-08
Fix 699310: Add -q option to mudraw to suppress 'page %d' messages.
Tor Andersson
2018-11-08
Fix 699336: Add more levels to mupdf-x11 zoom list.
Tor Andersson
2018-11-08
Fix 699352: Call begin_layer for all marked content in PDF.
Tor Andersson
2018-11-07
Fix typo.
Tor Andersson
2018-11-07
Fix 698971: Detect ICC colorspace mismatch in TIFF loader.
Tor Andersson
2018-11-07
Use utility parsing functions in svg_parse_transform.
Tor Andersson
2018-11-07
Fix 699747: Apply viewBox transform.
Tor Andersson
2018-11-07
Resolve objects in pdf_debug_obj().
Sebastian Rasmussen
2018-11-07
Don't remove unused functions in debug builds.
Sebastian Rasmussen
2018-11-07
Write placeholder appearance streams for digital signatures.
Tor Andersson
2018-11-07
Fix 699840: Use saved sig_widget pointer to sign signatures, not selected_annot.
Tor Andersson
2018-11-07
Fix 700140: Ask LCMS transform to copy alpha channels.
Tor Andersson
2018-11-07
Make compression bomb detection optional.
Tor Andersson
2018-11-07
pnm: Take alpha into account when skipping over image data.
Sebastian Rasmussen
2018-11-07
Fix double header output in muraster.
Robin Watts
2018-11-07
Add explicit jmp_buf dereferencing to allow using fz_try from C++.
Tor Andersson
2018-11-07
Handle bogus font ascender and descender values.
Tor Andersson
2018-11-07
Fix 700030: Use actual font glyph widths when extracting text.
Tor Andersson
2018-11-07
Fix 700030: Tweak text extraction space adding heuristics.
Tor Andersson
2018-11-07
Fix 700131: Reverse ctl+wheel zoom direction.
Tor Andersson
2018-11-07
Fix 700053: Add 'decrypt' option to pdf_save_document.
Tor Andersson
2018-11-07
Fix writing encrypted PDF files with 'decompress' option.
Tor Andersson
2018-11-07
Fix 700043: Don't assume a font is t3 just because fz_outline_glyph fails.
Tor Andersson
2018-11-06
Update AFParseDateEx to handle dates as a contiguous string of digits.
Paul Gardiner
2018-11-01
Bug 700040: tar: Handle posix, ustar and v7 tar formats.
Sebastian Rasmussen
2018-10-26
Guard all calls to the passthrough device in the test device.
Sebastian Rasmussen
2018-10-26
Drop documents while exception progressing files in mutool merge.
Sebastian Rasmussen
2018-10-26
Avoid dropping stream/color converter twice upon exception.
Sebastian Rasmussen
2018-10-26
Fix Page.search() to return a Quad[], not a Rect[].
Fred Ross-Perry
2018-10-26
Rewrite try/always/catch macros to allow fz_context to be opaque.
Tor Andersson
2018-10-26
Use 14 bits of precision for image drawing, to allow for larger images.
Tor Andersson
2018-10-25
Make fixed point math precision in image drawing a #define.
Tor Andersson
2018-10-25
Handle premultiplied alpha in generic pixmap color conversion.
Tor Andersson
2018-10-25
Handle premultiplied alpha in pixmap color conversions (CMYK only).
Tor Andersson
2018-10-25
Fix asserts and checks in fast_xxx_to_yyy functions.
Tor Andersson
2018-10-25
Add and use fz_convert_pixmap_samples helper function.
Tor Andersson
2018-10-25
Drop SLOWCMYK path.
Tor Andersson
2018-10-25
Make alpha channel unmultiply and premultiply utility functions public.
Tor Andersson
2018-10-25
Guard loading embedded ICC profiles in images with FZ_ENABLE_ICC.
Tor Andersson
2018-10-25
Rename NO_ICC to FZ_ENABLE_ICC=0|1 to match other config.h options.
Tor Andersson
2018-10-24
Pass context to fz_paint_image to allow for printing warnings.
Tor Andersson
2018-10-24
Since fz_end_group may throw, don't call it inside fz_always.
Sebastian Rasmussen
[next]