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
/
pdf-op-run.c
Age
Commit message (
Expand
)
Author
2018-08-22
Bug 699667: Remember to update gstate pointers when showing patterns.
Sebastian Rasmussen
2018-08-22
Remove the old 'nested depth' tracking.
Tor Andersson
2018-08-21
Improve parameter names.
Tor Andersson
2018-08-10
Bug 699628: Add fz_var to variable set in fz_try and used in fz_always.
Sebastian Rasmussen
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
2018-05-09
Fix 699319: Apply clip path after drawing, not before.
Tor Andersson
2018-04-27
Use pdf_dict_get_int, etc.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2018-02-14
Bug 698890: Remember to end groups when showing images.
Sebastian Rasmussen
2018-02-13
Add fz_begin_layer/fz_end_layer.
Robin Watts
2018-02-02
Bug 698891: Keep colorspace for luminosity transparency group.
Sebastian Rasmussen
2017-11-06
Extract text state handling from run pdf_processor.
Robin Watts
2017-10-24
Avoid security warning.
Robin Watts
2017-10-24
Fix "CompatibleOverprint" blend mode.
Robin Watts
2017-10-24
Look for changes to Default colorspaces in XObjects.
Robin Watts
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-21
Reuse pattern tiles when running PDF interpreter directly.
Tor Andersson
2017-07-19
Fix colorspace leaks with group colorspaces.
Robin Watts
2017-07-17
Non-isolated groups should use parent color space
Michael Vrhel
2017-07-17
Add colorspace handling to transparency groups
Michael Vrhel
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
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-25
Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-02-09
Bug 697500: Fix NULL ptr access.
Robin Watts
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-11-21
Fix a few cases where pdf_unmark_obj wasn't always being called on errors.
Tor Andersson
2016-11-11
Add pdf_layer configuration API.
Robin Watts
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
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-06
Luminosity transparency group must have colorspace when used as softmask.
Sebastian Rasmussen
2016-08-30
Use U+FFFD instead of '?' for bad encodings in text extraction.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-08
Slim pdf_xobject: remove cached colorspace field.
Tor Andersson
2016-07-08
Slim pdf_xobject: remove cached document field.
Tor Andersson
2016-07-08
Slim pdf_xobject: remove cached transparency/isolated/knockout fields.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached matrix field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached bbox field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached resources field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: Rename me to obj.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-31
Bug 696813: Fix Lab colorspaces.
Robin Watts
2016-05-24
Fix 696796: clamp color values in PDF to valid range.
Tor Andersson
[next]