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-04-07
Add text antialiasing too.
Robin Watts
2011-04-07
Add AA_BITS define to control antialias level of line art.
Robin Watts
2011-04-07
Optimize file seeks that can be done within the buffered data.
Tor Andersson
2011-04-07
Update README files.
Tor Andersson
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-06
fitz: Simplify dev_bbox code.
Tor Andersson
2011-04-05
Update the display list device to use the new device functions.
Tor Andersson
2011-04-05
Makefile tweaks.
Tor Andersson
2011-04-05
Add wrapper functions around device calls.
Tor Andersson
2011-04-04
android: Conform to coding convention.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
xps: Convert CMYK with alpha to RGB early to avoid premul alpha headaches.
Tor Andersson
2011-04-04
Update win32 project files after reshuffling.
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: Fix bug in display list culling.
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-04
Incorporate small fixes from SumatraPDF.
Tor Andersson
2011-04-03
xps: Plug memory leaks.
Tor Andersson
2011-04-03
Merge branch 'xps'
Tor Andersson
2011-04-03
draw: Fix regression introduced with bug 692117.
Tor Andersson
2011-04-03
xps: Fix bugs uncovered by QualityLogicMinBar tests.
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
draw: Convert and scale images in the cheapest order.
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: Fix bugs in TIFF reader.
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-27
Set the result pointer after swapping buffers.
Michael Kaiser
2011-03-10
Fix integer overflow in compression bomb multiplication by using a division i...
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-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
[next]