Age | Commit message (Expand) | Author |
2013-05-06 | Fix formatting. | Tor Andersson |
2013-03-25 | Support creation of Ink annotations in MuPDF library | Paul Gardiner |
2013-03-22 | Squash some warnings. | Robin Watts |
2013-03-18 | Auto-generate appearance streams for strikeout, underline, highlight | Paul Gardiner |
2013-03-04 | Avoid interactive features causing bloat in mutool | Paul Gardiner |
2013-02-26 | Implement annotation deletion, with necessary changes to partial update | Paul Gardiner |
2013-02-22 | Add fz_get_annot_type | Paul Gardiner |
2013-02-19 | Fix whitespace. | Tor Andersson |
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 | Improve exception handling in fz_bound_t3_glyph | Paul Gardiner |
2013-01-30 | Always pass value structs (rect, matrix, etc) as values not by pointer. | Tor Andersson |
2013-01-25 | Silence some warnings. | Tor Andersson |
2013-01-04 | Make token enum a type to ease debugging | Sebastian Rasmussen |
2013-01-02 | Bug 693503: Fix memory leak in forms handling | Robin Watts |
2012-12-19 | Bug 693503: 'Flatten' display list for all type3 glyphs. | Robin Watts |
2012-12-13 | Forms: refactor form reset | Paul Gardiner |
2012-11-30 | Bug 693290: Various fixes found from fuzzing. | Robin Watts |
2012-11-21 | Forms: ensure changed widgets are marked dirty rather than parent field | Paul Gardiner |
2012-11-20 | Obsess about whitespace. | Tor Andersson |
2012-11-08 | Forms: correctly handle setting the value of a checkbox field | Paul Gardiner |
2012-11-08 | Forms: handle all color types in Field.setTextColor | Paul Gardiner |
2012-11-07 | Javascript: implement Field.name | Paul Gardiner |
2012-11-01 | Forms: extend setFillColor implementation to include text widgets | Paul Gardiner |
2012-10-31 | Forms: add focus and blur actions | Paul Gardiner |
2012-10-29 | Add fz_update_page | Paul Gardiner |
2012-10-29 | Forms: always use inherited version of default appearance | Sebastian Rasmussen |
2012-10-16 | Forms: avoid the need to reload the page on every change | Paul Gardiner |
2012-09-19 | Forms: handle print request, both from javascript and from named action | Paul Gardiner |
2012-09-19 | Forms: handle 'additional' actions for mouse up and mouse down | Paul Gardiner |
2012-09-19 | Forms: correct bug in form reset | Paul Gardiner |
2012-09-18 | Forms: improve cpp/c interface regarding exceptions | 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: don't focus hidden fields | Paul Gardiner |
2012-08-31 | Forms: keep checkbox and radio button values up to date | Paul Gardiner |
2012-08-29 | Forms: implement javascript Field.display property | Paul Gardiner |
2012-08-29 | Merge branch 'master' into forms | Paul Gardiner |
2012-08-24 | Forms: avoid javascript action execution when engine not available | Paul Gardiner |
2012-08-16 | Forms: correct the mechanism for detecting failed field validations | Paul Gardiner |
2012-08-16 | Silence some warnings. | Robin Watts |
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: move js-side event setup out of execute_action | Paul Gardiner |
2012-08-10 | Forms: alter the handling of the javascript event object | Paul Gardiner |
2012-08-07 | Forms: simple appearance generation for choice widgets | Paul Gardiner |
2012-08-07 | Forms: for choices with a single selection avoid an unnecessary array | Paul Gardiner |
2012-08-07 | Forms: mark choice field dirty after value change (and fix error handling) | Paul Gardiner |
2012-08-02 | Forms: add document dirty flag | Paul Gardiner |