index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2018-10-26
Rewrite try/always/catch macros to allow fz_context to be opaque.
Tor Andersson
2018-10-25
Handle premultiplied alpha in pixmap color conversions (CMYK only).
Tor Andersson
2018-10-25
Add and use fz_convert_pixmap_samples helper function.
Tor Andersson
2018-10-25
Make alpha channel unmultiply and premultiply utility functions public.
Tor Andersson
2018-10-25
Rename NO_ICC to FZ_ENABLE_ICC=0|1 to match other config.h options.
Tor Andersson
2018-10-23
Remove extra blank lines.
Tor Andersson
2018-10-23
Fix FZ_ENABLE_SPOT_RENDERING config.h ifdeffery.
Tor Andersson
2018-10-23
Add Emscripten / WebAssembly build.
Tor Andersson
2018-10-23
Add fz_write_pixmap_as_data_uri helper function.
Tor Andersson
2018-10-23
Allow SVG output to keep ID numbers unique across pages.
Tor Andersson
2018-09-25
Bump version number to 1.14.0
Tor Andersson
2018-09-21
Add fz_lookup_cjk_font_by_name to create builtin CJK fonts.
Tor Andersson
2018-09-21
Regularize language and script names.
Tor Andersson
2018-09-20
Be consistent in use of #if FZ_ENABLE_...
Robin Watts
2018-09-19
Add accessor for field text label.
Tor Andersson
2018-09-19
Make fz_page objects singleton.
Tor Andersson
2018-09-13
Make naming of effective overprint argument consistent.
Sebastian Rasmussen
2018-09-05
Add fz_new_stext_page_from_annot utility function.
Tor Andersson
2018-09-05
Use colorspace type enum instead of magic profile names.
Tor Andersson
2018-08-28
Avoid use of fixed size buffers for the digest when document signing
Paul Gardiner
2018-08-22
Remove the old 'nested depth' tracking.
Tor Andersson
2018-08-10
The proper term is apparently 'filename extension', not 'suffix'.
Tor Andersson
2018-08-10
Use proper name space for form field flag constants.
Tor Andersson
2018-08-10
Remove functions that implement duplicate functionality.
Tor Andersson
2018-08-10
Clean up null/range/endstream filter.
Tor Andersson
2018-08-10
Add fz_memmem function taken from musl libc.
Tor Andersson
2018-08-10
Rejig pdf_update_page and pdf_update_annot.
Tor Andersson
2018-07-17
Disallow incremental updating for documents that have hybrid xrefs
Paul Gardiner
2018-07-17
Fix memory leaks in document signing functions
Paul Gardiner
2018-07-06
Bug 699308: Fix stream reading logic to better cope with duff Lengths.
Robin Watts
2018-07-06
Add pdf_dict_get_rect and pdf_dict_get_matrix helpers.
Tor Andersson
2018-07-05
Add digital signature appearance synthesis.
Tor Andersson
2018-07-05
Add fz_transform_page helper function.
Tor Andersson
2018-07-05
Purge unused functions.
Tor Andersson
2018-07-05
Pass rects by value: device and document interface.
Tor Andersson
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-07-05
Return true if any annots have new APs in pdf_update_page.
Tor Andersson
2018-07-05
Use real WinAnsi encoding when writing appearance stream text.
Tor Andersson
2018-07-05
Support background and border color in Widget/Tx and Widget/Ch.
Tor Andersson
2018-07-04
Add fz_snap_selection function to snap selection to chars/words/lines.
Tor Andersson
2018-07-04
Rename pdf_get_annot_contents to pdf_annot_contents.
Tor Andersson
2018-07-04
Add fz_is_point_inside_rect utility function.
Tor Andersson
2018-06-22
Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.
Tor Andersson
2018-06-22
Use fz_quad type in structured text and selection/highlighting.
Tor Andersson
2018-06-22
Add fz_quad type.
Tor Andersson
2018-06-22
Keep copy of decoded utf8 text string in pdf_obj.
Tor Andersson
2018-06-22
Call AA/F formatting when synthesizing appearance stream.
Tor Andersson
2018-06-22
Remove rich text properties when editing annotation contents or styles.
Tor Andersson
2018-06-22
Create appearance streams for annotations.
Tor Andersson
[next]