index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_xobject.c
Age
Commit message (
Expand
)
Author
2013-02-19
Fix whitespace.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Improve exception handling in fz_bound_t3_glyph
Paul Gardiner
2013-01-30
Always pass value structs (rect, matrix, etc) as values not by pointer.
Tor Andersson
2012-11-29
Bug 693463: Fix various memory leaks.
Robin Watts
2012-10-29
Add fz_update_page
Paul Gardiner
2012-08-29
Merge branch 'master' into forms
Paul Gardiner
2012-08-23
Rename fz_new_name to pdf_new_name.
Robin Watts
2012-08-08
Merge branch 'master' into forms
Paul Gardiner
2012-08-07
When updating an xobject's contents also reset the Length
Paul Gardiner
2012-08-06
No need to check for NULL before dropping objects
Sebastian Rasmussen
2012-06-19
Fix bug 693133: MuPDF forms support: Text incorrectly transformed
Paul Gardiner
2012-06-13
Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.
Robin Watts
2012-06-13
Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.
Robin Watts
2012-06-13
Remove unnecessary function and improve naming
Paul Gardiner
2012-06-12
A few general utility functions added for the sake of the forms work
Paul Gardiner
2012-05-08
Switch to reading content streams on the fly during interpretation.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-13
Avoid infinite loops with XObjects.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-15
Fix warnings/errors on unix builds.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-11-15
Merge branch 'master' into context
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson