1. 8549ab4 Fix caret moving to start of edit on click after the text. by Henrique Nakashima · 6 years ago
  2. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  3. c84ea8e Change SHADING_STEPS from a #define to a constant. by Lei Zhang · 6 years ago
  4. efb23f3 Fix caret not moving to click target in XFA edit. by Henrique Nakashima · 6 years ago
  5. 9914d4d Make CPDF_StitchFunc use more vectors. by Lei Zhang · 6 years ago
  6. 09f2855 Do more validation in CPDF_StitchFunc::v_Init(). by Lei Zhang · 6 years ago
  7. 93358c2 Do a bit more validation in CPDF_ExpIntFunc::v_Init(). by Lei Zhang · 6 years ago
  8. 54e6da1 Do validation earlier in CPDF_SampledFunc::v_Init(). by Lei Zhang · 6 years ago
  9. c0043a8 Validate the Range key in Functions. by Lei Zhang · 6 years ago
  10. f24afac Fix UAF in CFX_XMLElement::Save by Ke Liu · 6 years ago
  11. e06880f Fix integer overflow in shading drawing code. by Lei Zhang · 6 years ago
  12. a1fe732 Always build JS Runtime stubs even if V8 present. by Tom Sepez · 6 years ago
  13. fbecb9a Do not show validation errors if PDF not yet loaded by Ryan Harrison · 6 years ago
  14. 7439517 Add AsRawSpan() to ByteString. by Tom Sepez · 6 years ago
  15. 51a41ea Use span<> in GetBits32(). by Tom Sepez · 6 years ago
  16. 11e5882 XFA_XPDPacket_MergeRootNode is dead code, too. by Tom Sepez · 6 years ago
  17. c58b08b Base64 stuff is all dead code in cxfa_ffdoc.cpp by Tom Sepez · 6 years ago
  18. 384e6fe CFX_XML Cleanup by dan sinclair · 6 years ago
  19. 13aa65a Add ownership to CFX_XMLNode children by dan sinclair · 6 years ago
  20. 35939f8 Avoid some string -> ptr -> string duplicate allocations in FF Environment by Tom Sepez · 6 years ago
  21. aed6253 Create new FPDFPageObjMark_CountParams() API. by Henrique Nakashima · 6 years ago
  22. 884b33e Remove unused CFX_SeekableStreamProxy constructor by dan sinclair · 6 years ago
  23. f0f819d Remove unimplemented CXFA_DataExporter private header by dan sinclair · 6 years ago
  24. 8e753ca Convert CFX_XMLParser to take a IFX_SeekableStream by dan sinclair · 6 years ago
  25. 5925398 Remove unused CFX_SeekableStreamProxy From CFGAS_GEFont by dan sinclair · 6 years ago
  26. 63593d3 Cleanup some seekablestreamproxy code by dan sinclair · 6 years ago
  27. bddc60d Remove write abilities from CFX_SeekableStreamProxy by dan sinclair · 6 years ago
  28. ffdae5f Use IFX_SeekableStream in xfa_utils by dan sinclair · 6 years ago
  29. bc069b7 Use an IFX_SeekableStream for XML saving by dan sinclair · 6 years ago
  30. 8b4a3c7 Use span in CXFA_LocaleValue::GetDoubleNum() by Tom Sepez · 6 years ago
  31. 1dbfe99 Re-land "Return pdfium::span<char> from ByteString::GetBuffer()."" by Tom Sepez · 6 years ago
  32. 2617056 Add constants for PDF 1.7 spec, table 3.4. by Lei Zhang · 6 years ago
  33. b7973bb Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" by Tom Sepez · 6 years ago
  34. 8cfcb7d Fix nits in CPDF_Function and derived classes. by Lei Zhang · 6 years ago
  35. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  36. 3900ddb Add a virtual CPWL_Wnd::GetText() method. by Lei Zhang · 6 years ago
  37. 6b26e1a Remove non-const CPDF_PageObjectHolder::GetPageObjectList(). by Henrique Nakashima · 6 years ago
  38. 8b0cf76 Merge CFX_XMLElement and CFX_XMLAttributeNode by dan sinclair · 6 years ago
  39. 262b496 Write out StringViewTemplate::Operator=(). by Tom Sepez · 6 years ago
  40. 0d32b8f Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." by Tom Sepez · 6 years ago
  41. 574ee81 Split GetNumbericSymbol into individual methods by dan sinclair · 6 years ago
  42. c49e62e Add test for saving after adding or removing page objects. by Henrique Nakashima · 6 years ago
  43. 3390688 Fix some checks for FX_Realloc() failures. by Lei Zhang · 6 years ago
  44. 846fb03 Simplify CFX_DIBitmap::TransferBitmap by Nicolas Pena · 6 years ago
  45. 219b0a6 Consolidate Black/Whitepoint parsing code CPDF_ColorSpace. by Lei Zhang · 6 years ago
  46. a8c23df Remove CXML by dan sinclair · 6 years ago
  47. a7b1559 Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h by Tom Sepez · 6 years ago
  48. 08a027c Consolidate BlackPoint parsing code in CPDF_ColorSpace. by Lei Zhang · 6 years ago
  49. ad729d3 Add Black/WhitePoint array constant in CPDF_ColorSpace. by Lei Zhang · 6 years ago
  50. 4aa00d5 More CPDF_Colorspace cleanup. by Lei Zhang · 6 years ago
  51. 0edfab8 Update AUTHORS. by Henrique Nakashima · 6 years ago
  52. bdbfc08 Convert CXFA_XMLLocale to CFX_XML by dan sinclair · 6 years ago
  53. cce4d31 Add CXFA_XMLLocale unittests by dan sinclair · 6 years ago
  54. d08667c Check that CFX_DIBitmap::Create calls succeeds in fpdf_view by Nicolas Pena · 6 years ago
  55. 4125ab6 Move CXML to be XFA only by dan sinclair · 6 years ago
  56. 3d523e3 Revert "Return pdfium::span<char> from ByteString::GetBuffer()." by Tom Sepez · 6 years ago
  57. c51196c Fix some nits in CPDF_ColorSpace. by Lei Zhang · 6 years ago
  58. 52d0cb2 Fix a comment in CPDF_PatternCS. by Lei Zhang · 6 years ago
  59. b747531 Remove CPWL_Edit rich text support by dan sinclair · 6 years ago
  60. 19ae9bf Use CFX_XML instead of CXML in CPDF_Metadata by dan sinclair · 6 years ago
  61. d5624a4 Fix UAF in CFGAS_FontMgr::FindFont by Ke Liu · 6 years ago
  62. b71d24c Patch lcms to mark data structures as const. by Lei Zhang · 6 years ago
  63. af2ee2c Fix integer overflow in CPDF_Font::FallbackFontFromCharcode by Nicolas Pena · 6 years ago
  64. 97b47dc Add test for circular CPDF_Function::Load(). by Henrique Nakashima · 6 years ago
  65. ecc0123 Add CPDF_ColorState::SetPattern(). by Lei Zhang · 6 years ago
  66. dc62019 Get rid of CPDF_Color::GetColorSpace(). by Lei Zhang · 6 years ago
  67. 00e72c1 Add CPDF_Metadata unittests by dan sinclair · 6 years ago
  68. 27e3643 Hide XML parsing inside CXFA_XMLLocale by dan sinclair · 6 years ago
  69. e04b66c Move SharedForm check to CPDF_Metadata class by dan sinclair · 6 years ago
  70. 996c930 Rename the other CPDF_Color::SetValue() variant. by Lei Zhang · 6 years ago
  71. 7afdad5 Make CFX_XMLInstruction a subclass of CFX_XMLNode by dan sinclair · 6 years ago
  72. c9f8d5a Add AsSpan() convenience method to fxcrt strings. by Tom Sepez · 6 years ago
  73. 008b928 Rename one CPDF_Color::SetValue() variant. by Lei Zhang · 6 years ago
  74. 1638179 Add index parameter to quadpoints getter and setter. by Ralf Sippl · 6 years ago
  75. c9f4f0d Make some CPDF_StreamContentParser methods const. by Lei Zhang · 6 years ago
  76. 2772a2d More CPDF_Color improvements. by Lei Zhang · 6 years ago
  77. 9e625db Slightly simplify CPDF_Color::SetColorSpace(). by Lei Zhang · 6 years ago
  78. 80a6cbe Return pdfium::span<char> from ByteString::GetBuffer(). by Tom Sepez · 6 years ago
  79. 154e18f Return pdfium::span<wchar_t> from WideString::GetBuffer(). by Tom Sepez · 6 years ago
  80. 7f821c1 Tidy up types in CBC_PDF417HighLevelEncoder by Ryan Harrison · 6 years ago
  81. d7f24d5 Fail decode if continuing to get insufficient size error by Ryan Harrison · 6 years ago
  82. 6998bc5 Make the input data to CPDF_ColorSpace::GetRGB() const. by Lei Zhang · 6 years ago
  83. a8db06a Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF. by Lei Zhang · 6 years ago
  84. 822886b Add return value to FPDF_DeviceToPage(). by Lei Zhang · 6 years ago
  85. 56cc5c1 Add CPDF_Page::DeviceToPage() / PageToDevice(). by Lei Zhang · 6 years ago
  86. a105fa1 Change some CPDFXFA_Page methods to take rects and points. by Lei Zhang · 6 years ago
  87. c4242b2 Change GetDisplayMatrix methods to take FX_RECT. by Lei Zhang · 6 years ago
  88. 1c23a6d Make CFX_Font take FX_RECT out params by pointer. by Lei Zhang · 6 years ago
  89. e6d4559 Clean up some CFX_RenderDevice code. by Lei Zhang · 6 years ago
  90. 59a8f48 Bounds check in CPDF_CMap::GetNextChar. by Tom Sepez · 6 years ago
  91. 7023b88 Remove CXFA_DocumentParser::m_bDocumentParser flag by Dan Sinclair · 6 years ago
  92. babeeb6 Fixup CFX_XMLParser::GetStatus return by Dan Sinclair · 6 years ago
  93. e7d5c7f Remove CFX_XMLDoc and call the parser directly by Dan Sinclair · 6 years ago
  94. 62110c9 Cleanup CXFA_FFDoc by Dan Sinclair · 6 years ago
  95. 876efaa Rename CXFA_SimpleParser to CXFA_DocumentParser by Dan Sinclair · 6 years ago
  96. 0cad116 Fold CXFA_DocumentParser into CXFA_FFDoc by Dan Sinclair · 6 years ago
  97. 2efb11c Retrieve the XML tree in the DocumentParser by Dan Sinclair · 6 years ago
  98. a995d6f Allow retrieving the XML tree from the CFX_XMLDoc by Dan Sinclair · 6 years ago
  99. 332139d Merge CFX_XMLParser and CFX_XMLSyntaxParser by Dan Sinclair · 6 years ago
  100. 6d503b8 Cleanup some CFX_XMLParser code by Dan Sinclair · 6 years ago