summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller
AgeCommit message (Expand)Author
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-07-13Remove CPWL_Utils::{In,De}flateRectdan sinclair
2017-07-10Fix nits in CFFL_FormFillerDan Sinclair
2017-07-10Change parameter type to IPWL_FocusHandler::OnSetFocus().Lei Zhang
2017-07-06Convert OnBeforeKeyStoke to remove in-out paramDan Sinclair
2017-07-06Convert OnButtonUp to not have in-out paramsDan Sinclair
2017-07-06Remove in-out from OnPopup{Pre|Post}OpenDan Sinclair
2017-07-06Cleanup more in-out params in CFFL_InteractiveFormFiller.Dan Sinclair
2017-07-06Remove some in/out params from CFFL_InteractiveFormFillerDan Sinclair
2017-06-30Remove pointless CFX_FloatRect construction.Lei Zhang
2017-06-30Use early returns in CFFL_FormFiller.Lei Zhang
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-20Use early returns in more CPDFSDK_FormFillEnvironment code.Lei Zhang
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-15Change some CFFL classes to use early returns.chromium/3132Lei Zhang
2017-06-15Improve ObserverPtr usage in CFFL_InteractiveFormFiller.Lei Zhang
2017-06-15Add more checks for destroyed annotations in CFFL_FormFiller.Lei Zhang
2017-06-14Fix some nits in CFFL_InteractiveFormFiller.Lei Zhang
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-02Clean up CFFL formfiller classes.Lei Zhang
2017-06-02Remove unused parameter from CFFL_FormFiller::NewPDFWindow().Lei Zhang
2017-06-02Remove explicit CFX_Matrix identity matrix instantiations.Lei Zhang
2017-06-01Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.Lei Zhang
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 10Tom Sepez
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-10Do not treat push button as fillable fieldWei Li
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-03-23Remove dead CFX_Edit code and fix some typos.Lei Zhang
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-22Update Invalidate to take a rectDan Sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-30Remove CFX_ArrayTemplate from CFFL_ListBoxTom Sepez
2017-01-19Add ObservedPtrs to PWL_CREATEPARAMDan Sinclair
2016-11-21Make CPDF_Stream() take unique_ptr's to its dictionary.tsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez