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
Age
Commit message (
Expand
)
Author
2017-10-12
Make fz_open_memory take a const buffer.
Tor Andersson
2017-10-12
Make image loading use const data pointers.
Tor Andersson
2017-10-05
Fix out of bounds check in pnm parser.
Sebastian Rasmussen
2017-10-05
Remove unused code.
Sebastian Rasmussen
2017-10-05
Remove shadowed variables.
Sebastian Rasmussen
2017-10-05
Avoid double literals and double math functions.
Sebastian Rasmussen
2017-10-04
Mark another variable fz_var(), avoiding optimization.
Sebastian Rasmussen
2017-10-02
Drop stream upon error in inline stream.
Sebastian Rasmussen
2017-10-02
Make sure to drop chain upon error in raw and crypto filters.
Sebastian Rasmussen
2017-09-27
Bug 698593: Fix assert in image painting.
Robin Watts
2017-09-27
Bug 698588: Short circuit plotting of images if alpha == 0.
Robin Watts
2017-09-25
Bug 698592: Mark variable fz_var(), avoiding optimization.
Sebastian Rasmussen
2017-09-22
Skip to next whitespace character instead of aborting when repairing PDF.
Tor Andersson
2017-09-22
Fix typo in default output format for pixmap output in muconvert.
Tor Andersson
2017-09-22
Fix places where we assign state without using it.
Robin Watts
2017-09-22
Ensure PNG output is not premultiplied output.
Robin Watts
2017-09-20
tiff: Support images with 24/32 bits per component.
Sebastian Rasmussen
2017-09-20
Initialize libjpeg state to avoid crashes upon error.
Sebastian Rasmussen
2017-09-20
Disable further device calls upon error while closing device.
Sebastian Rasmussen
2017-09-20
Drop rasterizer upon error while bounding path.
Sebastian Rasmussen
2017-09-20
gl: Scroll to link coordinates when following links.
Tor Andersson
2017-09-20
Fix optional alpha pixmap support in gamma correction function.
Tor Andersson
2017-09-19
Fix 698558: Handle non-tags in tag name comparisons.
Tor Andersson
2017-09-19
Fix 698540: Check name, comment and meta size field signs.
Tor Andersson
2017-09-19
Fix 698539: Don't use xps font if it could not be loaded.
Tor Andersson
2017-09-13
Consistently drop filter chain upon error.
Sebastian Rasmussen
2017-09-13
Remove old workaround.
Sebastian Rasmussen
2017-09-13
Do not lie.
Sebastian Rasmussen
2017-09-12
Update draw-blend.c to support spot blending.
Michael Vrhel
2017-09-12
Fix whitespace in draw-blend.c
Robin Watts
2017-09-12
Fix Gradients in the presence of spots.
Robin Watts
2017-09-12
Add -O flag to mudraw to control spots.
Robin Watts
2017-09-12
Fix separation pixmap conversion functions for DeviceN.
Robin Watts
2017-09-12
Fix merge error in murun.c
Tor Andersson
2017-09-12
Clean up cached color converters in case of error.
Sebastian Rasmussen
2017-09-12
Fix leaks upon error while copying array/dict.
Sebastian Rasmussen
2017-09-08
Ensure colorspace colorants are named for ICC spaces too.
Robin Watts
2017-09-08
Start to rework plotters.
Robin Watts
2017-09-08
Update fz_separations equivalent color mechanism.
Robin Watts
2017-09-08
Update draw device to cope with spots.
Robin Watts
2017-09-08
Squash 64bit build warning.
Robin Watts
2017-09-08
Remove unnecessary conditional.
Robin Watts
2017-09-08
Fix return of void function in jbig2 code.
Robin Watts
2017-09-08
Remove unnecessary fz_try()/fz_catch().
Sebastian Rasmussen
2017-09-07
Use dict_put_drop/array_push_drop wherever possible.
Sebastian Rasmussen
2017-09-07
Make sure to always drop a fz_device even upon error.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-09-07
Declare variable fz_var().
Sebastian Rasmussen
2017-09-05
Make luratech decoder glue compile after interface changes.
Sebastian Rasmussen
2017-08-31
Always add newline before 'endstream' keyword for PDF/A compliance.
Philipp Knechtges
[next]