Age | Commit message (Expand) | Author |
2012-09-06 | Add pdf_dict_puts_drop function. | Robin Watts |
2012-09-04 | Merge branch 'master' into forms | Paul Gardiner |
2012-08-29 | Merge branch 'master' into forms | Paul Gardiner |
2012-08-28 | Add fz_open_document_with_stream function. | Tor Andersson |
2012-08-23 | Rename fz_new_name to pdf_new_name. | Robin Watts |
2012-08-01 | Merge branch 'master' into forms | Paul Gardiner |
2012-07-18 | Update pdf_to_utf8 to handle either a stream or a string | Paul Gardiner |
2012-07-06 | Remove debugging functions for release builds. | Sebastian Rasmussen |
2012-06-20 | Add better mechanism for enumerating annotation rectangles. | Robin Watts |
2012-06-14 | Add -j flag to mudraw; create simple mujstest scripts automatically. | Robin Watts |
2012-06-13 | Remove unnecessary function and improve naming | Paul Gardiner |
2012-06-12 | A few general utility functions added for the sake of the forms work | Paul Gardiner |
2012-05-31 | Add linearization to pdf_write function. | Robin Watts |
2012-05-23 | Bring xref object and stream mutation functions back from the dead. | Tor Andersson |
2012-05-11 | Split part of fz_document interface for pdf_document into separate file. | Tor Andersson |
2012-04-30 | Simple mupdfposter app | Robin Watts |
2012-04-28 | Move guts of pdfclean into new pdf_write function. | Robin Watts |
2012-03-13 | Rename some functions and accessors to be more consistent. | Tor Andersson |
2012-03-07 | Splitting tweaks. | 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-26 | Continued documentation improvements. | Sebastian Rasmussen |
2012-02-26 | Document the most commonly used interface functions. | Sebastian Rasmussen |
2012-02-25 | Revamp pdf lexing code | Robin Watts |
2012-02-25 | Rework image handling for on demand decode | Robin Watts |
2012-02-06 | Pass context to cmap and font descriptor functions. | Tor Andersson |
2012-02-03 | Add document interface. | Tor Andersson |
2012-02-01 | Tweak to previous pdf_decode_cmap fix. | Robin Watts |
2012-01-31 | Fix big 692824: incorrect application of word space. | Robin Watts |
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-19 | Remove confusing optional 'password' argument to pdf_open_xref. | Tor Andersson |
2012-01-19 | Multi-threading support for MuPDF | Robin Watts |
2012-01-18 | Better handling of 'uncacheable' Type3 glyphs. Bug 692745. | 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-04 | Bug 692739: Add ability to abort time consuming actions | Robin Watts |
2011-12-28 | Outline/link destination tweaks. | Robin Watts |
2011-12-23 | Generalise pdf_links to be fz_links. | Robin Watts |
2011-12-15 | Fix warnings/errors on unix builds. | Robin Watts |
2011-12-15 | Rework pdf_store to fz_store, a part of fz_context. | Robin Watts |
2011-11-25 | Merge branch 'master' into context | Robin Watts |
2011-11-25 | First cut at support for OCGs in mupdf (bug 692314) | Robin Watts |
2011-11-15 | Merge branch 'master' into context | Robin Watts |
2011-11-10 | Add XPS outline parsing and move outline data struct to fz_outline. | 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-15 | Add context to mupdf. | Robin Watts |
2011-06-01 | Fix android build; bug 692222. | Robin Watts |