Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-26 | Rename functions for consistency. | Robin Watts | |
Rename fz_new_output_buffer to be fz_new_output_with_buffer. Rename fz_new_output_file to be fz_new_output_with_file. This is more consistent with other functions such as fz_new_pixmap_with_data. | |||
2013-04-26 | Squash 2 const warnings. | Robin Watts | |
Add some more consts's and use void *'s where appropriate. | |||
2013-04-25 | Add fz_write method for output streams. | Robin Watts | |
2013-02-19 | Fix whitespace. | Tor Andersson | |
2013-02-04 | Add fz_output, and make output functions use it. | Robin Watts | |
Various functions in the code output to FILE *, when there are times we'd like them to output to other things, such as fz_buffers. Add an fz_output type, together with fz_printf to allow things to output to this. |