Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-13 | Add lots of consts. | Robin Watts | |
In general, we should use 'const fz_blah' in device calls whenever the callee should not alter the fz_blah. Push this through. This shows up various places where we fz_keep and fz_drop these const things. I've updated the fz_keep and fz_drops with appropriate casts to remove the consts. We may need to do the union dance to avoid the consts for some compilers, but will only do that if required. I think this is nicer overall, even allowing for the const<->no const problems. | |||
2015-08-20 | Remove a few debug functions left behind. | Sebastian Rasmussen | |
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson | |
Rename fz_close to fz_drop_stream. Rename fz_close_archive to fz_drop_archive. Rename fz_close_output to fz_drop_output. Rename fz_free_* to fz_drop_*. Rename pdf_free_* to pdf_drop_*. Rename xps_free_* to xps_drop_*. | |||
2014-01-10 | Bug 694879: Fix SEGV in draw-simple-scale. | Robin Watts | |
Problems caused by the fact that -0x8000000 = 0x80000000. Sidestep the problem for all coords where floats cannot accurately represent them. | |||
2013-09-13 | Fix various compile warnings spotted by the cluster. | Robin Watts | |
2013-06-20 | Rearrange source files. | Tor Andersson | |