Age | Commit message (Expand) | Author |
2016-11-14 | Add optional 'object' argument to pdf_add_stream. | Tor Andersson |
2016-11-11 | Add pdf_layer configuration API. | Robin Watts |
2016-11-03 | Fix signed/unsigned and size_t/int/fz_off_t warnings. | Robin Watts |
2016-11-01 | When hinted object is not found, avoid return from within fz_try(). | Sebastian Rasmussen |
2016-10-28 | Clean up link destination handling. | Tor Andersson |
2016-10-18 | Internal drop functions don't need to check for NULL. | Sebastian Rasmussen |
2016-10-18 | Avoid checking argument to fz_drop_*()/fz_free(). | Sebastian Rasmussen |
2016-10-12 | Always call fz_drop_document() to drop the document. | Sebastian Rasmussen |
2016-10-11 | Free document in fz_drop_document(), not in subclassing documents. | Sebastian Rasmussen |
2016-10-07 | pdf: Remove unneccessary document argument to pdf_to_utf8 etc. | Tor Andersson |
2016-10-06 | Update Xref reading code to cope with 19 byte entries. | Robin Watts |
2016-09-23 | Fix leak in error case of pdf_add_stream. | Robin Watts |
2016-09-22 | Bug 697015: Avoid object references vanishing during repair. | Robin Watts |
2016-09-19 | fz_store: Reap passes. | Robin Watts |
2016-09-16 | Remove unused variable. | Robin Watts |
2016-09-16 | Silence some warnings. | Robin Watts |
2016-09-16 | Tweak store handling of PDF document destroy. | Robin Watts |
2016-09-01 | pdf: Load/open streams by indirect reference object when possible. | Tor Andersson |
2016-08-30 | Don't try to copy a NULL dictionary. | Tor Andersson |
2016-07-22 | Bug 696941: Fix use after free. | Robin Watts |
2016-07-13 | Bug 696892: PDF annotation appearance stream synthesis SEGV | Robin Watts |
2016-07-13 | Use fz_malloc_struct rather than fz_calloc. | Robin Watts |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-07-06 | Start slimming pdf_page. | Tor Andersson |
2016-07-06 | Add fitz to pdf downcasting functions for pages and annotations. | 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-07-06 | pdf: Increment generation number in the xref when deleting an object. | Tor Andersson |
2016-07-06 | pdf: Check ownership when adding objects to a document. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-06-14 | Fix typos in various parts of the code. | Sebastian Rasmussen |
2016-04-27 | Remove useless try/catch/rethrows. | Tor Andersson |
2016-04-27 | Fix 696649: remove fz_rethrow_message calls. | Tor Andersson |
2016-04-26 | Improve fz_new_document | Robin Watts |
2016-04-11 | Bug 696696: Avoid leak when cleaning with sanitize. | Robin Watts |
2016-03-30 | Use fz_new_document for pdf and html docs. | Robin Watts |
2016-03-01 | Rename pdf_new_ref to pdf_add_object. | Tor Andersson |
2016-03-01 | Rename pdf_close_document to pdf_drop_document. | Tor Andersson |
2016-02-29 | Rename some functions. | Tor Andersson |
2016-02-29 | Add mutool create tool, and PDF font and image resource creation. | Michael Vrhel |
2016-01-20 | Various formatting cleanups. | Tor Andersson |
2015-12-28 | Drop 'jsimp' abstraction and use mujs directly. | 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-10-21 | Fix signatures for files created with pdf_create_document. | Simon Reinhardt |
2015-10-14 | Fix pdf_create_document. | Simon Reinhardt |
2015-10-02 | Bug 696131: Detect some overflow conditions | Robin Watts |
2015-10-02 | Bug 696129: Be more forgiving of broken files. | Robin Watts |
2015-10-01 | Bug 696146: Improve pdf_repair to find /Root in new style XRefs. | Robin Watts |
2015-08-27 | Support several levels of incremental xref | Paul Gardiner |