1. 6998bc5 Make the input data to CPDF_ColorSpace::GetRGB() const. by Lei Zhang · 6 years ago
  2. a8db06a Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF. by Lei Zhang · 6 years ago
  3. 822886b Add return value to FPDF_DeviceToPage(). by Lei Zhang · 6 years ago
  4. 56cc5c1 Add CPDF_Page::DeviceToPage() / PageToDevice(). by Lei Zhang · 6 years ago
  5. a105fa1 Change some CPDFXFA_Page methods to take rects and points. by Lei Zhang · 6 years ago
  6. c4242b2 Change GetDisplayMatrix methods to take FX_RECT. by Lei Zhang · 6 years ago
  7. 1c23a6d Make CFX_Font take FX_RECT out params by pointer. by Lei Zhang · 6 years ago
  8. e6d4559 Clean up some CFX_RenderDevice code. by Lei Zhang · 6 years ago
  9. 59a8f48 Bounds check in CPDF_CMap::GetNextChar. by Tom Sepez · 6 years ago
  10. 7023b88 Remove CXFA_DocumentParser::m_bDocumentParser flag by Dan Sinclair · 6 years ago
  11. babeeb6 Fixup CFX_XMLParser::GetStatus return by Dan Sinclair · 6 years ago
  12. e7d5c7f Remove CFX_XMLDoc and call the parser directly by Dan Sinclair · 6 years ago
  13. 62110c9 Cleanup CXFA_FFDoc by Dan Sinclair · 6 years ago
  14. 876efaa Rename CXFA_SimpleParser to CXFA_DocumentParser by Dan Sinclair · 6 years ago
  15. 0cad116 Fold CXFA_DocumentParser into CXFA_FFDoc by Dan Sinclair · 6 years ago
  16. 2efb11c Retrieve the XML tree in the DocumentParser by Dan Sinclair · 6 years ago
  17. a995d6f Allow retrieving the XML tree from the CFX_XMLDoc by Dan Sinclair · 6 years ago
  18. 332139d Merge CFX_XMLParser and CFX_XMLSyntaxParser by Dan Sinclair · 6 years ago
  19. 6d503b8 Cleanup some CFX_XMLParser code by Dan Sinclair · 6 years ago
  20. e1a41af [xfa] Remove form checksum abilities by Dan Sinclair · 6 years ago
  21. 87b67f8 Remove CFX_DIBAttribute::m_strAuthor by Tom Sepez · 6 years ago
  22. b92ec18 Fix crash when ColorSpace references itself directly. by Henrique Nakashima · 6 years ago
  23. c763970 Fix issues with PDFium third_party/base/span.h by Tom Sepez · 6 years ago
  24. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 6 years ago
  25. 4796acb Make cxfa_fmlexer.cpp resilient to null strings by Tom Sepez · 6 years ago
  26. 5b1fd5c Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream() by Tom Sepez · 6 years ago
  27. 7b77dfc Reserve space to reduce memory operations while encoding barcode by Ryan Harrison · 6 years ago
  28. 63c5fa9 Add documentation about Valgrind LLD workaround by Ryan Harrison · 6 years ago
  29. 6bebd2e Avoid stack overflow when loading CPDF_Function. by Henrique Nakashima · 6 years ago
  30. 486f395 Add static_asserts for FX_RECT and FX_COLORREF. by Lei Zhang · 6 years ago
  31. cd7b4ab Load CIDToGIDMap stream for CID fonts if it exists. by Lei Zhang · 6 years ago
  32. bdcd6bf Roll DEPS for Clang and build by Ryan Harrison · 6 years ago
  33. b93178e Add an assert to make sure all code is included in static lib by Ryan Harrison · 6 years ago
  34. 7d865b6 Remove CFX_Rect. by Lei Zhang · 6 years ago
  35. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 6 years ago
  36. 85ba261 Change FillRectWithBlend methods to take FX_RECT by const-ref. by Lei Zhang · 6 years ago
  37. 537115b Implement CPDFSDK_XFAWidgetHandler::OnKillFocus. by Henrique Nakashima · 6 years ago
  38. d27f392 Break down CXFA_FFWidget::On{L|R}ButtonDown() into two steps. by Henrique Nakashima · 6 years ago
  39. 4027887 Merge CXFA_SimpleParser::{Start|Do}Parse by Dan Sinclair · 6 years ago
  40. e372ad7 Use ByteStringView / pdfium::span in CPDF font as appropriate. by Tom Sepez · 6 years ago
  41. 0d8e530 Pass FX_RECT by const-ref in rendering code. by Lei Zhang · 6 years ago
  42. 417f344 Remove RenderDeviceDriverIface::GetCTM(). by Lei Zhang · 6 years ago
  43. 40baf04 Cleanup CPDF_RenderStatus::GetObjectClippedRect(). by Lei Zhang · 6 years ago
  44. 124abf5 Merge CXFA_DocumentParser::{Start|Do}Parse methods by Dan Sinclair · 6 years ago
  45. 741d5e1 Merge CXFA_FFDoc::{Start|Do|Stop}Load methods by Dan Sinclair · 6 years ago
  46. 5389439 Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser. by Tom Sepez · 6 years ago
  47. d45f998 Make StringViewTemplate be based on pdfium::span<>. by Tom Sepez · 6 years ago
  48. eb9502f Revert "Remove CXFA nodes instead of CFX_XML nodes" by dsinclair · 6 years ago
  49. 269963f Make pdfium::span<> be based off of UnownedPtr<>. by Tom Sepez · 6 years ago
  50. 1ee9601 Sort test cases in test_runner.py. by Lei Zhang · 6 years ago
  51. d936d29 Move the CFX_XMLParser out of CXFA_SimpleParser by Dan Sinclair · 6 years ago
  52. 6f26db4 Remove m_pOldFocusWidget from CXFA_FFDocView. by Henrique Nakashima · 6 years ago
  53. 2b4ad9f Remove CXFA nodes instead of CFX_XML nodes by Dan Sinclair · 6 years ago
  54. a0706f0 Move code to set XML value to CXFA_Node by Dan Sinclair · 6 years ago
  55. 6058efd Add span.h from chromium base. by Tom Sepez · 6 years ago
  56. 2aa01f5 Avoid uninitialized internal fields in V8 global objects. by Tom Sepez · 6 years ago
  57. ace80b3 Fix typos in CXFA_FMParser. by Lei Zhang · 6 years ago
  58. 4862705 Make Internal field usage in cfxjs_engine match README.doc by Tom Sepez · 6 years ago
  59. 0c59288 Combine if/else blocks in CPDF_DIBSource::TranslateScanline24bpp(). by Lei Zhang · 6 years ago
  60. cd39a7c Split CPDF_DIBSource::TranslateScanline24bpp(). by Lei Zhang · 6 years ago
  61. 82f66b5 Fix const casts in CPDF_Encryptor. by Lei Zhang · 6 years ago
  62. 2cc287a Get rid of a const_cast in CPDF_FlateEncoder. by Lei Zhang · 6 years ago
  63. 4a8478e Remove some const_casts in CPDF_Creator. by Lei Zhang · 6 years ago
  64. 5a55253 Make CXFA_Document::m_rgGlobalBinding private by Dan Sinclair · 6 years ago
  65. 72fe14a Remove unused param. by Dan Sinclair · 6 years ago
  66. 4a97970 Move document data merge code into CXFA_Document file by Dan Sinclair · 6 years ago
  67. b948046 Remove unused XFA Widget API methods by Ryan Harrison · 6 years ago
  68. 10f9fb3 Ignore bad data in the shared object hint table. by Lei Zhang · 6 years ago
  69. 0a30833 Roll pdfium/third_party/freetype/src/ 7109495c5..26ad1acbc (2 commits) by Lei Zhang · 6 years ago
  70. 14f8897 Remove spellchecking code from XFA by Ryan Harrison · 6 years ago
  71. 3294220 Caret blinks with lower frequency in XFA text field. by Henrique Nakashima · 6 years ago
  72. 8d970f7 Prepare for |is_posix| switch in the Fuchsia build by Fabrice de Gans-Riberi · 6 years ago
  73. 16adb3e Expand ~ when present in directory path by Ryan Harrison · 6 years ago
  74. dc566b0 Fix XFA caret blinking only while mouse moves. by Henrique Nakashima · 6 years ago
  75. 1a2e494 Parse "yy" correctly for AFDate_FormatEx(). by Lei Zhang · 6 years ago
  76. 3faa382 Decrease XML parser buffer size by Dan Sinclair · 6 years ago
  77. c80153d [fwl] Restrict setting cursor outside text bounds by Dan Sinclair · 6 years ago
  78. 28bb2f2 Remove DefaultAppearance HasColor and return an optional instead by Dan Sinclair · 6 years ago
  79. 4c22dd5 Use Optional to determine if appearance stream as font by Dan Sinclair · 6 years ago
  80. 232b918 Re-arrange so inline vectors come last in structs. by Tom Sepez · 6 years ago
  81. 36d7ad4 Roll pdfium/third_party/freetype/src/ 713d68ee9..7109495c5 (21 commits) by Lei Zhang · 6 years ago
  82. e96e6fd Off-by-one in CPDF_StreamParser::ParseNextElement() by Tom Sepez · 6 years ago
  83. 75304f9 Enable cfi-icall type generalization for libopenjpeg20 by Vlad Tsyrklevich · 6 years ago
  84. 3998067 Remove FPDF_SetPrintPostscriptLevel(). by Lei Zhang · 6 years ago
  85. 8f4f0ed Fix use_custom_libcxx=false build on Linux by Tom Anderson · 6 years ago
  86. 3b76ebd Fixup API check by dan sinclair · 6 years ago
  87. a17a0e2 Remove CPDF_DefaultAppearance reference params by Dan Sinclair · 6 years ago
  88. cbf76e6 Rename CBA_AnnotIterator to CPDFSDK_AnnotIterator by Dan Sinclair · 6 years ago
  89. 53a8093 Use CPDF_DefaultAppearance instead of custom parsing by Dan Sinclair · 6 years ago
  90. 971a674 Rename fpdfsdk/fpdf* files to be consistent by Dan Sinclair · 6 years ago
  91. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 6 years ago
  92. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 6 years ago
  93. e3c2043 Use ByteStringView in parsers by Dan Sinclair · 6 years ago
  94. 7aba472 Cleanup fsdk_define methods by Dan Sinclair · 6 years ago
  95. 14094f2 Remove ByteString PDF_NameDecode by Dan Sinclair · 6 years ago
  96. 8eac5ad Smaller post expression set by Dan Sinclair · 6 years ago
  97. e6ce342 Simplify some XFA font manager creation by Dan Sinclair · 6 years ago
  98. 43a25e8 Remove unused FX_TXTRUN::pIdentity by Dan Sinclair · 6 years ago
  99. 51d50d6 Cleanup some CFDE_Data structs by Dan Sinclair · 6 years ago
  100. 1f12904 Remove CXFA_FFNotify proxy methods by Dan Sinclair · 6 years ago