1. b7973bb Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" by Tom Sepez · 6 years ago
  2. 8cfcb7d Fix nits in CPDF_Function and derived classes. by Lei Zhang · 6 years ago
  3. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  4. 3900ddb Add a virtual CPWL_Wnd::GetText() method. by Lei Zhang · 6 years ago
  5. 6b26e1a Remove non-const CPDF_PageObjectHolder::GetPageObjectList(). by Henrique Nakashima · 6 years ago
  6. 8b0cf76 Merge CFX_XMLElement and CFX_XMLAttributeNode by dan sinclair · 6 years ago
  7. 262b496 Write out StringViewTemplate::Operator=(). by Tom Sepez · 6 years ago
  8. 0d32b8f Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." by Tom Sepez · 6 years ago
  9. 574ee81 Split GetNumbericSymbol into individual methods by dan sinclair · 6 years ago
  10. c49e62e Add test for saving after adding or removing page objects. by Henrique Nakashima · 6 years ago
  11. 3390688 Fix some checks for FX_Realloc() failures. by Lei Zhang · 6 years ago
  12. 846fb03 Simplify CFX_DIBitmap::TransferBitmap by Nicolas Pena · 6 years ago
  13. 219b0a6 Consolidate Black/Whitepoint parsing code CPDF_ColorSpace. by Lei Zhang · 6 years ago
  14. a8c23df Remove CXML by dan sinclair · 6 years ago
  15. a7b1559 Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h by Tom Sepez · 6 years ago
  16. 08a027c Consolidate BlackPoint parsing code in CPDF_ColorSpace. by Lei Zhang · 6 years ago
  17. ad729d3 Add Black/WhitePoint array constant in CPDF_ColorSpace. by Lei Zhang · 6 years ago
  18. 4aa00d5 More CPDF_Colorspace cleanup. by Lei Zhang · 6 years ago
  19. 0edfab8 Update AUTHORS. by Henrique Nakashima · 6 years ago
  20. bdbfc08 Convert CXFA_XMLLocale to CFX_XML by dan sinclair · 6 years ago
  21. cce4d31 Add CXFA_XMLLocale unittests by dan sinclair · 6 years ago
  22. d08667c Check that CFX_DIBitmap::Create calls succeeds in fpdf_view by Nicolas Pena · 6 years ago
  23. 4125ab6 Move CXML to be XFA only by dan sinclair · 6 years ago
  24. 3d523e3 Revert "Return pdfium::span<char> from ByteString::GetBuffer()." by Tom Sepez · 6 years ago
  25. c51196c Fix some nits in CPDF_ColorSpace. by Lei Zhang · 6 years ago
  26. 52d0cb2 Fix a comment in CPDF_PatternCS. by Lei Zhang · 6 years ago
  27. b747531 Remove CPWL_Edit rich text support by dan sinclair · 6 years ago
  28. 19ae9bf Use CFX_XML instead of CXML in CPDF_Metadata by dan sinclair · 6 years ago
  29. d5624a4 Fix UAF in CFGAS_FontMgr::FindFont by Ke Liu · 6 years ago
  30. b71d24c Patch lcms to mark data structures as const. by Lei Zhang · 6 years ago
  31. af2ee2c Fix integer overflow in CPDF_Font::FallbackFontFromCharcode by Nicolas Pena · 6 years ago
  32. 97b47dc Add test for circular CPDF_Function::Load(). by Henrique Nakashima · 6 years ago
  33. ecc0123 Add CPDF_ColorState::SetPattern(). by Lei Zhang · 6 years ago
  34. dc62019 Get rid of CPDF_Color::GetColorSpace(). by Lei Zhang · 6 years ago
  35. 00e72c1 Add CPDF_Metadata unittests by dan sinclair · 6 years ago
  36. 27e3643 Hide XML parsing inside CXFA_XMLLocale by dan sinclair · 6 years ago
  37. e04b66c Move SharedForm check to CPDF_Metadata class by dan sinclair · 6 years ago
  38. 996c930 Rename the other CPDF_Color::SetValue() variant. by Lei Zhang · 6 years ago
  39. 7afdad5 Make CFX_XMLInstruction a subclass of CFX_XMLNode by dan sinclair · 6 years ago
  40. c9f8d5a Add AsSpan() convenience method to fxcrt strings. by Tom Sepez · 6 years ago
  41. 008b928 Rename one CPDF_Color::SetValue() variant. by Lei Zhang · 6 years ago
  42. 1638179 Add index parameter to quadpoints getter and setter. by Ralf Sippl · 6 years ago
  43. c9f4f0d Make some CPDF_StreamContentParser methods const. by Lei Zhang · 6 years ago
  44. 2772a2d More CPDF_Color improvements. by Lei Zhang · 6 years ago
  45. 9e625db Slightly simplify CPDF_Color::SetColorSpace(). by Lei Zhang · 6 years ago
  46. 80a6cbe Return pdfium::span<char> from ByteString::GetBuffer(). by Tom Sepez · 6 years ago
  47. 154e18f Return pdfium::span<wchar_t> from WideString::GetBuffer(). by Tom Sepez · 6 years ago
  48. 7f821c1 Tidy up types in CBC_PDF417HighLevelEncoder by Ryan Harrison · 6 years ago
  49. d7f24d5 Fail decode if continuing to get insufficient size error by Ryan Harrison · 6 years ago
  50. 6998bc5 Make the input data to CPDF_ColorSpace::GetRGB() const. by Lei Zhang · 6 years ago
  51. a8db06a Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF. by Lei Zhang · 6 years ago
  52. 822886b Add return value to FPDF_DeviceToPage(). by Lei Zhang · 6 years ago
  53. 56cc5c1 Add CPDF_Page::DeviceToPage() / PageToDevice(). by Lei Zhang · 6 years ago
  54. a105fa1 Change some CPDFXFA_Page methods to take rects and points. by Lei Zhang · 6 years ago
  55. c4242b2 Change GetDisplayMatrix methods to take FX_RECT. by Lei Zhang · 6 years ago
  56. 1c23a6d Make CFX_Font take FX_RECT out params by pointer. by Lei Zhang · 6 years ago
  57. e6d4559 Clean up some CFX_RenderDevice code. by Lei Zhang · 6 years ago
  58. 59a8f48 Bounds check in CPDF_CMap::GetNextChar. by Tom Sepez · 6 years ago
  59. 7023b88 Remove CXFA_DocumentParser::m_bDocumentParser flag by Dan Sinclair · 6 years ago
  60. babeeb6 Fixup CFX_XMLParser::GetStatus return by Dan Sinclair · 6 years ago
  61. e7d5c7f Remove CFX_XMLDoc and call the parser directly by Dan Sinclair · 6 years ago
  62. 62110c9 Cleanup CXFA_FFDoc by Dan Sinclair · 6 years ago
  63. 876efaa Rename CXFA_SimpleParser to CXFA_DocumentParser by Dan Sinclair · 6 years ago
  64. 0cad116 Fold CXFA_DocumentParser into CXFA_FFDoc by Dan Sinclair · 6 years ago
  65. 2efb11c Retrieve the XML tree in the DocumentParser by Dan Sinclair · 6 years ago
  66. a995d6f Allow retrieving the XML tree from the CFX_XMLDoc by Dan Sinclair · 6 years ago
  67. 332139d Merge CFX_XMLParser and CFX_XMLSyntaxParser by Dan Sinclair · 6 years ago
  68. 6d503b8 Cleanup some CFX_XMLParser code by Dan Sinclair · 6 years ago
  69. e1a41af [xfa] Remove form checksum abilities by Dan Sinclair · 6 years ago
  70. 87b67f8 Remove CFX_DIBAttribute::m_strAuthor by Tom Sepez · 6 years ago
  71. b92ec18 Fix crash when ColorSpace references itself directly. by Henrique Nakashima · 6 years ago
  72. c763970 Fix issues with PDFium third_party/base/span.h by Tom Sepez · 6 years ago
  73. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 6 years ago
  74. 4796acb Make cxfa_fmlexer.cpp resilient to null strings by Tom Sepez · 6 years ago
  75. 5b1fd5c Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream() by Tom Sepez · 6 years ago
  76. 7b77dfc Reserve space to reduce memory operations while encoding barcode by Ryan Harrison · 6 years ago
  77. 63c5fa9 Add documentation about Valgrind LLD workaround by Ryan Harrison · 6 years ago
  78. 6bebd2e Avoid stack overflow when loading CPDF_Function. by Henrique Nakashima · 6 years ago
  79. 486f395 Add static_asserts for FX_RECT and FX_COLORREF. by Lei Zhang · 6 years ago
  80. cd7b4ab Load CIDToGIDMap stream for CID fonts if it exists. by Lei Zhang · 6 years ago
  81. bdcd6bf Roll DEPS for Clang and build by Ryan Harrison · 6 years ago
  82. b93178e Add an assert to make sure all code is included in static lib by Ryan Harrison · 6 years ago
  83. 7d865b6 Remove CFX_Rect. by Lei Zhang · 6 years ago
  84. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 6 years ago
  85. 85ba261 Change FillRectWithBlend methods to take FX_RECT by const-ref. by Lei Zhang · 6 years ago
  86. 537115b Implement CPDFSDK_XFAWidgetHandler::OnKillFocus. by Henrique Nakashima · 6 years ago
  87. d27f392 Break down CXFA_FFWidget::On{L|R}ButtonDown() into two steps. by Henrique Nakashima · 6 years ago
  88. 4027887 Merge CXFA_SimpleParser::{Start|Do}Parse by Dan Sinclair · 6 years ago
  89. e372ad7 Use ByteStringView / pdfium::span in CPDF font as appropriate. by Tom Sepez · 6 years ago
  90. 0d8e530 Pass FX_RECT by const-ref in rendering code. by Lei Zhang · 6 years ago
  91. 417f344 Remove RenderDeviceDriverIface::GetCTM(). by Lei Zhang · 6 years ago
  92. 40baf04 Cleanup CPDF_RenderStatus::GetObjectClippedRect(). by Lei Zhang · 6 years ago
  93. 124abf5 Merge CXFA_DocumentParser::{Start|Do}Parse methods by Dan Sinclair · 6 years ago
  94. 741d5e1 Merge CXFA_FFDoc::{Start|Do|Stop}Load methods by Dan Sinclair · 6 years ago
  95. 5389439 Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser. by Tom Sepez · 6 years ago
  96. d45f998 Make StringViewTemplate be based on pdfium::span<>. by Tom Sepez · 6 years ago
  97. eb9502f Revert "Remove CXFA nodes instead of CFX_XML nodes" by dsinclair · 6 years ago
  98. 269963f Make pdfium::span<> be based off of UnownedPtr<>. by Tom Sepez · 6 years ago
  99. 1ee9601 Sort test cases in test_runner.py. by Lei Zhang · 6 years ago
  100. d936d29 Move the CFX_XMLParser out of CXFA_SimpleParser by Dan Sinclair · 6 years ago