1. ee77d51 Properly write floats in CFX_PSRenderer. by Lei Zhang · 4 years, 10 months ago
  2. 5a1c64f Properly write out enums in CFX_PSRenderer::SetGraphState(). by Lei Zhang · 4 years, 10 months ago
  3. 096645c Roll third_party/skia/ 17096c763..7d34dc774 (1 commit) by Lei Zhang · 4 years, 10 months ago
  4. 2e2aa29 Roll third_party/skia/ 34cea00bd..30bc527fd (1 commit) by Lei Zhang · 4 years, 10 months ago
  5. 57bf3fe Remove CPDF_Parser::GetObjectGenNum(). by Tom Sepez · 4 years, 10 months ago
  6. 6b4a235 Allow reading font name from Windows `name` table entry. by Patrik Weiskircher · 4 years, 10 months ago
  7. c4d5acc Use more spans with CRYPT_ArcFour code. by Lei Zhang · 4 years, 10 months ago
  8. b92ff3c Use more size_t in CPDF_CryptoHandler. by Lei Zhang · 4 years, 11 months ago
  9. dd4e75a Use CPDF_StreamAcc::GetSpan() in more places. by Lei Zhang · 4 years, 11 months ago
  10. 2e0549b Make CRYPT_ArcFourCryptBlock() take spans. by Lei Zhang · 4 years, 11 months ago
  11. 7f2169b Do more CPDF_SecurityHandler cleanup. by Lei Zhang · 4 years, 11 months ago
  12. f0bc936 Cleanup fx_coordinates_unittest.cpp by Alan Screen · 4 years, 11 months ago
  13. 1077a87 Give UnownedPtr<> a move ctor and move assign operator. by Tom Sepez · 4 years, 11 months ago
  14. 5cedaeb Fix some nits in parser crypto code. by Lei Zhang · 4 years, 11 months ago
  15. 2709469 Fix wrong integer type CPDF_SecurityHandler::GetUserPassword(). by Lei Zhang · 4 years, 11 months ago
  16. 1dc3e9e Fix nits in CFX_XMLParser::DoSyntaxParse(). by Lei Zhang · 4 years, 11 months ago
  17. 595bc6e Take buffers from the partition in flatemodule.cpp by Tom Sepez · 4 years, 11 months ago
  18. d04de26 Use buffers from the partition in CPDFSDK_FormFillEnvironment by Tom Sepez · 4 years, 11 months ago
  19. 609b984 Add unit test for FPDFImageObj_LoadJpegFile{Inline}() APIs by Tom Sepez · 4 years, 11 months ago
  20. 77d77be Take buffers from partition in faxmodule.cpp by Tom Sepez · 4 years, 11 months ago
  21. af61c35 Take vectors from partition in CFX_BmpDecompressor by Tom Sepez · 4 years, 11 months ago
  22. f5065b3 Take buffers from the partition in CPDF_Creator by Tom Sepez · 4 years, 11 months ago
  23. 0957726 Improve embedder test coverage of FPDFBookmark_GetDest()/GetAction(). by Tom Sepez · 5 years ago
  24. 0a792a5 Put two more instances of std::vector<wchar_t> into the partition. by Tom Sepez · 5 years ago
  25. f20323a Use PartitonAlloc to buffer some vectors in gif. by Tom Sepez · 5 years ago
  26. 26b030d Load the first-page xref stream in linearized PDFs. by Lei Zhang · 5 years ago
  27. a6601d5 Fix LoadLinearizedAllCrossRefV4() to work properly. by Lei Zhang · 5 years ago
  28. b7e48e9 Clean up some xref code in CPDF_Parser. by Lei Zhang · 5 years ago
  29. 3a1dc14 Allocate CFX_Font::m_FontDataAllocation from the partition. by Tom Sepez · 5 years ago
  30. af35239 Add another malloc(0) test. by Tom Sepez · 5 years ago
  31. bcdac2a Use FxAllocAllocator in core/fxcrt std::vector<> of pure data. by Tom Sepez · 5 years ago
  32. 237c4dd Use span<> arguments in FAXModule and CJPX_Decoder. by Tom Sepez · 5 years ago
  33. f5531fc Pass argument as span<> to BMPModule::BmpReadScanline(). by Tom Sepez · 5 years ago
  34. cc3d0ce Move FxFreeDeleter to fx_memory_wrappers.h by Tom Sepez · 5 years ago
  35. d2f60ac Add a STL-compatible allocator backed by FX_Alloc() by Tom Sepez · 5 years ago
  36. 90a11ba Use PDF page base clip for Win32 rendering by Alan Screen · 5 years ago
  37. 57eea9a Add test for current malloc(0) behavior. by Tom Sepez · 5 years ago
  38. 4332973 Reduce includes in fx_memory.h. by Lei Zhang · 5 years ago
  39. 0e31fab Remove CRYPT_aes_context::encrypt and decrypt members. by Tom Sepez · 5 years ago
  40. fec3341 Remove inline functions from fx_memory.h header. by Tom Sepez · 5 years ago
  41. f86f81a Add initial tests for SetClip_PathFill() by Alan Screen · 5 years ago
  42. 1afa8b6 Fix rendering issue regarding Type2 CIDFont with illegal CIDToCIDMap. by Hui Yingst · 5 years ago
  43. 8daa9ce [FXCRT] Fix overflow for CFX_FloatRect::GetOuterRect() by Alan Screen · 5 years ago
  44. cdad6c03 Remove unused private RENDER_* definitions. by Tom Sepez · 5 years ago
  45. 6399b78 [FXCRT] Add unit tests for CFX_FloatRect::GetOuterRect() by Alan Screen · 5 years ago
  46. e6ea9ae Cover more branches in fx_crypt_sha.cpp. by Tom Sepez · 5 years ago
  47. 636832d Introduce CPDF_Page::RenderContextClearer. by Tom Sepez · 5 years ago
  48. 762f119 Fix 64-bit arithmetic in sha2 variants. by Tom Sepez · 5 years ago
  49. 9b94ee4 Use 64-bit arithmetic in sha1 length calculations. by Tom Sepez · 5 years ago
  50. da23189 Use unsigned indices in sha1 computations. by Tom Sepez · 5 years ago
  51. 85bda8b Beef up tests for fdrm/ hashes. by Tom Sepez · 5 years ago
  52. 14c3436 Add some missing ObservedPtr<> comparison operators by Tom Sepez · 5 years ago
  53. c3a9173 Make CPDFSDK_Pageview observable across mouse move callbacks by Tom Sepez · 5 years ago
  54. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 5 years ago
  55. e397fef Refactor some common code in CPDF_DIBBase. by Lei Zhang · 5 years ago
  56. 1902547 Properly handle seek failure in CFX_BmpDecompressor::ReadBmpHeader(). by Lei Zhang · 5 years ago
  57. bec0bcd Get rid of longjmp() usage in CFX_BmpDecompressor. by Lei Zhang · 5 years ago
  58. 6516180 Get rid of some longjmp() usage in CFX_BmpDecompressor. by Lei Zhang · 5 years ago
  59. 794ed81 Add a fuzzer for the public methods of CFX_ScanlineCompositor. by Hui Yingst · 5 years ago
  60. e792f87 Fix BMP image header parser and detector by Kuang-che Wu · 5 years ago
  61. c0e6e7a Implement pdf_nametree_fuzzer. by Lei Zhang · 5 years ago
  62. 338637d Replace instances of Optional<>() with pdfium::nullopt by Daniel Hosseinian · 5 years ago
  63. bf9cfd7 Implement WideString::ReverseFind() by Daniel Hosseinian · 5 years ago
  64. 44d0383 Rename FXFONT_BOLD flag to FXFONT_FORCE_BOLD. by Lei Zhang · 5 years ago
  65. b13f274 Do more CPDF_StreamContentParser initialization in the header. by Lei Zhang · 5 years ago
  66. b1c9443 Replace |CPDF_StreamContentParser::m_DefFontSize| with a constant. by Lei Zhang · 5 years ago
  67. a06aa35 Do more testing in ByteString.OneCharReverseIterator unit test. by Lei Zhang · 5 years ago
  68. c5a380f Rename some Empty() methods to Clear(). by Lei Zhang · 5 years ago
  69. 94e600d Verify font resource dictionaries. by Lei Zhang · 5 years ago
  70. 1f088ab Avoid an assertion failure in CPDF_DIBBase::StartLoadMask(). by Lei Zhang · 5 years ago
  71. 4819f87 Fix nits in CPDF_RenderStatus. by Lei Zhang · 5 years ago
  72. 693460a Use STL functions in a couple places. by Lei Zhang · 5 years ago
  73. a0b7caa Simplify access to |CPDF_CharPosList::m_CharPos|. by Lei Zhang · 5 years ago
  74. c171a21 Split shading rendering code into its own file. by Lei Zhang · 5 years ago
  75. 21318a2 Fix the TrueType font not rendered correctly issue. by Hui Yingst · 5 years ago
  76. 7ce5515 Remove unneeded fx_stream.h includes from headers. by Lei Zhang · 5 years ago
  77. 54cb316 Remove IsArray() checks in CPDF_Array. by Lei Zhang · 5 years ago
  78. cf6cb93 Better validate Prev entries in trailers. by Lei Zhang · 5 years ago
  79. e9f5e42 Fix nits in CPDF_ClipPath. by Lei Zhang · 5 years ago
  80. 2200537 Add WARN_UNUSED_RESULT to ReadBlockAtOffset(). by Lei Zhang · 5 years ago
  81. db4d331 [SkiaPaths] Vertical texts were drawn in reversed direction. by Hui Yingst · 5 years ago
  82. 5b79f16 Add CPDF_Path::AppendFloatRect(). by Lei Zhang · 5 years ago
  83. 3681d5f Add CPDF_Array::GetBooleanAt(). by Lei Zhang · 5 years ago
  84. 342ca35 Consistently declare operator=. by Lei Zhang · 5 years ago
  85. c9942e0 [FXCRT] Test StringTo{Float,Double} with byte and wide strings by Alan Screen · 5 years ago
  86. 3e1cb63 Add helper methods for getting objects in CPDF_FormField. by Lei Zhang · 5 years ago
  87. c6642be Correctly draw text with pattern. by Lei Zhang · 5 years ago
  88. 8ebb841 Undo the fix from commit 870b5b67. by Lei Zhang · 5 years ago
  89. 542b793 Disable embedder tests that fail when Skia is enabled. by Lei Zhang · 5 years ago
  90. 03e5e68 Disable embedder tests that fail when Skia or Skia Paths is enabled. by Lei Zhang · 5 years ago
  91. 12f6c5e Delete dead CPDF_PageObject/CPDF_Path code. by Lei Zhang · 5 years ago
  92. a64a04c Avoid some unnecessary copying in CPDF_TextPage. by Lei Zhang · 5 years ago
  93. 014eef1 [SkiaPaths] Avoid overlapping when drawing text. by Hui Yingst · 5 years ago
  94. c2da3ad [FXCRT] Add string<->double support routines by Alan Screen · 5 years ago
  95. 42d99a7 Fix variable name mismatches in CPDF_Array. by Lei Zhang · 5 years ago
  96. 1aeeed9 [FXCRT] Add double rounding support by Alan Screen · 5 years ago
  97. f5ad5c1 PDF a11y: new API for fill and stroke colors by Benjamin Beaudry · 5 years ago
  98. 1240677 [FXCRT] Rename FXSYS_round to match conventions by Alan Screen · 5 years ago
  99. c395261 New FPDFText_GetTextRenderMode API by Benjamin Beaudry · 5 years ago
  100. 0471f74 [FXCRT] Fix checks in FXSYS_round() for float precision by Alan Screen · 5 years ago