summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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
2018-04-12Cleanup CXFA_FFDocDan Sinclair
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12Fold CXFA_DocumentParser into CXFA_FFDocDan Sinclair
2018-04-12Retrieve the XML tree in the DocumentParserDan Sinclair
2018-04-12Allow retrieving the XML tree from the CFX_XMLDocDan Sinclair
2018-04-12Cleanup some CFX_XMLParser codeDan Sinclair
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-11Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.Tom Sepez
2018-04-11Make cxfa_fmlexer.cpp resilient to null stringsTom Sepez
2018-04-10Remove CFX_Rect.Lei Zhang
2018-04-10Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang
2018-04-10Break down CXFA_FFWidget::On{L|R}ButtonDown() into two steps.Henrique Nakashima
2018-04-10Merge CXFA_SimpleParser::{Start|Do}Parsechromium/3394Dan Sinclair
2018-04-09Merge CXFA_DocumentParser::{Start|Do}Parse methodsDan Sinclair
2018-04-09Merge CXFA_FFDoc::{Start|Do|Stop}Load methodsDan Sinclair
2018-04-09Revert "Remove CXFA nodes instead of CFX_XML nodes"dsinclair
2018-04-09Move the CFX_XMLParser out of CXFA_SimpleParserDan Sinclair