summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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-05Clean up CFX_TxtBreakRyan Harrison
2018-06-04Remove unused assignment from CFX_RTFBreakRyan Harrison
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-01Move variable into loop scopeRyan Harrison
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-06-01Remove initialization of wchar_t chRyan Harrison
2018-06-01Remove unused variable pDst from CFWL_Edit::OnValidateRyan Harrison
2018-06-01Remove unneeded call to GetNextSiblingWidgetRyan Harrison
2018-05-31Make XFA pixel tests more stablechromium/3447Ryan Harrison
2018-05-31Move codepage/charset methods into related places.Artem Strygin
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-23[xfa] Skip text length check for empty text fieldschromium/3439Dan Sinclair
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-22Fix spaces too wide in XFA Dropdown.Henrique Nakashima
2018-05-18Fix issues with XFA font loadingRyan Harrison
2018-05-17More overflow checks in bidi codeDan Sinclair
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-16Remove some more unused #definesTom Sepez
2018-05-16Move FX_LBUN shorthand codes from .h to .cpp fileTom Sepez
2018-05-16Convert Formcalc ToJavascript to a pointer WideTextBufDan Sinclair
2018-05-16Use CheckedNumeric in CFX_RTFBreak::AppendChar_OthersDan Sinclair
2018-05-15Remove unused methods from CFX_BreakLineDan Sinclair
2018-05-15Remove CFX_BreakLine::CountPiecesDan Sinclair
2018-05-15Remove CFX_BreakLine::CountCharsDan Sinclair
2018-05-14Use internal wcstof instead of system wcstod in formcalc lexerDan Sinclair
2018-05-14Cleanup unused members of CFWL_MonthCalendar.Henrique Nakashima
2018-05-14Remove dead code from CFWL_WidgetMgr.Henrique Nakashima
2018-05-12Remove unused CFWL_FormProxy.Henrique Nakashima
2018-05-11Rename last CFWL_ComboBox::DisForm* methods.chromium/3428Henrique Nakashima
2018-05-11Remove more dead code from CFWL_ComboBox.Henrique Nakashima
2018-05-11Remove CFWL_Widget::SetFocus(). It is non-op.Henrique Nakashima
2018-05-11Inline or renamed more CFWL_ComboBox::DisForm methods.Henrique Nakashima
2018-05-11Remove CFWL_ComboBoxProxy.Henrique Nakashima
2018-05-11Inline Disform_* methods.Henrique Nakashima
2018-05-11Remove CFWL_WidgetMgr::IsFormDisabled().Henrique Nakashima