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
/
fitz
Age
Commit message (
Expand
)
Author
2013-09-27
stop checking if the result of fz_read is negative
Simon Bünzli
2013-09-24
Bug 694566: Avoid locking up while seeking in deflated stream.
Robin Watts
2013-09-23
Fix missing 'const' in fz_authenticate_password
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-09-10
Attempt to fix reflow.
Robin Watts
2013-09-10
support jpegtables for TIFF images
Simon Bünzli
2013-09-10
Bug 694567: prevent double-free in pdf_open_raw_filter
Simon Bünzli
2013-09-08
Separate command and coordinate arrays in fz_path structure.
Tor Andersson
2013-09-03
Add FZ_VERSION define. Check header and library version compatibility.
Tor Andersson
2013-09-02
Improve SVG pattern handling.
Robin Watts
2013-09-02
Expose subpixel glyph adjustment calculations.
Robin Watts
2013-09-02
Add glyph rendering routines that return fz_pixmaps rather than fz_glyphs.
Robin Watts
2013-09-02
Be smarter when quantising sub pixel positions for glyphs.
Robin Watts
2013-08-30
Use RLE coding scheme for glyph bitmaps.
Robin Watts
2013-08-30
Add simple banding to mudraw.
Robin Watts
2013-08-29
Add new fz_putc and fz_new_output_to_filename functions.
Robin Watts
2013-08-28
add FZ_IMAGE_JXR placeholder for downstream implementors
Simon Bünzli
2013-08-28
invert color transformed CMYK JPEG images
Simon Bünzli
2013-08-28
support deprecated JPEG-in-TIFF compression
Simon Bünzli
2013-08-28
better JPEG image resolution detection (for XPS)
Simon Bünzli
2013-08-28
fix memory leaks
Simon Bünzli
2013-08-28
sync bits when closing an LZW stream
Simon Bünzli
2013-08-28
optionally detect initial EOL in CCITTFaxDecode streams
Simon Bünzli
2013-08-28
fix various typos
Simon Bünzli
2013-08-28
Dump glyph cache size as part of mudraw -M
Robin Watts
2013-08-28
Fix big endian operation of paint code.
Robin Watts
2013-08-26
Optimise fz_paint_scan_with_color and fz_paint_span
Robin Watts
2013-08-26
Optimise fz_paint_affine_near and similar fns
Robin Watts
2013-08-26
Remove conditional code from draw-paint.c
Robin Watts
2013-08-26
Optimise fz_paint_span_with_color and fz_paint_solid_color
Robin Watts
2013-08-26
Fix memory leak in new glyph cache code.
Robin Watts
2013-08-22
Rework glyph cache to enable partial eviction.
Robin Watts
2013-07-26
Narrow definition of whitespace according to XML spec.
Robin Watts
2013-07-26
Add OpenXPS mime-type to fz_open_document.
Tor Andersson
2013-07-25
Bug 694402: Fix various SVG output problems
Robin Watts
2013-07-24
Fix memory overwrites when plotting glyphs that are completely clipped.
Robin Watts
2013-07-24
Fix MIN/MAX confusion in edge list clipping.
Tor Andersson
2013-07-22
Bug 694431: Fix potential infinite loop.
Robin Watts
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-03
Update fz_error/fz_warn to output to Debugger window on Win32 too.
Robin Watts
2013-07-03
Update Memento to output to debug window on windows.
Robin Watts
2013-07-01
Bug 694382: Fix use-after-free due to type3 fonts.
Robin Watts
2013-06-28
Modify FZ_NORETURN to work on MSVC too.
Robin Watts
2013-06-27
Bug 694382: Fix problems arising from recent pdf_obj changes.
Robin Watts
2013-06-26
Silence compiler warnings.
Tor Andersson
2013-06-21
Fix Android builds.
Robin Watts
2013-06-20
Rename fz_image_to_pixmap to fz_new_pixmap_from_image.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson