index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
Age
Commit message (
Expand
)
Author
2011-03-06
Add error message buffer for GUI applications to display the latest error sta...
Tor Andersson
2011-03-06
Inhibit warning message spam by introducing a repeat counter.
Tor Andersson
2011-03-06
Add explicit EOF testing functions.
Tor Andersson
2011-03-02
Comply with the stream read protocol in flate decoder: always fill the output...
Tor Andersson
2011-03-02
Use buffering for small reads.
Tor Andersson
2011-03-01
Fix subtle path stroking bug where closepath did not update the pen position.
Tor Andersson
2011-02-23
Use readbits function in LZW decoder.
Tor Andersson
2011-02-23
Add bitstream reader functions.
Tor Andersson
2011-02-23
Stylistic cleanups in LZW decoder: copy state variables in locals.
Tor Andersson
2011-02-23
Revert to using fthint since we cannot rely on FreeType's trickyness detectio...
Tor Andersson
2011-02-23
Remove fthint workaround for DynaLab fonts, since that is now a part of freet...
Tor Andersson
2011-02-18
Make pdfdraw -tt output valid XML.
Tor Andersson
2011-02-17
Stretch glyphs for substituted fonts when stroking the same as when filling.
Tor Andersson
2011-02-08
Use horizontal metrics to create text boxes instead of guessing at bad vertic...
Tor Andersson
2011-02-08
Only interpolate upscaled images when the interpolate flag is set in the imag...
Tor Andersson
2011-02-07
Add support for AESv3 encryption from SumatraPDF.
Tor Andersson
2011-02-04
Compensate for floating point imprecision in roundrect.
Tor Andersson
2011-02-04
Tweak the compression bomb detection.
Tor Andersson
2011-02-04
Use the CMYK-to-RGB transform from Poppler.
Tor Andersson
2011-02-04
Add ftsize and ftfile fields to font struct for SumatraPDF use.
Tor Andersson
2011-02-04
Don't reset stream wp pointer at end of file, since that will clobber streams...
Tor Andersson
2011-02-03
Various patches from SumatraPDF.
Tor Andersson
2011-02-03
Special case calloc and realloc with zero count or size.
Tor Andersson
2011-02-03
Use calloc to allocate pixmap data. Limit size of PDF images to 65k x 65k.
Tor Andersson
2011-02-02
Store font data buffer in fz_font rather than in pdf_fontdesc. Fixes bug wher...
Tor Andersson
2011-02-02
Remove pdf_token_e typedef since the list of tokens is extended by individual...
Tor Andersson
2011-01-29
Cleanups in fz_copyarray and fz_copydict.
Tor Andersson
2011-01-29
Don't try to copy arrays/dictionaries that are indirect references with fz_co...
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2011-01-06
Don't use private struct field when copying dictionaries.
Tor Andersson
2011-01-06
Make several functions static, removing them from the public interface.
Sebastian Rasmussen
2011-01-06
Remove unnecessary whitespace.
Sebastian Rasmussen
2011-01-06
Remove unused functions.
Sebastian Rasmussen
2011-01-02
Relaxed limits when detecting compression bombs.
Sebastian Rasmussen
2011-01-01
Support transformation and comparison of bounding boxes.
Sebastian Rasmussen
2010-12-30
Re-order delcaration to adhere to nesting idiom.
Sebastian Rasmussen
2010-12-30
Remove redundant declaration.
Sebastian Rasmussen
2010-12-30
Adhere to nil idiom.
Sebastian Rasmussen
2010-12-30
Remove unnecessary whitespace
Sebastian Rasmussen
2010-12-30
Remove unimplemented and unused declarations.
Sebastian Rasmussen
2011-01-05
Correct miscalculation of target image sizes for scaling.
Robin Watts
2010-12-29
Rename mesh painting functions to 'paint' to conform with the other painting ...
Tor Andersson
2010-12-29
Support radial shadings as another special case in the fitz renderer.
Sebastian Rasmussen
2010-12-29
Support linear shadings as a special case in the fitz shading struct and rend...
Tor Andersson
2010-12-20
Handle errors occurring while closing dctd.
Tor Andersson
2010-12-16
Fill entire scissor region with shading background color.
Tor Andersson
2010-12-12
Remove unused function in CCITT fax decoding.
Sebastian Rasmussen
2010-12-04
Add option to ascii hex encode binary streams in pdfclean.
Tor Andersson
2010-12-04
The FZ_COMBINE2 rounding fix doesn't work. Implement it the other way (round ...
Tor Andersson
2010-12-04
Tweak trace XML output to be more consistent with the device commands used.
Tor Andersson
[prev]
[next]