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-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