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-04-23
Fix whitespace and indentation.
Tor Andersson
2012-04-20
Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.
Tor Andersson
2012-04-19
Change fz_document_open to assume PDF format by default.
Robin Watts
2012-04-19
Retry loading a hinted glyph without hinting if freetype returns an error.
Tor Andersson
2012-04-18
Note that the fz_meta interface is subject to change.
Robin Watts
2012-04-17
Add Meta interface to fz_document.
Robin Watts
2012-04-10
Add fz_new_draw_device_with_bbox function
Robin Watts
2012-04-09
Fix use of uninitialised variable.
Robin Watts
2012-04-09
Bug 692979: Fix race condition in thread debugging.
Robin Watts
2012-04-09
Bug 692976: Fix spurious thread lock debug warnings on context clones
Robin Watts
2012-04-05
Fix potential problems on malloc failure.
Robin Watts
2012-04-05
Bug 692946 - fix 'stray white pixels in black areas' when halftoning.
Robin Watts
2012-03-28
Add documentation for fz_link_dest and text extraction device.
Robin Watts
2012-03-28
Warn that the fz_link_dest struct is not finished.
Tor Andersson
2012-03-28
Whitespace fixes.
Tor Andersson
2012-03-21
Update iOS app.
Tor Andersson
2012-03-19
Fix typo in text device where lines would group into blocks too eagerly.
Tor Andersson
2012-03-19
Don't create empty spans and lines in the text device.
Tor Andersson
2012-03-19
Bug 692746; avoid 'double palettes' on jpx images.
Robin Watts
2012-03-16
Bug 692805: BBox rounding issues
Robin Watts
2012-03-15
Fix 2 regressions in xps test files due to palette change.
Robin Watts
2012-03-15
Bug 692911: Cope with over/undersize palette entries in pngs.
Robin Watts
2012-03-14
Bug 692917: Move to dynamic stroke_states.
Robin Watts
2012-03-14
When bounding paths, only apply miterlimit when mitering.
Robin Watts
2012-03-14
Ignore trailing movetos in path bounding calculations.
Robin Watts
2012-03-14
Implement Repeat and Reflect gradients in XPS.
Tor Andersson
2012-03-14
Some fixes to the new text device, courtesy of Zeniko.
Tor Andersson
2012-03-14
Put 'lastchar' into the text device struct to remember what the
Tor Andersson
2012-03-14
Fix memory leaks in style sheet handling of the new text device.
Tor Andersson
2012-03-14
Use correct linejoins on font with modern enough freetype.
Robin Watts
2012-03-14
Fix memory leak in image_tiff
Robin Watts
2012-03-14
Free doc links without recursion
Robin Watts
2012-03-13
Merge master and pg_android branches
Robin Watts
2012-03-13
Make fz_print functions all take a FILE *.
Robin Watts
2012-03-13
Fix building on windows.
Robin Watts
2012-03-13
Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.
Tor Andersson
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-13
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Tor Andersson
2012-03-12
Create style sheet and group extracted text into blocks, lines and spans.
Tor Andersson
2012-03-12
Move fz_alloc_default to internal header.
Tor Andersson
2012-03-12
Merge branch 'header-split'
Robin Watts
2012-03-12
Store AA level used to render a glyph in the glyphcache.
Robin Watts
2012-03-12
More API work.
Robin Watts
2012-03-12
Change order of params in fz_convert_color to C standard.
Robin Watts
2012-03-12
Change order of params in fz_convert_pixmap to C standard.
Robin Watts
2012-03-12
Merge branch 'master' into header-split
Robin Watts
2012-03-12
Test both coordinates when checking for empty/infinite rect and bboxes.
Sebastian Rasmussen
2012-03-12
Clamp real numbers when parsing.
Sebastian Rasmussen
2012-03-12
Take care of boundary conditions in ps function evaluation.
Sebastian Rasmussen
2012-03-12
More API tidying.
Robin Watts
[next]