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
2012-03-01
Add some more docs to fitz.h
Robin Watts
2012-03-01
Setjmp/longjmp exception tweaks.
Robin Watts
2012-03-01
Remove mask entry from fz_pixmap as never used any more.
Robin Watts
2012-02-29
On MacOS/iOS use _setjmp/_longjmp rather than setjmp/longjmp.
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-26
Continued documentation improvements.
Sebastian Rasmussen
2012-02-26
Document some more functions.
Sebastian Rasmussen
2012-02-26
Document the most commonly used interface functions.
Sebastian Rasmussen
2012-02-26
Add introductory MuPDF documentation.
Sebastian Rasmussen
2012-02-25
Add fz_trim_buffer function, and call it.
Robin Watts
2012-02-25
Rework image handling for on demand decode
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
Rename a few functions.
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-20
Bitmap 'patch' scaling - second attempt.
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-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-11
Use enum for FZ_STORE_DEFAULT default size.
Tor Andersson
2012-01-11
Hide glyph cache in context.
Tor Andersson
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-10
Add fz_blend_pixel_function.
Robin Watts
2012-01-10
Fix many spelling errors.
Sebastian Rasmussen
2012-01-09
Update fz_try/fz_catch to be fz_try/{fz_always}/fz_catch.
Robin Watts
2012-01-06
Android tweaks.
Robin Watts
2012-01-06
Add 'marking' functions for dictionaries.
Robin Watts
2012-01-06
fz_free_link_dest; fix a memory leak
Robin Watts
2012-01-04
Bug 692739: Add ability to abort time consuming actions
Robin Watts
2011-12-28
Outline/link destination tweaks.
Robin Watts
[next]