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
/
base_geometry.c
Age
Commit message (
Expand
)
Author
2013-02-28
Pass bbox to pdf_set_annot_appearance rather than base on display list
Paul Gardiner
2013-02-20
Bug 693639: fix overflow due to wrong type of intermediate variable.
Tor Andersson
2013-02-06
Rename bbox to irect.
Tor Andersson
2013-02-06
Add some 'restrict' qualifiers to hopefully speed matrix ops.
Robin Watts
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Rename fz_irect back to fz_bbox.
Tor Andersson
2013-01-30
Rename fz_rect_covering_rect to fz_irect_from_rect.
Tor Andersson
2013-01-30
Introduce fz_irect where the old fz_bbox was useful.
Tor Andersson
2013-01-30
Eliminate fz_bbox in favor of fz_rect everywhere.
Tor Andersson
2012-12-21
Use new ADD_WITH_SAT macro in place of expanded code.
Robin Watts
2012-12-21
Bug 593603: Fix problems with tiling.
Robin Watts
2012-12-20
Bug 693503: Fix SEGV in glyph painting due to bbox overflow.
Robin Watts
2012-07-05
Move to static inline functions from macros.
Robin Watts
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-15
Check determinant before inverting a matrix to avoid division by zero.
Tor Andersson
2012-01-12
Support proper XPS mitering. (And stroke fixes).
Robin Watts
2012-01-11
Remove fuzzing from fz_round_rect.
Tor Andersson
2012-01-06
Various fixes to avoid arithmetic problems.
Robin Watts
2011-07-08
Clip area optimisations for displaylist case:
Robin Watts
2011-04-15
Use artificial italics and emboldening for substitute font.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-02-04
Compensate for floating point imprecision in roundrect.
Tor Andersson
2011-01-01
Support transformation and comparison of bounding boxes.
Sebastian Rasmussen
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-17
Minor edits of multi-line comments.
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson