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