Age | Commit message (Expand) | Author |
2012-08-08 | Merge branch 'master' into forms | Paul Gardiner |
2012-08-06 | Fix leak of page objects/refs for documents without page tree | Sebastian Rasmussen |
2012-08-06 | Make use of fz_always instead of repeating code for error and normal path | Sebastian Rasmussen |
2012-08-06 | No need to check for NULL before dropping objects | Sebastian Rasmussen |
2012-08-01 | Merge branch 'master' into forms | Paul Gardiner |
2012-07-09 | Forms: add widget enumeration, and text-widget content type | Paul Gardiner |
2012-07-06 | Improve bounds checking in page tree. | Sebastian Rasmussen |
2012-07-05 | Merge branch 'master' into forms | Robin Watts |
2012-07-05 | Move to static inline functions from macros. | Robin Watts |
2012-06-21 | Forms: permit annotations with no appearance stream | Paul Gardiner |
2012-06-15 | Support UserUnit for scaling PDF pages. | Tor Andersson |
2012-06-01 | Merge branch 'master' into forms | Paul Gardiner |
2012-05-08 | Switch to reading content streams on the fly during interpretation. | Robin Watts |
2012-05-08 | Forms: handle field appearance change on mouse up/down | Paul Gardiner |
2012-04-30 | Fix problem with SEGV in page tree loading. | Robin Watts |
2012-04-22 | Avoid leaking the page stack in pdf_load_page_tree_node. | Robin Watts |
2012-04-21 | Big 692996: Eliminate recursion to avoid exception stack overflows. | Robin Watts |
2012-04-05 | Fix potential problems on malloc failure. | Robin Watts |
2012-03-19 | Bug 692669: Snap Rotate values for pages to be a multiple of 90 | Robin Watts |
2012-03-13 | Rename some functions and accessors to be more consistent. | Tor Andersson |
2012-03-06 | Split fitz.h/mupdf.h into internal/external headers. | Robin Watts |
2012-02-26 | Move fz_obj to be pdf_obj. | Robin Watts |
2012-02-25 | Add fz_trim_buffer function, and call it. | Robin Watts |
2012-02-03 | Reference count fz_link objects. | Tor Andersson |
2012-02-03 | Add document interface. | Tor Andersson |
2012-01-27 | Rename pdf_xref type to pdf_document. | Tor Andersson |
2012-01-19 | Transform link rectangles by the hidden page CTM. | Tor Andersson |
2012-01-13 | Rework pdf_resolve_indirect to make it idempotent. | Robin Watts |
2012-01-13 | Avoid infinite loops with XObjects. | Robin Watts |
2012-01-12 | Use the same coordinate system for pdf and xps pages in the interface. | Tor Andersson |
2012-01-10 | Automatically load page tree when accessing a page/page count. | Sebastian Rasmussen |
2012-01-09 | Update fz_try/fz_catch to be fz_try/{fz_always}/fz_catch. | Robin Watts |
2012-01-06 | Add 'marking' functions for dictionaries. | Robin Watts |
2011-12-23 | Generalise pdf_links to be fz_links. | Robin Watts |
2011-12-16 | Add fz_malloc_struct, and make code use it. | Robin Watts |
2011-12-15 | More Memsqueezing fixes. | Robin Watts |
2011-12-15 | Another Memsqueezing bug. | Robin Watts |
2011-12-15 | Rework pdf_store to fz_store, a part of fz_context. | Robin Watts |
2011-11-15 | Merge branch 'master' into context | Robin Watts |
2011-11-01 | Don't round the mediabox when loading the pdf_page object. | Tor Andersson |
2011-10-04 | Move to exception handling rather than error passing throughout. | Robin Watts |
2011-09-21 | Add warning context. | Tor Andersson |
2011-09-21 | Rename malloc functions for arrays (fz_calloc and fz_realloc). | Tor Andersson |
2011-09-21 | Don't thread ctx through safe fz_obj functions. | Tor Andersson |
2011-09-15 | Add context to mupdf. | Robin Watts |
2011-09-14 | Initial import of exception handling code | Robin Watts |
2011-04-09 | Throw an error if none of the content stream parts could be loaded. | Tor Andersson |
2011-04-08 | Be even less strict about broken page content array parts. | Tor Andersson |
2011-04-08 | Recover from error when only parts of the page content array are broken. | Tor Andersson |
2011-04-07 | pdf: Purge unmaintained debug/log printing messages. | Tor Andersson |