Age | Commit message (Expand) | Author |
2013-02-06 | Change to pass structures by reference rather than value. | Robin Watts |
2013-01-31 | Add support for annotation creation | Paul Gardiner |
2013-01-30 | Parts of Robin's PDF editing/page creation commit useful for annotations | Paul Gardiner |
2013-01-30 | Always pass value structs (rect, matrix, etc) as values not by pointer. | Tor Andersson |
2013-01-04 | Make token enum a type to ease debugging | Sebastian Rasmussen |
2013-01-03 | Improve mutool clean behaviour on broken streams. | Robin Watts |
2012-12-19 | Bug 693503: 'Flatten' display list for all type3 glyphs. | Robin Watts |
2012-11-29 | Bug 693463: Various small fixes. | Robin Watts |
2012-11-07 | Javascript: implement Field.name | Paul Gardiner |
2012-10-29 | Add fz_update_page | Paul Gardiner |
2012-10-17 | First steps towards supporting transitions. | Robin Watts |
2012-10-16 | Forms: avoid the need to reload the page on every change | Paul Gardiner |
2012-10-11 | Android Forms: pass in mouse events and handle updating | Paul Gardiner |
2012-10-05 | Refactor compressed stream loading. | Robin Watts |
2012-09-25 | Forms: support doc.mailDoc. | Paul Gardiner |
2012-09-25 | Javascript: support test for boolean | Paul Gardiner |
2012-09-25 | Forms: handle app.launchUrl, currently by displaying a warning | Paul Gardiner |
2012-09-25 | Forms: show warning for use of app.execDialog | Paul Gardiner |
2012-09-25 | Forms: handle app.execMenuItem (presently just as a not-supported warning) | Paul Gardiner |
2012-09-19 | Forms: handle print request, both from javascript and from named action | Paul Gardiner |
2012-09-18 | Forms: add event handling api and specifically support for javascript alert | Paul Gardiner |
2012-09-18 | Forms: support property access in the javascript engine | Paul Gardiner |
2012-09-04 | Make pdf resource localisation procedure non-static. | Robin Watts |
2012-09-04 | Merge branch 'master' into forms | Paul Gardiner |
2012-09-04 | Forms: mass renaming for the sake of consistency | Paul Gardiner |
2012-08-31 | Forms: rework form reset action to use new method introduced for JS | Paul Gardiner |
2012-08-31 | Forms: implement javascript doc.resetForm method | Paul Gardiner |
2012-08-31 | Forms: provide js engine method for determining object type | Paul Gardiner |
2012-08-29 | Forms: implement javascript Field.display property | Paul Gardiner |
2012-08-28 | Add fz_open_document_with_stream function. | Tor Andersson |
2012-08-24 | Forms: avoid javascript action execution when engine not available | Paul Gardiner |
2012-08-16 | Forms: respond to failed validation in windows app | Paul Gardiner |
2012-08-10 | Forms: handle Keystroke and Validate actions | Paul Gardiner |
2012-08-10 | Forms: alter the handling of the javascript event object | Paul Gardiner |
2012-08-08 | Merge branch 'master' into forms | Paul Gardiner |
2012-08-06 | Expose both PDF encryption version and revision | Sebastian Rasmussen |
2012-08-02 | Forms: add document dirty flag | Paul Gardiner |
2012-08-01 | Merge branch 'master' into forms | Paul Gardiner |
2012-08-01 | Enable pdf_print_xref in release builds; required for pdfshow. | Robin Watts |
2012-07-23 | Provide number of inputs/outpus when loading pdf functions | Sebastian Rasmussen |
2012-07-17 | Forms: implement library api for handling list boxes and combo boxes | Paul Gardiner |
2012-07-17 | Forms: remove unhelpful type distinction | Paul Gardiner |
2012-07-17 | Forms: protect agains recursion during internal field recalculation | Paul Gardiner |
2012-07-09 | Forms: add widget enumeration, and text-widget content type | Paul Gardiner |
2012-07-06 | Remove debugging functions for release builds. | Sebastian Rasmussen |
2012-06-28 | Forms: implement javascript form-field formatting | Paul Gardiner |
2012-06-22 | Rework pdf_lexbuf to allow for dynamic parsing buffers. | Robin Watts |
2012-06-22 | Rework pdf_lexbuf to allow for dynamic parsing buffers. | Robin Watts |
2012-06-20 | Add better mechanism for enumerating annotation rectangles. | Robin Watts |
2012-06-19 | Fix bug 693133: MuPDF forms support: Text incorrectly transformed | Paul Gardiner |