summaryrefslogtreecommitdiff
path: root/source/fitz/util.c
AgeCommit message (Collapse)Author
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
Less risk of confusion with the text type used in the device interface.
2015-09-30Fix windows build of fitz/util.cRobin Watts
Use +/-FLT_MAX rather than INT_MIN/MAX for floats. Avoid mid-block definitions of vars.
2015-09-14Add utility functions to help reduce device creation boilerplate.Tor Andersson