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
/
dev_bbox.c
Age
Commit message (
Expand
)
Author
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Eliminate fz_bbox in favor of fz_rect everywhere.
Tor Andersson
2012-03-16
Bug 692805: BBox rounding issues
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-01-11
Calculate accurate per-glyph bounding boxes for fz_bound_text.
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-04-06
fitz: Simplify dev_bbox code.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2010-07-24
Slower but slightly more accurate CMYK to RGB conversion.
Tor Andersson
2010-05-14
Add workaround to clip image blits against the unit rectangle.
Tor Andersson
2010-05-13
Various fixes to avoid relying on C99. Move definitions of variables back to ...
Robin Watts
2010-05-11
Add a bbox extraction device.
Tor Andersson