summaryrefslogtreecommitdiff
path: root/pdf/pdf_form.c
AgeCommit message (Expand)Author
2013-03-22Squash some warnings.Robin Watts
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-03-04Avoid interactive features causing bloat in mutoolPaul Gardiner
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Improve exception handling in fz_bound_t3_glyphPaul Gardiner
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-25Silence some warnings.Tor Andersson
2013-01-04Make token enum a type to ease debuggingSebastian Rasmussen
2013-01-02Bug 693503: Fix memory leak in forms handlingRobin Watts
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-12-13Forms: refactor form resetPaul Gardiner
2012-11-30Bug 693290: Various fixes found from fuzzing.Robin Watts
2012-11-21Forms: ensure changed widgets are marked dirty rather than parent fieldPaul Gardiner
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-08Forms: correctly handle setting the value of a checkbox fieldPaul Gardiner
2012-11-08Forms: handle all color types in Field.setTextColorPaul Gardiner
2012-11-07Javascript: implement Field.namePaul Gardiner
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-31Forms: add focus and blur actionsPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-29Forms: always use inherited version of default appearanceSebastian Rasmussen
2012-10-16Forms: avoid the need to reload the page on every changePaul Gardiner
2012-09-19Forms: handle print request, both from javascript and from named actionPaul Gardiner
2012-09-19Forms: handle 'additional' actions for mouse up and mouse downPaul Gardiner
2012-09-19Forms: correct bug in form resetPaul Gardiner
2012-09-18Forms: improve cpp/c interface regarding exceptionsPaul Gardiner
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-31Forms: rework form reset action to use new method introduced for JSPaul Gardiner
2012-08-31Forms: implement javascript doc.resetForm methodPaul Gardiner
2012-08-31Forms: don't focus hidden fieldsPaul Gardiner
2012-08-31Forms: keep checkbox and radio button values up to datePaul Gardiner
2012-08-29Forms: implement javascript Field.display propertyPaul Gardiner
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-24Forms: avoid javascript action execution when engine not availablePaul Gardiner
2012-08-16Forms: correct the mechanism for detecting failed field validationsPaul Gardiner
2012-08-16Silence some warnings.Robin Watts
2012-08-16Forms: respond to failed validation in windows appPaul Gardiner
2012-08-10Forms: handle Keystroke and Validate actionsPaul Gardiner
2012-08-10Forms: move js-side event setup out of execute_actionPaul Gardiner
2012-08-10Forms: alter the handling of the javascript event objectPaul Gardiner
2012-08-07Forms: simple appearance generation for choice widgetsPaul Gardiner
2012-08-07Forms: for choices with a single selection avoid an unnecessary arrayPaul Gardiner
2012-08-07Forms: mark choice field dirty after value change (and fix error handling)Paul Gardiner
2012-08-02Forms: add document dirty flagPaul Gardiner
2012-07-18Forms: convert strings from pdf to utf8 before passing to the js enginePaul Gardiner
2012-07-18Forms: partial handling of utf8 output from javascriptPaul Gardiner