summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa
AgeCommit message (Expand)Author
2018-04-12Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF.Lei Zhang
2018-04-12Add return value to FPDF_DeviceToPage().Lei Zhang
2018-04-12Add CPDF_Page::DeviceToPage() / PageToDevice().Lei Zhang
2018-04-12Change some CPDFXFA_Page methods to take rects and points.Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-04-12Cleanup CXFA_FFDocDan Sinclair
2018-04-12Retrieve the XML tree in the DocumentParserDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-11Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.Tom Sepez
2018-04-10Remove CFX_Rect.Lei Zhang
2018-04-09Merge CXFA_FFDoc::{Start|Do|Stop}Load methodsDan Sinclair
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-27Simplify some XFA font manager creationchromium/3382Dan Sinclair
2018-03-21Rewrite CPDFXFA_DocEnvironment::GetPopupPos.chromium/3378Henrique Nakashima
2018-03-21Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().Lei Zhang
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-06Fix caret not appearing in XFA Edits.Henrique Nakashima
2018-02-02Make global object function names clearer.Tom Sepez
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-02-01Rename some CJS / IJS names for clarity.Tom Sepez
2018-01-23Convert CXFA_WidgetAccIterator to CXFA_ReadyNodeIteratorDan Sinclair
2018-01-22Convert CXFA_FFWidgetHandler to use CXFA_NodeDan Sinclair
2018-01-22Remove unused WidgetPreRemove and WidgetPostAdd paramsDan Sinclair
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-09Move Process* methods to CXFA_NodeDan Sinclair
2018-01-08Change the FFWidgets to store the nodeDan Sinclair
2018-01-08Move proxy methods from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-04Remove CXFA_FFDocView from CXFA_WidgetAcc.Dan Sinclair
2018-01-04Merge CXFA_WidgetData into CXFA_WidgetAccDan Sinclair
2017-12-14Fold CXFA_SubmitData into CXFA_SubmitDan Sinclair
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-07Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String.Henrique Nakashima
2017-12-04Make a CXFA_DocumentParser member Unowned.Lei Zhang
2017-11-30Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum classDan Sinclair
2017-11-21Cleanup CXFA_SubmitDataDan Sinclair
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-14Cleanup XFA default value codeDan Sinclair
2017-11-08Convert CXFA_FFDoc::SavePackage to accept a CXFA_NodeDan Sinclair
2017-11-07Rename CXFA_Submit to CXFA_SubmitDataDan Sinclair
2017-11-06Remove CXFA_FFDocHandlerDan Sinclair
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Rename CXFA_DefFontMgr to CFGAS_DefaultFontManagerDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang