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