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
2012-02-14
Fix potential NULL deref in ensure_space.
Robin Watts
2012-02-13
Create mudraw; mupdfdraw cloned and adapted to use fz_document
Robin Watts
2012-02-13
Add locking around freetype calls.
Robin Watts
2012-02-13
Remove STORE lock in favour of smarter use of ALLOC lock.
Robin Watts
2012-02-11
Purge unused and bit rotted fz_accelerate stuff, part 2.
Tor Andersson
2012-02-08
Lock reworking.
Robin Watts
2012-02-07
Fix broken fz_clone_context; stupid typo.
Robin Watts
2012-02-07
Implement fz_open_document by hard coding the list of file types.
Tor Andersson
2012-02-07
Rename a few functions.
Tor Andersson
2012-02-03
Fix NULL dereference when freeing fz_link objects.
Tor Andersson
2012-02-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-02-03
Be consistent about passing a fz_context argument in pixmap functions.
Tor Andersson
2012-02-03
Pass context explicitly to hash table functions.
Tor Andersson
2012-02-03
Reference count fz_link objects.
Tor Andersson
2012-02-03
Remove extraneous blank lines.
Tor Andersson
2012-02-03
Add document interface.
Tor Andersson
2012-02-03
Make fz_malloc_struct return zeroed memory.
Tor Andersson
2012-01-30
Do not embed a context in the fz_outline structure.
Tor Andersson
2012-01-30
Move PNG, JPEG and TIFF image loading from muxps into fitz.
Tor Andersson
2012-01-27
Remove dependency on fz_obj from the filter creation parameters.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-27
Whitespace fixes.
Tor Andersson
2012-01-25
Fix bug in Fax decoder.
Robin Watts
2012-01-21
Fix deadlock in fz_drop_storable.
Robin Watts
2012-01-20
Bitmap 'patch' scaling - second attempt.
Robin Watts
2012-01-20
Ensure Memento checking is reflected in block numbers
Robin Watts
2012-01-20
Fix locking problems.
Robin Watts
2012-01-20
Revert "Bitmap 'patch' scaling."
Tor Andersson
2012-01-19
Bitmap 'patch' scaling.
Robin Watts
2012-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-18
Better handling of 'uncacheable' Type3 glyphs. Bug 692745.
Robin Watts
2012-01-14
Smarter path construction (avoid needless segments).
Robin Watts
2012-01-13
Rework pdf_resolve_indirect to make it idempotent.
Robin Watts
2012-01-13
Clipping stack handling tweaks in dev_list.
Robin Watts
2012-01-13
Scavenging fixes; overflow and division by zero.
Robin Watts
2012-01-13
Ensure that client_data pointer for jpx decodes is ctx.
Robin Watts
2012-01-12
Support proper XPS mitering. (And stroke fixes).
Robin Watts
2012-01-12
Calculate individual glyph bboxes for Type 3 fonts too.
Tor Andersson
2012-01-12
Fix memory leak in font->bbox_table.
Tor Andersson
2012-01-11
Flush warnings before printing an error message in fz_throw.
Tor Andersson
2012-01-11
Use enum for FZ_STORE_DEFAULT default size.
Tor Andersson
2012-01-11
Hide glyph cache in context.
Tor Andersson
2012-01-11
Set default values for alloc context and max store size if none are given.
Sebastian Rasmussen
2012-01-11
Stylistic comment and whitespace fixes.
Tor Andersson
2012-01-11
Add glyph bbox cache.
Tor Andersson
2012-01-11
Calculate accurate per-glyph bounding boxes for fz_bound_text.
Tor Andersson
2012-01-11
Remove fuzzing from fz_round_rect.
Tor Andersson
2012-01-10
Move fuzz from fz_execute_display_list into fz_bound_text.
Robin Watts
2012-01-10
Add fz_blend_pixel_function.
Robin Watts
2012-01-10
Fix many spelling errors.
Sebastian Rasmussen
[next]