1. b198c77 Provide a FPDF_LoadXFA() stub even when XFA not present. by Tom Sepez · 4 years, 10 months ago
  2. 5cedaeb Fix some nits in parser crypto code. by Lei Zhang · 4 years, 10 months ago
  3. b5e3fd7 Add Apache license to PDFium LICENSE file. by Andrew Weintraub · 4 years, 10 months ago
  4. 2709469 Fix wrong integer type CPDF_SecurityHandler::GetUserPassword(). by Lei Zhang · 4 years, 10 months ago
  5. 391d4f3 Remove #ifdef around right-button methods in fpdf_view_c_api_test.c by Tom Sepez · 4 years, 10 months ago
  6. 22d97f2 Expose FORM_OnRButton{Down,Up} to non-XFA builds by Tom Sepez · 4 years, 10 months ago
  7. 024cbe1 Add unit tests for FPDF_BSTR. by Tom Sepez · 4 years, 10 months ago
  8. fe285c3 Test FPDF_SetSandboxPolicy() public API. by Tom Sepez · 4 years, 10 months ago
  9. d0a9440 Test CJX_Event::emit() and reset() by Tom Sepez · 4 years, 10 months ago
  10. 1dc3e9e Fix nits in CFX_XMLParser::DoSyntaxParse(). by Lei Zhang · 4 years, 10 months ago
  11. da2cf01 Remove some DOXY-style punctuation from fpdf_formfill.h. by Tom Sepez · 4 years, 10 months ago
  12. 73d2412 Remove an unused struct in AGG code. by Lei Zhang · 4 years, 10 months ago
  13. f4d4fee Stop manually setting -Wshadow. by Lei Zhang · 4 years, 10 months ago
  14. 38f725f Cover some more nullptr-safe paths in fpdfview.h public functions. by Tom Sepez · 4 years, 10 months ago
  15. 96b67f6 Prevent fatal error in CFX_V8::PutObjectProperty() by Tom Sepez · 4 years, 10 months ago
  16. 595bc6e Take buffers from the partition in flatemodule.cpp by Tom Sepez · 4 years, 10 months ago
  17. 9a7e473 Exercise more CJX_List methods from JavaScript. by Tom Sepez · 4 years, 10 months ago
  18. d04de26 Use buffers from the partition in CPDFSDK_FormFillEnvironment by Tom Sepez · 4 years, 10 months ago
  19. 609b984 Add unit test for FPDFImageObj_LoadJpegFile{Inline}() APIs by Tom Sepez · 4 years, 10 months ago
  20. 77d77be Take buffers from partition in faxmodule.cpp by Tom Sepez · 4 years, 10 months ago
  21. 3d7ad5e Roll third_party/freetype/src/ 3aaae716b..551bd3a90 (10 commits) by Lei Zhang · 4 years, 10 months ago
  22. 8a8437b Handle codepoints outside BMP in CFXJSE_FormCalcContext::Encode(). by Tom Sepez · 4 years, 10 months ago
  23. 8a0f76d Remove CFXJSE_Value::SetDate() and IsDate() by Tom Sepez · 4 years, 10 months ago
  24. af61c35 Take vectors from partition in CFX_BmpDecompressor by Tom Sepez · 4 years, 10 months ago
  25. f5065b3 Take buffers from the partition in CPDF_Creator by Tom Sepez · 4 years, 10 months ago
  26. dcd72e1 Avoid RetainPtr<Retainable>::As<CFX_TextUserData>() calls. by Tom Sepez · 4 years, 10 months ago
  27. db723f5 Test FormCalc Encode() function. by Tom Sepez · 4 years, 10 months ago
  28. 98b58ad Call FPDFPage_FormFieldZOrderAtPoint() from embedder test. by Tom Sepez · 4 years, 10 months ago
  29. 0957726 Improve embedder test coverage of FPDFBookmark_GetDest()/GetAction(). by Tom Sepez · 4 years, 10 months ago
  30. 473c983 Call two more app methods from JavaScript tests. by Tom Sepez · 4 years, 10 months ago
  31. 0a792a5 Put two more instances of std::vector<wchar_t> into the partition. by Tom Sepez · 4 years, 10 months ago
  32. f20323a Use PartitonAlloc to buffer some vectors in gif. by Tom Sepez · 4 years, 10 months ago
  33. e87972e Fix downcast in CXFA_FFTextEdit. by Tom Sepez · 4 years, 11 months ago
  34. 26b030d Load the first-page xref stream in linearized PDFs. by Lei Zhang · 4 years, 11 months ago
  35. a6601d5 Fix LoadLinearizedAllCrossRefV4() to work properly. by Lei Zhang · 4 years, 11 months ago
  36. b7e48e9 Clean up some xref code in CPDF_Parser. by Lei Zhang · 4 years, 11 months ago
  37. 3a1dc14 Allocate CFX_Font::m_FontDataAllocation from the partition. by Tom Sepez · 4 years, 11 months ago
  38. af35239 Add another malloc(0) test. by Tom Sepez · 4 years, 11 months ago
  39. d89bfea Add a test for a non-embedded font with illegal CIDToGIDMap string. by Hui Yingst · 4 years, 11 months ago
  40. bcdac2a Use FxAllocAllocator in core/fxcrt std::vector<> of pure data. by Tom Sepez · 4 years, 11 months ago
  41. 8a11888 Pass span<> arguments in fxbarcode/. by Tom Sepez · 4 years, 11 months ago
  42. 237c4dd Use span<> arguments in FAXModule and CJPX_Decoder. by Tom Sepez · 4 years, 11 months ago
  43. 87b9e3a Pass span<> arguments in GetPostScriptFromEmf(). by Tom Sepez · 4 years, 11 months ago
  44. f5531fc Pass argument as span<> to BMPModule::BmpReadScanline(). by Tom Sepez · 4 years, 11 months ago
  45. cc3d0ce Move FxFreeDeleter to fx_memory_wrappers.h by Tom Sepez · 4 years, 11 months ago
  46. b82d907 Add --reverse-byte-order flag to pdfium_test. by Lei Zhang · 4 years, 11 months ago
  47. d2f60ac Add a STL-compatible allocator backed by FX_Alloc() by Tom Sepez · 4 years, 11 months ago
  48. 36db9ee Add --reverse-byte-order flag to pdfium_diff. by Lei Zhang · 4 years, 11 months ago
  49. b872b4d Simplify image_diff_png::DecodePNG(). by Lei Zhang · 4 years, 11 months ago
  50. afce853 Add --reverse-byte-order flag to test_runner.py. by Lei Zhang · 4 years, 11 months ago
  51. 90a11ba Use PDF page base clip for Win32 rendering by Alan Screen · 4 years, 11 months ago
  52. cc22280 Remove CPDFSDK_FormFillEnvironment::{Extract,Insert,Replace}Pages(). by Tom Sepez · 4 years, 11 months ago
  53. 57eea9a Add test for current malloc(0) behavior. by Tom Sepez · 4 years, 11 months ago
  54. fe3ab67 Correctly handle javascript_tests test cases with no test expectations. by Lei Zhang · 4 years, 11 months ago
  55. 4332973 Reduce includes in fx_memory.h. by Lei Zhang · 4 years, 11 months ago
  56. 3054337 Format testing/tools with git cl format --python. by Lei Zhang · 4 years, 11 months ago
  57. 0e31fab Remove CRYPT_aes_context::encrypt and decrypt members. by Tom Sepez · 4 years, 11 months ago
  58. fec3341 Remove inline functions from fx_memory.h header. by Tom Sepez · 4 years, 11 months ago
  59. 7740980 Add CFWL_Widget::ScopedUpdateLock. by Lei Zhang · 4 years, 11 months ago
  60. 3567c61 Make FSRECTFFromCFXFloatRect() return a FS_RECTF directly. by Lei Zhang · 4 years, 11 months ago
  61. 04db63b Roll build/ 381237e19..3ba4b9cdc (57 commits) by Lei Zhang · 4 years, 11 months ago
  62. dd1859e Roll tools/clang/ 22ecf175f..fdd604820 (14 commits) by Lei Zhang · 4 years, 11 months ago
  63. ede91b2 Roll buildtools/ fce87d1a3..140e4d7c4 (4 commits; 1 trivial rolls) by Lei Zhang · 4 years, 11 months ago
  64. f86f81a Add initial tests for SetClip_PathFill() by Alan Screen · 4 years, 11 months ago
  65. d021c9f Make |CXFA_FFField::m_pNormalWidget| private. by Lei Zhang · 4 years, 11 months ago
  66. f890245 Avoid more |CXFA_FFField::m_pNormalWidget| usage. by Lei Zhang · 4 years, 11 months ago
  67. dac2fca Use CXFA_FFField::GetNormalWidget() in more places. by Lei Zhang · 4 years, 11 months ago
  68. 501b8a7 Fix a crash in CXFA_FFComboBox::OpenDropDownList(). by Lei Zhang · 4 years, 11 months ago
  69. e0a5f1a Fix nits in FPDFEditPathEmbedderTest. by Lei Zhang · 5 years ago
  70. 96befae Switch to C++14 by default. by Lei Zhang · 5 years ago
  71. 1ff7d2b Roll v8/ 9ddd0c4c1..a423bb8be (1234 commits) by Lei Zhang · 5 years ago
  72. b6aa074 Fix crash in FPDFPageObj_GetFillColor(). by Lei Zhang · 5 years ago
  73. 2a444e1 Add another test for FPDFText_GetFontWeight(). by Lei Zhang · 5 years ago
  74. 1afa8b6 Fix rendering issue regarding Type2 CIDFont with illegal CIDToCIDMap. by Hui Yingst · 5 years ago
  75. bb4ce2f Add a pixel test for PDF with illegal CIDToGIDMap stream. by Hui Yingst · 5 years ago
  76. c85c137 Roll third_party/icu/ 2ecd66c69..88ea42af7 (8 commits) by Lei Zhang · 5 years ago
  77. f08691a Roll third_party/zlib/ ddebad26c..f4f46747b (4 commits) by Lei Zhang · 5 years ago
  78. 0cc45b7 Roll third_party/libjpeg_turbo/ 38c693569..bc1357852 (2 commits) by Lei Zhang · 5 years ago
  79. bfd63ed Roll third_party/depot_tools/ e90e5fe20..79d4f9950 (165 commits; 37 trivial rolls) by Lei Zhang · 5 years ago
  80. a8b7f21 Roll third_party/catapult/ 830565958..3992f6564 (132 commits) by Lei Zhang · 5 years ago
  81. 2067fdb Add embedder tests using page rendering flags. by Tom Sepez · 5 years ago
  82. 8f5d29e Add command line flags to pdfium_test for rendering flags. by Tom Sepez · 5 years ago
  83. c5474bd Roll third_party/freetype/src/ 5a1a79c0e..3aaae716b (7 commits) by Lei Zhang · 5 years ago
  84. 8daa9ce [FXCRT] Fix overflow for CFX_FloatRect::GetOuterRect() by Alan Screen · 5 years ago
  85. cdad6c03 Remove unused private RENDER_* definitions. by Tom Sepez · 5 years ago
  86. c155e32 Remove unused CBC_ReedSolomonGF256Poly::Multiply() (scalar form) by Tom Sepez · 5 years ago
  87. 5eb17d3 Better testing of CJS_Icon from JavaScript by Tom Sepez · 5 years ago
  88. 6399b78 [FXCRT] Add unit tests for CFX_FloatRect::GetOuterRect() by Alan Screen · 5 years ago
  89. 3ba597d Remove bWillCommit argument from OnField_Format() methods. by Tom Sepez · 5 years ago
  90. 6105b28 Cover some JS public methods that do not "commit". by Tom Sepez · 5 years ago
  91. 87ad417 Fix nits in FPDFAnnot_SetAP by Shikha Walia · 5 years ago
  92. 24f5e6e De-virtualize CBC_OneDimWriter::RenderTextContents(). by Tom Sepez · 5 years ago
  93. 814821a Remove unused CBC_QRCoder::GetNumECBytes(). by Tom Sepez · 5 years ago
  94. ea8d8d8 Remove CBC_Writer::Set{Background,Barcode}Color(). by Tom Sepez · 5 years ago
  95. e6ea9ae Cover more branches in fx_crypt_sha.cpp. by Tom Sepez · 5 years ago
  96. c8481c3 Simplify control flow in FPDF_RenderPage(). by Tom Sepez · 5 years ago
  97. aa64a71 Remove duplicate FPDF_OBJECT_ definitions from fpdf_annot.h by Tom Sepez · 5 years ago
  98. ce61357 No need to check for null pages in RenderPageWithContext() by Tom Sepez · 5 years ago
  99. 636832d Introduce CPDF_Page::RenderContextClearer. by Tom Sepez · 5 years ago
  100. 11ab20e Update README.md to mention V8 and XFA requires C++14. by Lei Zhang · 5 years ago