summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-19Caret moves after clicked char if closer to its right rect boundary.chromium/3401Henrique Nakashima
2018-04-19Fix duplicated text in each line in XFA widgets.Henrique Nakashima
2018-04-19Fix caret moving to start of edit on click after the text.Henrique Nakashima
2018-04-19Add public APIs for undo / redo in forms.Lei Zhang
2018-04-19Fix caret not moving to click target in XFA edit.Henrique Nakashima
2018-04-18Do not show validation errors if PDF not yet loadedchromium/3400Ryan Harrison
2018-04-17XFA_XPDPacket_MergeRootNode is dead code, too.Tom Sepez
2018-04-17Base64 stuff is all dead code in cxfa_ffdoc.cppTom Sepez
2018-04-17CFX_XML Cleanupdan sinclair