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-11-10
Add XPS outline parsing and move outline data struct to fz_outline.
Tor Andersson
2011-08-17
pdfdraw: Add command line option to gamma correct and invert images.
Tor Andersson
2011-08-06
Cosmetic style fixes.
Tor Andersson
2011-08-01
Add support for colored Type3 glyphs (ones that use d0).
Robin Watts
2011-07-26
Fix bug 692354: Horizontal white lines in images.
Robin Watts
2011-07-13
Non-isolated group support, and fix Bug 692336.
Robin Watts
2011-07-08
Clip area optimisations for displaylist case:
Robin Watts
2011-06-01
Fix android build; bug 692222.
Robin Watts
2011-05-31
Fix assert in scale: see Bug 692245.
Robin Watts
2011-04-15
Use artificial italics and emboldening for substitute font.
Tor Andersson
2011-04-15
Use DroidSans.ttf as substitute font.
Tor Andersson
2011-04-11
Add triangle caps; separate start, dash and end cap styles for XPS.
Tor Andersson
2011-04-10
Make display list struct opaque.
Tor Andersson
2011-04-10
Make global edge list struct opaque, and remove active edge list struct.
Tor Andersson
2011-04-10
Make blendmode opaque.
Tor Andersson
2011-04-10
Make fz_obj struct opaque.
Tor Andersson
2011-04-09
Throw an error if none of the content stream parts could be loaded.
Tor Andersson
2011-04-08
Add soft limit to pixmap allocation.
Tor Andersson
2011-04-08
Simplify arguments to fz_new_pixmap.
Tor Andersson
2011-04-08
Various patches from SumatraPDF.
Tor Andersson
2011-04-08
Add special case non-aa scan converter with accompanying blit functions.
Tor Andersson
2011-04-07
Add AA_BITS define to control antialias level of line art.
Robin Watts
2011-04-06
Rename span to stride, and add gray->bgr fast path image drawing.
Tor Andersson
2011-04-06
First cut at halftone support. Mono only, 16x16 default halftone.
Robin Watts
2011-04-06
Rename internal color conversion functions to reflect what they do.
Tor Andersson
2011-04-06
Improve handling of JPX colorspaces.
Tor Andersson
2011-04-05
Add wrapper functions around device calls.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
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
[next]