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-27
Add fz_close_device function.
Tor Andersson
2016-04-27
Fix exception bug: rethrow without a caught exception!
Tor Andersson
2016-04-27
Remove useless try/catch/rethrows.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-26
Improve fz_new_document
Robin Watts
2016-04-26
Change order of arguments to pdf_add_page etc.
Tor Andersson
2016-04-26
pdfcreate: Use industry font name for built-in fonts.
Tor Andersson
2016-04-26
Optimize pdf_lookup_agl.
Tor Andersson
2016-04-26
Update mutool clean sanitize to clean annotations too.
Robin Watts
2016-04-22
pdf: Handle implicit identity crypt filters
Sebastian Rasmussen
2016-04-22
pdf: Remember to drop objects inserted into dicts.
Sebastian Rasmussen
2016-04-19
Add mutool merge
Michael Vrhel
2016-04-18
Fix broken documents after sanitize
Robin Watts
2016-04-18
Fix corruption of file using sanitize.
Robin Watts
2016-04-18
Fix leak of pdf_obj.
Robin Watts
2016-04-12
Fix some warnings.
Robin Watts
2016-04-12
Silence some warnings in release builds.
Robin Watts
2016-04-12
Fix PDF annotations not appearing after creation.
Robin Watts
2016-04-11
Bug 696696: Avoid leak when cleaning with sanitize.
Robin Watts
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
[next]