Age | Commit message (Expand) | Author |
2018-05-01 | Fix last character missing from strings in XFA Month Calendar. | Henrique Nakashima |
2018-05-01 | Fixes XML Instruction handling in CXFA_DocumentParser. | Dan Sinclair |
2018-05-01 | Fix possible integer overflows in CFX_RTFBreak. | Henrique Nakashima |
2018-04-30 | Change out parameter of CFGAS_GEFont::GetCharWidth to pointer.chromium/3416 | Henrique Nakashima |
2018-04-30 | Fix more possible integer overflows in CFX_TxtBreak. | Henrique Nakashima |
2018-04-30 | Fix Integer-overflow in CFX_TxtBreak::AppendChar_Others | Henrique Nakashima |
2018-04-27 | Fix focused day disappears in XFA MonthCalendar. | Henrique Nakashima |
2018-04-27 | Update caret after changes that could move lines in XFA edit. | Henrique Nakashima |
2018-04-27 | Fix backspace on 1st character of a line erases the line break. | Henrique Nakashima |
2018-04-27 | Add DEPS include_rules for xfa/fwl. | Lei Zhang |
2018-04-26 | Fix caret moving to next line upon click on line break in XFA edit. | Henrique Nakashima |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-04-26 | Enter key inserts a line break correctly in XFA edits. | Henrique Nakashima |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-25 | Make XFA Caret become immediately visible when moved. | Henrique Nakashima |
2018-04-25 | Use local for return value in factory method | Ryan Harrison |
2018-04-25 | Allow failing to build CFXA_FWLTheme if unable to load fonts | Ryan Harrison |
2018-04-25 | Fix behavior of Delete key in XFA edit. | Henrique Nakashima |
2018-04-24 | Switch declaration order to prevent UAF | Ryan Harrison |
2018-04-24 | Fix edit text rendered with wrong offsets after deletion. | Henrique Nakashima |
2018-04-24 | Fix caret moving to next line on click in multiline XFA edit. | Henrique Nakashima |
2018-04-23 | Revert "Change CFX_XML Save to take a write stream" | dsinclair |
2018-04-23 | Change CFX_XML Save to take a write stream | Dan Sinclair |
2018-04-19 | Caret moves after clicked char if closer to its right rect boundary.chromium/3401 | Henrique Nakashima |
2018-04-19 | Fix duplicated text in each line in XFA widgets. | Henrique Nakashima |
2018-04-19 | Fix caret moving to start of edit on click after the text. | Henrique Nakashima |
2018-04-19 | Add public APIs for undo / redo in forms. | Lei Zhang |
2018-04-19 | Fix caret not moving to click target in XFA edit. | Henrique Nakashima |
2018-04-18 | Do not show validation errors if PDF not yet loadedchromium/3400 | Ryan Harrison |
2018-04-17 | XFA_XPDPacket_MergeRootNode is dead code, too. | Tom Sepez |
2018-04-17 | Base64 stuff is all dead code in cxfa_ffdoc.cpp | Tom Sepez |
2018-04-17 | CFX_XML Cleanup | dan sinclair |
2018-04-17 | Add ownership to CFX_XMLNode children | dan sinclair |
2018-04-17 | Remove unimplemented CXFA_DataExporter private header | dan sinclair |
2018-04-17 | Convert CFX_XMLParser to take a IFX_SeekableStream | dan sinclair |
2018-04-17 | Remove unused CFX_SeekableStreamProxy From CFGAS_GEFont | dan sinclair |
2018-04-17 | Cleanup some seekablestreamproxy code | dan sinclair |
2018-04-17 | Remove write abilities from CFX_SeekableStreamProxy | dan sinclair |
2018-04-17 | Use IFX_SeekableStream in xfa_utils | dan sinclair |
2018-04-17 | Use an IFX_SeekableStream for XML saving | dan sinclair |
2018-04-17 | Use span in CXFA_LocaleValue::GetDoubleNum()chromium/3399 | Tom Sepez |
2018-04-17 | Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" | Tom Sepez |
2018-04-17 | Implement FORM_GetFocusedText() API. | Lei Zhang |
2018-04-16 | Merge CFX_XMLElement and CFX_XMLAttributeNode | dan sinclair |
2018-04-16 | Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." | Tom Sepez |
2018-04-16 | Split GetNumbericSymbol into individual methods | dan sinclair |
2018-04-16 | Convert CXFA_XMLLocale to CFX_XML | dan sinclair |
2018-04-16 | Add CXFA_XMLLocale unittests | dan sinclair |
2018-04-16 | Fix UAF in CFGAS_FontMgr::FindFontchromium/3398 | Ke Liu |
2018-04-13 | Hide XML parsing inside CXFA_XMLLocale | dan sinclair |