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
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
2016-02-24
Clarify scissor argument to clip device functions.
Tor Andersson
2016-02-22
Rename fz_add_text to fz_show_glyph.
Tor Andersson
2015-12-11
Remove text clip accumulation.
Tor Andersson
2015-12-11
Keep spans of multiple fonts and sizes in one fz_text object.
Tor Andersson
2015-10-19
Fix 695582: add knockout group for text that is both stroke and fill.
Tor Andersson
2015-10-15
Fix 696241: fix bracketing of begin_group/end_group for text objects.
Tor Andersson
2015-10-14
pdf: Flush text if content stream processing is cut short by errors.
Tor Andersson
2015-03-25
Bug 695885: Avoid too many pop clips.
Robin Watts
2015-03-24
Path rework for improved memory usage.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-02-24
Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.
Robin Watts
2015-02-24
Simplify/Correct logic in pdf_show_char
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Reference count fz_path and fz_text.
Tor Andersson
2015-01-20
don't omit patterns with huge xstep/ystep values
Simon Bünzli
2014-07-18
allow to extract text for uncacheable glyphs
Simon Bünzli
2014-06-16
Fix a fatal compiler warning when building with the latest version of the And...
Matt Holgate
2014-06-09
Bug 695300: Sanitize draw-device stack handling in error cases.
Robin Watts
2014-05-27
Bug 695260: Fix error handling in do_xobject
Robin Watts
2014-05-22
Flush pending text on a change of CTM.
Robin Watts
2014-05-13
Fix signedness in cmap interface.
Tor Andersson
2014-04-23
Fix 693391: simplify warning message
Tor Andersson
2014-03-25
Bug 695089: inherit resources for softmasks (regression fix)
Simon Bünzli
2014-03-18
Fix operator buffering of inline images.
Robin Watts
2014-03-17
Rework fz_streams.
Robin Watts
2014-03-17
Ensure that BDC operators get both params.
Robin Watts
2014-03-04
Add pdf_process interface.
Robin Watts