summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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
2018-04-26Fix caret moving to next line upon click on line break in XFA edit.Henrique Nakashima
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-26Enter key inserts a line break correctly in XFA edits.Henrique Nakashima
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-25Make XFA Caret become immediately visible when moved.Henrique Nakashima
2018-04-25Use local for return value in factory methodRyan Harrison
2018-04-25Allow failing to build CFXA_FWLTheme if unable to load fontsRyan Harrison
2018-04-25Fix behavior of Delete key in XFA edit.Henrique Nakashima
2018-04-24Switch declaration order to prevent UAFRyan Harrison
2018-04-24Fix edit text rendered with wrong offsets after deletion.Henrique Nakashima
2018-04-24Fix caret moving to next line on click in multiline XFA edit.Henrique Nakashima
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair