summaryrefslogtreecommitdiff
path: root/source/gprf/gprf-skeleton.c
AgeCommit message (Expand)Author
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-09-12Correct rounding in gproof skeleton files.Robin Watts
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-09-02Add in support for icc profiles in gprf/gproof formatMichael Vrhel
2015-07-20Code to generate a GProof file from a currently opened document.Robin Watts