summaryrefslogtreecommitdiff
path: root/public/fpdf_formfill.h
AgeCommit message (Expand)Author
2018-10-19Add static asserts for FPDFDOC_AACTION_* constants.Tom Sepez
2018-10-17Add FORM_OnLButtonDoubleClick().Lei Zhang
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-08-01Make FPDF_FormHandle be represented as an incomplete type.chromium/3510Tom Sepez
2018-07-17Cleanup SetSavedCalled APIRyan Harrison
2018-07-16Alert embedder when attempting to save XFA formRyan Harrison
2018-06-22Follow up to removing JS alert/beep magic numbersRyan Harrison
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-12Comment some more #else // PDF_ENABLE_XFATom Sepez
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-17Implement FORM_GetFocusedText() API.Lei Zhang
2018-04-05Remove unused XFA Widget API methodsRyan Harrison
2018-04-05Remove spellchecking code from XFAchromium/3390Ryan Harrison
2018-01-29Clean up FPDF_GetFormType().Lei Zhang
2018-01-16Add support for XFA specific FormField typesRyan Harrison
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-10-21Add in count value for form typeschromium/3247Ryan Harrison
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-10-16Move HasXFAField out from XFA feature flagRyan Harrison
2017-08-31Implement FORM_OnFocus() API.Lei Zhang
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-14Remove deprecated FPDPage_HasFormFieldAtPoint().Lei Zhang
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2016-11-23Add APIs for limited use of document tagged code.thestig
2016-11-21Fixup lint flags.Dan Sinclair
2016-09-14Remove FFI_ from CPDFSDK_Environment method namesdsinclair
2016-09-14Cleanup CPDFXFA_Document.dsinclair
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-08-03Add test for bug 620428 (setinterval cancellation)tsepez
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-03-18Trigger page view event when re-layout is finishedjinming_wang
2016-03-14Add bitmaps and skp output to Skia portCary Clark
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-19Hook up FFI_PageEvent.Lei Zhang
2016-02-02XFA: Fix a crashier in SetFocus()Jun Fang
2015-11-30Allow building non-XFA (master) on the XFA branch.Tom Sepez
2015-11-24XFA: DYNIMIC is spelled DYNAMICTom Sepez
2015-10-07Merge to XFA: Pass v8::Isolate to PDFium at init time.Tom Sepez
2015-08-14Merge to XFA: Add new public APIs to find the z-order for links and widgets.Lei Zhang
2015-08-06XFA: clang-format all pdfium code, again.Nico Weber
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-30Merge to XFA: Plumb in an externally created v8::IsolateJochen Eisinger