summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-17Remove unimplemented CXFA_DataExporter private headerdan sinclair
2018-04-17Convert CFX_XMLParser to take a IFX_SeekableStreamdan sinclair
2018-04-17Remove unused CFX_SeekableStreamProxy From CFGAS_GEFontdan sinclair
2018-04-17Cleanup some seekablestreamproxy codedan sinclair
2018-04-17Remove write abilities from CFX_SeekableStreamProxydan sinclair
2018-04-17Use IFX_SeekableStream in xfa_utilsdan sinclair
2018-04-17Use an IFX_SeekableStream for XML savingdan sinclair
2018-04-17Use span in CXFA_LocaleValue::GetDoubleNum()chromium/3399Tom Sepez
2018-04-17Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer().""Tom Sepez
2018-04-17Implement FORM_GetFocusedText() API.Lei Zhang
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-16Split GetNumbericSymbol into individual methodsdan sinclair
2018-04-16Convert CXFA_XMLLocale to CFX_XMLdan sinclair
2018-04-16Add CXFA_XMLLocale unittestsdan sinclair
2018-04-16Fix UAF in CFGAS_FontMgr::FindFontchromium/3398Ke Liu
2018-04-13Hide XML parsing inside CXFA_XMLLocaledan sinclair
2018-04-13Move SharedForm check to CPDF_Metadata classdan sinclair
2018-04-13Make CFX_XMLInstruction a subclass of CFX_XMLNodedan sinclair
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-04-12Make CFX_Font take FX_RECT out params by pointer.Lei Zhang
2018-04-12Remove CXFA_DocumentParser::m_bDocumentParser flagDan Sinclair
2018-04-12Remove CFX_XMLDoc and call the parser directlyDan Sinclair