Age | Commit message (Expand) | Author |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-03-23 | Introduce fz_new_derived_... | Robin Watts |
2017-03-23 | Add fz_new_writer function. | Robin Watts |
2017-03-22 | Rename fz_putc/puts/printf to fz_write_*. | Tor Andersson |
2017-01-17 | Fix typos. | Sebastian Rasmussen |
2016-12-27 | Strip extraneous blank lines. | Tor Andersson |
2016-12-16 | pdf: Don't allow incremental writes on a new document. | Tor Andersson |
2016-12-12 | Make more pdf functions private. | Tor Andersson |
2016-12-12 | Change pdf_dict_put_val to pdf_dict_put_val_null. | Tor Andersson |
2016-11-23 | Fix pdf-write bug when ascii encoding. | Robin Watts |
2016-11-14 | Make fz_buffer structure private to fitz. | Robin Watts |
2016-09-08 | Make fz_option_eq() available outside of pdf-writer. | Sebastian Rasmussen |
2016-09-05 | mutool clean: Fixes seen as part of bug 697092 investigation. | Robin Watts |
2016-09-01 | pdf: Load/open streams by indirect reference object when possible. | Tor Andersson |
2016-08-02 | Parse more fz_document_writer() options. | Sebastian Rasmussen |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-07-06 | Fix garbage collection and page grafting for indirect reference chains. | Tor Andersson |
2016-07-06 | pdf: Drop generation number from public interfaces. | Tor Andersson |
2016-06-17 | Add device space transform state to draw device. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-06-16 | Add PNG output for mutool convert. | Tor Andersson |
2016-06-16 | Return options struct argument from pdf_parse_write_options. | Tor Andersson |
2016-06-16 | Fix crash due to double closing output in pdf_save_document. | Robin Watts |
2016-06-14 | Fix typos in various parts of the code. | Sebastian Rasmussen |
2016-06-13 | Add pdf_write_document. | Robin Watts |
2016-06-13 | Bug 696822: Refuse to save a pdf file incrementally if it would break. | Robin Watts |
2016-05-13 | murun: Add document writer object. | Tor Andersson |
2016-05-13 | Add pdf write support to mutool convert. | Tor Andersson |
2016-05-13 | Add long output option parsing. | Tor Andersson |
2016-04-27 | Tweak pdf-write option handling. | Tor Andersson |
2016-04-27 | Fix 696649: remove fz_rethrow_message calls. | Tor Andersson |
2016-04-26 | Update mutool clean sanitize to clean annotations too. | Robin Watts |
2016-04-22 | pdf: Remember to drop objects inserted into dicts. | Sebastian Rasmussen |
2016-04-11 | Bug 696696: Avoid leak when cleaning with sanitize. | Robin Watts |
2016-03-14 | Take pdf_obj argument to pdf_is_stream. | Tor Andersson |
2016-03-01 | Rename pdf_new_ref to pdf_add_object. | Tor Andersson |
2016-03-01 | Add const to filename string. | Tor Andersson |
2016-02-25 | Skip the newline before endstream if the stream ends in a newline. | Tor Andersson |
2016-02-24 | Always write a newline after pdf_print_obj. | Tor Andersson |
2016-02-22 | Fix flaw in printing objects. | Robin Watts |
2016-02-22 | Add some helpful debugging code to the mark and sweep code. | Robin Watts |
2016-01-20 | Various formatting cleanups. | Tor Andersson |
2015-12-18 | Remove fz_save_document and use pdf_save_document directly instead. | Tor Andersson |
2015-12-15 | Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x. | Tor Andersson |
2015-12-11 | Use fz_output instead of FILE* for most of our output needs. | Tor Andersson |
2015-10-14 | Fix incremental xref stream. | Simon Reinhardt |
2015-08-27 | Support several levels of incremental xref | Paul Gardiner |
2015-08-27 | In pdf_write_document, factor out init/fin of pdf_write_options | Paul Gardiner |
2015-08-27 | Fix bug in setting of opts->ofs_list | Paul Gardiner |
2015-06-05 | Fix mutool clean for FZ_LARGEFILE case. | Robin Watts |