index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
Age
Commit message (
Expand
)
Author
2016-04-05
Clean up bidi enum names.
Tor Andersson
2016-04-04
Fix typo in pdfwrite top-level matrix.
Tor Andersson
2016-03-30
Use fz_new_document for pdf and html docs.
Robin Watts
2016-03-29
pdf-crypt: Crypt filer keys must be at least of length 40.
Sebastian Rasmussen
2016-03-28
Fix fz_try typo in openssl code.
Robin Watts
2016-03-23
Remove internal do/while braces in fz_try macros.
Tor Andersson
2016-03-23
Compile embedded fonts in separate C files.
Tor Andersson
2016-03-21
Allow building with old versions of freetype.
Tor Andersson
2016-03-21
Fix 696661: Missing annotations.
Tor Andersson
2016-03-21
Fix compiler warnings in murun.c and pdf-js.c by tagging rethrow as noreturn.
Tor Andersson
2016-03-16
Avoid unused var warnings in Memento ref counting code.
Robin Watts
2016-03-15
Avoid shadowing 'stm' variable.
Robin Watts
2016-03-15
Fix leak in PDF device.
Robin Watts
2016-03-15
Make PDF objects ref changes memento-trackable.
Robin Watts
2016-03-15
Fix leak in PDF inline image handling.
Robin Watts
2016-03-14
Remove begin_page and end_page device calls.
Tor Andersson
2016-03-14
Make pdf_is_stream work on loaded stream dictionary objects as well.
Tor Andersson
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
2016-03-11
Fix various warnings.
Robin Watts
2016-03-11
Implement fz_text_language support functions.
Robin Watts
2016-03-11
Rejig Bidirectional and Text code.
Robin Watts
2016-03-07
Fix signed/unsigned comparison warning.
Robin Watts
2016-03-02
js: Fix reference counting errors.
Tor Andersson
2016-03-02
Fix mask flags to FT_Get_Advance in ft_width.
Tor Andersson
2016-03-01
js: Add PDF document and object access.
Tor Andersson
2016-03-01
Don't use pdf_page struct when creating pages.
Tor Andersson
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2016-03-01
Add const to filename string.
Tor Andersson
2016-03-01
Use FT_Get_Advance in when loading simple font widths in ft_width.
Tor Andersson
2016-02-29
pdf-font: Remove unused locking
Robin Watts
2016-02-29
Strip outlines when cleaning a pdf file.
Robin Watts
2016-02-29
pdfwrite: Use Tm directly to set matrix.
Tor Andersson
2016-02-29
pdfwrite: Handle all fonts as CID fonts.
Tor Andersson
2016-02-29
pdfwrite: Look through own resource list first.
Tor Andersson
2016-02-29
Simplify ToUnicode CMap creation.
Tor Andersson
2016-02-29
Fix pdf_add_cid_font_widths to work on glyph indices as intended.
Tor Andersson
2016-02-29
Create CID font /W array as an indirect object.
Tor Andersson
2016-02-29
Clean up error handling.
Tor Andersson
2016-02-29
Use fz_advance_glyph when computing CID font widths array.
Tor Andersson
2016-02-29
Don't embed base 14 or substitute fonts.
Tor Andersson
2016-02-29
Rename pdf_add_simple_font_res and friends.
Tor Andersson
2016-02-29
Pass mediabox to pdf_create_page by const pointer, and pass resources.
Tor Andersson
2016-02-29
Simplify font descriptor creation.
Tor Andersson
2016-02-29
Create simple font width table when creating the PDF object.
Tor Andersson
2016-02-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-02-29
Simplify res_image_get_md5.
Tor Andersson
2016-02-29
Remove pdf_res struct. Use pdf_obj indirect references directly.
Tor Andersson
2016-02-29
Change order of arguments to pdf_create_page.
Tor Andersson
2016-02-29
Rename some functions.
Tor Andersson
[prev]
[next]