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
/
xps
Age
Commit message (
Expand
)
Author
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
2017-12-13
Parse XML using pool allocator.
Tor Andersson
2017-11-09
Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.
Robin Watts
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-09-19
Fix 698558: Handle non-tags in tag name comparisons.
Tor Andersson
2017-09-19
Fix 698539: Don't use xps font if it could not be loaded.
Tor Andersson
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-17
Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.
Tor Andersson
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
2017-07-03
Don't leak fz_image if xps fails to parse tiling brush.
Robin Watts
2017-06-28
xps: Always drop page resources upon error parsing page or canvas.
Sebastian Rasmussen
2017-06-28
xps: Make sure to drop path and stroke state in case of error.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-29
Make PI/RADIAN/SQRT2/LN2 global single precision float constants.
Sebastian Rasmussen
2017-05-23
Remove unused strtod function.
Tor Andersson
2017-04-27
Avoid typecasting function pointers in subclasses.
Tor Andersson
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Remove debug printing code.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Use fz_snprintf.
Tor Andersson
2017-04-27
Make HTML header private.
Tor Andersson
2017-04-13
Move extension/mimetype detection to common function.
Sebastian Rasmussen
2017-03-28
Return fz_document from all document handlers.
Sebastian Rasmussen
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-22
Update fz_new_page.
Robin Watts
2017-01-09
Remove some dead code.
Tor Andersson
2017-01-09
Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.
Tor Andersson
2017-01-09
Add fz_terminate_buffer function.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-19
Move headers to make xps_document an internal type.
Sebastian Rasmussen
2016-10-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-12
Remove unused function.
Tor Andersson
2016-10-12
Bug 697012: Avoid overflow in xps_parse_real_num.
Robin Watts
2016-10-12
Always call fz_drop_document() to drop the document.
Sebastian Rasmussen
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-07
Add ctx to fz_font functions.
Robin Watts
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-10-05
Move fz_font definition to be private.
Robin Watts
2016-09-08
EPUB and XPS may only be zip archives or directories.
Sebastian Rasmussen
2016-08-30
Use U+FFFD instead of '?' for bad encodings in text extraction.
Tor Andersson
2016-08-24
Bug 696983 - Fix bidirectional XPS spacing.
Tor Andersson
2016-07-12
xps: Only recognize <dir>/_rels/.rels type paths, not any .rels file.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
[next]