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-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
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-18
Fix broken documents after sanitize
Robin Watts
2016-04-05
Clean up bidi enum names.
Tor Andersson
2016-03-11
Implement fz_text_language support functions.
Robin Watts
2016-03-11
Rejig Bidirectional and Text code.
Robin Watts
2016-02-24
Add fz_show_string function and move wmode argument to end.
Tor Andersson
2016-02-24
Add optional scissor hint argument to text clipping functions.
Tor Andersson
[next]