summaryrefslogtreecommitdiff
path: root/xfa/fxfa
AgeCommit message (Expand)Author
2018-07-02Comment some raw pointers that cant become UnownedPtr<>.Tom Sepez
2018-06-29Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478Tom Sepez
2018-06-29Use UnownedPtr to CXFA_Node from outside the treechromium/3477Tom Sepez
2018-06-29Use more UnownedPtr<> in cxfa_ffwidgetTom Sepez
2018-06-27Remove CXFA_FField::UnloadWidget().Tom Sepez
2018-06-27Use unowned ptr for IFWL_ delegatesTom Sepez
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-14[formcalc] Calculate length of string when calling FXSYS_wcstofDan Sinclair
2018-06-14Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h.Peter Collingbourne
2018-06-12[fm2js] Convert formcalc tests to use raw literalsDan Sinclair
2018-06-06[fm2js] Fixup initialized variable conversionDan Sinclair
2018-06-05[xfa] Make the event context available when calling back in XFADan Sinclair
2018-06-04[xfa] Get properties from the non-xfa global if possibleDan Sinclair
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Clean up some issues found in CXFA_TextLayoutRyan Harrison
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-06-01Remove ununused startAngle and sweepAngle variablesRyan Harrison
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan Sinclair
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-25[xfa] Generate CXFA_EventParam.newText dynamicallyDan Sinclair
2018-05-25[xfa] Add missing xfa.event.cancelAction propertyDan Sinclair
2018-05-24Improve constness for more CPDF_Objects pointers.Lei Zhang
2018-05-22Fix spaces too wide in XFA Dropdown.Henrique Nakashima
2018-05-18Fix issues with XFA font loadingRyan Harrison
2018-05-17Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocViewDan Sinclair
2018-05-17Add comment about cleaning binding nodesDan Sinclair
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-16Convert Formcalc ToJavascript to a pointer WideTextBufDan Sinclair
2018-05-14Use internal wcstof instead of system wcstod in formcalc lexerDan Sinclair
2018-05-10Cleanup formcalc method generationchromium/3427Dan Sinclair
2018-05-10Clean up post review commentsRyan Harrison
2018-05-10Do not build BMP when codec is disabledRyan Harrison
2018-05-10Change formcalc javascript method outputDan Sinclair
2018-05-09Do not build GIF when codec is disabledRyan Harrison
2018-05-09Do not build PNG when codec is disabledRyan Harrison
2018-05-09Do not build TIFF when codec is disabledRyan Harrison
2018-05-08[fm2js] Create fewer CFX_WideTextBuf classesDan Sinclair
2018-05-08[fm2js] Fail transpiling if lexer has left over dataDan Sinclair
2018-05-07Restore logic of CreateChildUIAndValueNodesIfNeeded().Henrique Nakashima
2018-05-03Use pointers instead of refs in CXFA_TextLayout params.Henrique Nakashima
2018-05-03[xfa] Verify we can get a font manager before setting up XFADan Sinclair
2018-05-03[xfa] Verify field count before accessingDan Sinclair
2018-05-02Use pointer instead of ref for XFA_RectWithoutMargin param.chromium/3418Henrique Nakashima
2018-05-02Use pointer instead of ref for CXFA_Box::GetPathArcOrRounded param.Henrique Nakashima
2018-05-02Use pointers instead of refs for GetPopupPos() params.Henrique Nakashima
2018-05-02Pass DPI as CFX_Size in XFA_DrawImage.Henrique Nakashima