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-06-02
Fix include file ifdefs when building with -std=c11.
Tor Andersson
2018-06-02
Add a fz_strnlen function (strnlen is not standard C).
Tor Andersson
2018-05-16
Keep JBIG2 image data compressed in fz_compressed_buffer.
Tor Andersson
2018-05-16
Purge unused functions.
Tor Andersson
2018-05-16
Restore Emoji font.
Tor Andersson
2018-04-27
Add pdf_dict_get_int, etc.
Tor Andersson
2018-04-27
Handle multi-page image formats in muimg document driver.
Tor Andersson
2018-04-27
Support multipage pnm images.
Sebastian Rasmussen
2018-04-25
Update UCDN.
Tor Andersson
2018-04-25
Don't use WMode as part of CJK font lookup.
Tor Andersson
2018-04-25
Support creating both serif and sans-serif CJK fonts in mutool create.
Tor Andersson
2018-04-25
Remove document argument from pdf_new_primitive functions.
Tor Andersson
2018-04-25
Purge unused function: pdf_new_obj_from_str.
Tor Andersson
2018-04-25
Tweak ordering of constant pdf_obj enums to make PDF_NULL == NULL.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-04-12
Update CHANGES and bump version.
Tor Andersson
2018-04-11
Rework how we handle DynaLab tricky fonts in freetype.
Tor Andersson
2018-04-03
Android: Scavenge on Bitmap.lockPixels() failure.
Robin Watts
2018-04-03
Fix VS2008 build.
Robin Watts
2018-03-22
Add pdf_add_new_dict family of functions.
Tor Andersson
2018-03-22
Add pdf_dict_put_dict family of functions.
Tor Andersson
2018-03-22
Add more version number #defines.
Tor Andersson
2018-03-22
Add fz_output encoding filters.
Tor Andersson
2018-03-22
Clean up windows ifdefs.
Tor Andersson
2018-03-22
Load most annotations, even if they are missing appearances.
Tor Andersson
2018-03-16
Simplify PDF font creation code.
Tor Andersson
2018-03-16
Add simple fonts with 8-bit greek and cyrillic encodings.
Tor Andersson
2018-03-16
Add simple CJK font creation.
Tor Andersson
2018-03-16
Add simple functions to create the built-in fonts by name.
Tor Andersson
2018-03-16
Add simpler annotation line ending style accessors.
Tor Andersson
2018-03-16
Add annotation quadding accessor.
Tor Andersson
2018-03-16
Add annotation opacity accessor.
Tor Andersson
2018-03-16
Don't throw when fz_is_directory is called on a non-existent path.
Tor Andersson
2018-03-07
Distinguish between simple and CID font resources in cache.
Tor Andersson
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2018-02-27
Use fz_point for pdf_set_annot_ink_list and vertices too.
Tor Andersson
2018-02-27
Improve line ending style accessors.
Tor Andersson
2018-02-27
Add annotation QuadPoints creation functions.
Tor Andersson
2018-02-27
Add annotation Line access functions.
Tor Andersson
2018-02-27
Add annotation Vertices creation functions.
Tor Andersson
2018-02-27
Add annotation InkList creation functions.
Tor Andersson
2018-02-27
Add fz_expand_irect function.
Tor Andersson
2018-02-27
Add fz_translate_rect helper function.
Tor Andersson
2018-02-27
Add convenience functions to create point/rect/matrix.
Tor Andersson
2018-02-27
Remove typedef in favor of explicit enum keyword.
Tor Andersson
2018-02-27
Don't use constants larger than will fit in a signed int in enum.
Tor Andersson
2018-02-13
Add fz_begin_layer/fz_end_layer.
Robin Watts
2018-02-12
Expose detailed PDF permissions.
Tor Andersson
2018-02-12
Don't pollute global namespace with __printflike.
Tor Andersson
2018-02-07
Fix uninitialised variable warning in fz_peek_byte
Paul Gardiner
[next]