Age | Commit message (Expand) | Author |
2016-01-20 | Various formatting cleanups. | Tor Andersson |
2016-01-06 | Squash some warnings | Robin Watts |
2015-12-15 | Rename fz_buffer_cat to fz_append_buffer. | Tor Andersson |
2015-12-11 | Keep spans of multiple fonts and sizes in one fz_text object. | Tor Andersson |
2015-10-14 | Remove unused variable. | Michael Vrhel |
2015-10-14 | Add proper support for when a combobox widget has options that are 2-element ... | Michael Vrhel |
2015-04-07 | Fix whitespace. | Tor Andersson |
2015-03-24 | Rework handling of PDF names for speed and memory. | Robin Watts |
2015-03-20 | Automatically update /Length and /Filter in pdf_update_stream. | Tor Andersson |
2015-02-25 | Allow pdf_device to be created with pre-populated buffer. | Robin Watts |
2015-02-17 | Add ctx parameter and remove embedded contexts for API regularity. | Tor Andersson |
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson |
2015-02-17 | Reference count fz_path and fz_text. | Tor Andersson |
2014-03-25 | Break dependencies on pdf-form.c and pdf-js.c | Tor Andersson |
2014-03-19 | Implement our own vsnprintf variant. | Tor Andersson |
2014-02-25 | Delete unused variable | Paul Gardiner |
2014-02-25 | Support text (aka sticky note) annotations | Paul Gardiner |
2014-01-08 | fuzzing fix for null colorspace derefence. | Robin Watts |
2014-01-02 | Bug 694729: Rounding the Ink | Paul Gardiner |
2013-11-05 | Fix bug 694730: Wrong bbox in one-point ink annotation | Paul Gardiner |
2013-09-13 | Fix various compile warnings spotted by the cluster. | Robin Watts |
2013-08-28 | Add MuPDF logo to signature appearance | Paul Gardiner |
2013-08-13 | Signature creation | Paul Gardiner |
2013-08-13 | Insert the extra layers required for a signature-appearance stream | Paul Gardiner |
2013-08-13 | Add support for creating signature-field appearance streams | Paul Gardiner |
2013-08-07 | Use ascender and descender to determine line skip | Paul Gardiner |
2013-08-02 | Correctly account for alterations to xobject matrix and bbox | Paul Gardiner |
2013-08-02 | Handle more color cases in DA handling | Paul Gardiner |
2013-08-02 | Improve naming consistency | Paul Gardiner |
2013-07-30 | For freetext annotations, distinguish device and page space correctly. | Paul Gardiner |
2013-07-29 | Add support for freetext annotations | Paul Gardiner |
2013-07-22 | Collect together all code to do with appearance-stream creation | Paul Gardiner |