index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
geometry.c
Age
Commit message (
Expand
)
Author
2018-07-06
Fix stray consts.
Robin Watts
2018-07-05
Add fz_transform_page helper function.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-07-04
Add fz_is_point_inside_rect utility function.
Tor Andersson
2018-06-22
Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.
Tor Andersson
2018-06-22
Add fz_quad type.
Tor Andersson
2018-02-27
Fix fz_expand_rect in presence of empty rectangles.
Tor Andersson
2018-02-27
Add fz_expand_irect function.
Tor Andersson
2018-02-27
Add fz_translate_rect helper function.
Tor Andersson
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-29
Make PI/RADIAN/SQRT2/LN2 global single precision float constants.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2016-10-24
Bug 697234: Fix slow rendering.
Robin Watts
2016-09-13
Bug 696984: Type 3 fonts bbox fixes.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2015-03-30
Bug 695556: Use doubles when inverting matrices.
Robin Watts
2015-02-24
fz_irect_from_rect; don't make a non empty irect from an empty rect.
Robin Watts
2014-02-17
Add fz_transform_point_xy to simplify transforming a point.
Tor Andersson
2013-09-30
Bug 694526: Spot non-invertable matrices and bale before stroking
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson