Age | Commit message (Expand) | Author |
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-12 | Fix bugs in pdf_add_image. | Tor Andersson |
2016-07-08 | Use fz_keep_imp and fz_drop_imp for all reference counting. | Tor Andersson |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-07-08 | Slim pdf_xobject: remove cached colorspace field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject: remove cached document field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject: remove cached transparency/isolated/knockout fields. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached matrix field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached bbox field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: remove cached resources field. | Tor Andersson |
2016-07-08 | Slim pdf_xobject struct: Rename me to obj. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached page_ctm field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached inv_page_ctm field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached annot_type and widget_type fields. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached matrix field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached rect field. | Tor Andersson |
2016-07-08 | Slim pdf_annot struct: remove cached pagerect field. | Tor Andersson |
2016-07-08 | Safe defaults for pdf_to_rect and pdf_to_matrix. | 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 | Remove premature optimization: don't bother to resolve page objects. | 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: Flatten inheritable page properties when copying pages. | Tor Andersson |
2016-07-06 | pdf: Check ownership when adding objects to a document. | Tor Andersson |
2016-07-06 | Expose LAB colorspace | Sebastian Rasmussen |
2016-06-30 | Fix bug when opening small PDF-files. | Sebastian Rasmussen |
2016-06-22 | Tweak PDF annot API. | Robin Watts |
2016-06-22 | Add support for getting additional annotation information | Michael Vrhel |
2016-06-22 | Use vertical presentation forms. | Tor Andersson |
2016-06-21 | Fix typo due to switching from int to size_t. | Sebastian Rasmussen |
2016-06-20 | Fix signed/unsigned warning. | Robin Watts |
2016-06-17 | Add mediabox argument to fz_new_display_list. | Tor Andersson |
2016-06-17 | Add device space transform state to draw device. | Tor Andersson |
2016-06-17 | Allow PDF strings to be > 16bits. | Robin Watts |
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-14 | Add optional support for Luratech JBIG2 decoder. | 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-06-08 | Move to using size_t for all mallocs. | Robin Watts |
2016-06-06 | Add FZ_ENABLE_JS configuration define. | Tor Andersson |
2016-06-06 | Minimize the number of CMaps built in to the ones listed in the spec. | Tor Andersson |
2016-05-31 | Bug 696813: Fix Lab colorspaces. | Robin Watts |
2016-05-24 | Fix 696796: clamp color values in PDF to valid range. | Tor Andersson |