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
/
fitz.h
Age
Commit message (
Expand
)
Author
2011-04-04
draw: Purge old (fast but too ugly) image scaling code.
Tor Andersson
2011-04-04
Add device interface functions to draw tiled patterns.
Tor Andersson
2011-04-04
draw: Speed up display list execution by using a visibility test.
Tor Andersson
2011-04-04
Change how files are opened with fz_openfd/file/filew.
Tor Andersson
2011-04-03
Merge branch 'xps'
Tor Andersson
2011-04-03
xps: Use fz_pixmap directly instead of wrapping it in xps_image.
Tor Andersson
2011-04-01
Use a function pointer for resolveindirect.
Tor Andersson
2011-04-01
xps: Use opacity masks, and draw gradients with opacity.
Tor Andersson
2011-04-01
xps: Respect PathGeometry.Transform attribute.
Tor Andersson
2011-03-31
xps: Clean up image loading code, and handle images with alpha.
Tor Andersson
2011-03-29
Don't shorten colorspace to 'cs' in structs and other names.
Tor Andersson
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-02-23
Add bitstream reader functions.
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-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
Add ftsize and ftfile fields to font struct for SumatraPDF use.
Tor Andersson
2011-02-03
Various patches from SumatraPDF.
Tor Andersson
2011-02-02
Store font data buffer in fz_font rather than in pdf_fontdesc. Fixes bug wher...
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
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-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
Remove unnecessary whitespace
Sebastian Rasmussen
2010-12-30
Remove unimplemented and unused declarations.
Sebastian Rasmussen
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-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-01
Add convenience function for debug printing indirect objects.
Sebastian Rasmussen
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-11-16
Add a function fz_newpixmapwithdata that lets clients create pixmaps with a c...
Tor Andersson
2010-10-13
Use EXPAND/BLEND/COMBINE macros for more plotting functions. Patch by Robin W...
Tor Andersson
2010-08-12
Remove pdf_image struct -- load images directly into fz_pixmaps instead.
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-07-30
Make an educated guess at the stream length by looking at the filters used in...
Tor Andersson
2010-07-30
Treat JPXDecode images as a special case bypassing the regular filter logic.
Tor Andersson
2010-07-29
Use chained reader like interface for filters instead of process interface.
Tor Andersson
2010-07-27
Don't cache resolved objects in the indirect reference object (rely on the xr...
Tor Andersson
2010-07-25
Use a separate decodetile function for non-indexed images.
Tor Andersson
2010-07-25
Never scale the components of indexed images. Let decodetile use maxval for s...
Tor Andersson
2010-07-23
Support constant alpha for shadings, images and transparency groups.
Tor Andersson
2010-07-21
Add Robin Watts' smooth image scaling code.
Tor Andersson
[next]