summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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
2018-05-10Fixup ASSERT in Bidi handling; Add bidi fuzzer.Dan 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-02Transform in/out params from ref to pointer in CFX_(Txt|RTF)Break.Henrique Nakashima
2018-05-02Transform in/out params from reference to pointer in CFDE_TextOut.Henrique Nakashima
2018-05-02CFWL_MonthCalendar::GetTodayText() includes "Today" string.Henrique Nakashima
2018-05-02Pass DPI as CFX_Size in XFA_DrawImage.Henrique Nakashima
2018-05-02Cleanup XFA document properly on failed loadDan Sinclair
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-02Remove out params from CalculateAccWidthAndHeight. Return CFX_Size.Henrique Nakashima
2018-05-02Remove int out params from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform float out params from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform size out param from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform rect out param from reference to pointer in XFA code.Henrique Nakashima
2018-05-01Start at today's date in XFA Month Calendar.chromium/3417Henrique Nakashima
2018-05-01Fix last character missing from strings in XFA Month Calendar.Henrique Nakashima
2018-05-01Fixes XML Instruction handling in CXFA_DocumentParser.Dan Sinclair
2018-05-01Fix possible integer overflows in CFX_RTFBreak.Henrique Nakashima
2018-04-30Change out parameter of CFGAS_GEFont::GetCharWidth to pointer.chromium/3416Henrique Nakashima
2018-04-30Fix more possible integer overflows in CFX_TxtBreak.Henrique Nakashima
2018-04-30Fix Integer-overflow in CFX_TxtBreak::AppendChar_OthersHenrique Nakashima
2018-04-27Fix focused day disappears in XFA MonthCalendar.Henrique Nakashima
2018-04-27Update caret after changes that could move lines in XFA edit.Henrique Nakashima
2018-04-27Fix backspace on 1st character of a line erases the line break.Henrique Nakashima
2018-04-27Add DEPS include_rules for xfa/fwl.Lei Zhang