1. 3c5944c Add unit tests for EAN-8 barcode writer. by Henrique Nakashima · 7 years ago
  2. ab3c111 Fix EAN-13 checksum and add unit tests. by Henrique Nakashima · 7 years ago
  3. a2188df Cleanup usages of Mid(foo, 1), Right(1), and Left(1) by Ryan Harrison · 7 years ago
  4. 7558414 Prepare for converting FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  5. dce09b1 Fix integer overflow in Buffer_itoa when passing INT_MIN. by Henrique Nakashima · 7 years ago
  6. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  7. ffb6ccf Remove unused FXFORMAT_HEX and FXFORMAT_CAPITAL. by Henrique Nakashima · 7 years ago
  8. 1e8dd54 Rename fxcrt_ and ifxcrt_ files to better names by Dan Sinclair · 7 years ago
  9. c5ac057 Make FPDF_GetText stricter on inputs by Ryan Harrison · 7 years ago
  10. 0733a1b Change FPDFImageObj_GetImageFilter() to return byte strings. by Lei Zhang · 7 years ago
  11. a864419 Move implementations into fx_system.cpp by Dan Sinclair · 7 years ago
  12. 2a1c8ac Move fx_extension implementation to cpp file by Dan Sinclair · 7 years ago
  13. 203188a Move stream code into fx_stream.cpp by Dan Sinclair · 7 years ago
  14. 3c6b72f Disable objects decryption if it is useless. by Artem Strygin · 7 years ago
  15. 0872b04 Move methods string methods to fx_string.cpp by Dan Sinclair · 7 years ago
  16. ce9ad1b Fix colorspace loading for mutually referencing colorspaces. by Henrique Nakashima · 7 years ago
  17. 670c4fd Cleanup fx_basic_* files by Dan Sinclair · 7 years ago
  18. 47a90b8 More BIDI code shuffling by Dan Sinclair · 7 years ago
  19. 235818f Move bidi code to fx_bidi by Dan Sinclair · 7 years ago
  20. f8763bb Properly handle \n, \r, \r\n when inserting text by Ryan Harrison · 7 years ago
  21. 671f0d4 Prevent FPDFAvail_IsDocAvail() from infinite looping. by Lei Zhang · 7 years ago
  22. 276dd94 Clean up of typing in lexer code by Ryan Harrison · 7 years ago
  23. f4b0632 Add component to owners by Dan Sinclair · 7 years ago
  24. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  25. bc0ca1e Prevent duplicate parses of same data, in the same recursive descent by Ryan Harrison · 7 years ago
  26. df064df Change APIs to use FPDF_BYTESTRING for keys. by Lei Zhang · 7 years ago
  27. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  28. 54b8137 Fixing CBC_OnedEAN13Writer checksum. by Henrique Nakashima · 7 years ago
  29. fd42fc9 Use vector instead of pointer in CJBig2_Segment by Nicolas Pena · 7 years ago
  30. af59cf1 Change CPDF_Form::ParseContent() to ParseContentWithParams(). by Lei Zhang · 7 years ago
  31. d120920 Fix code style. by Artem Strygin · 7 years ago
  32. cc2b38d Split IFX_Pause out of fx_basic by Dan Sinclair · 7 years ago
  33. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  34. 4793f34 Split CFX_FixedBufGrow out of fx_basic by Dan Sinclair · 7 years ago
  35. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  36. cd07123 Move CFX_BinaryBuf out of fx_basic by Dan Sinclair · 7 years ago
  37. 5624fe3 Move CFX_UTF8Decoder out of fx_basic by Dan Sinclair · 7 years ago
  38. c2f0789 Move CFX_UTF8Encoder out of fx_basic by Dan Sinclair · 7 years ago
  39. fd70d79 Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTable by Nicolas Pena · 7 years ago
  40. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  41. ccd5be0 Move CFX_BitStream to its own file by Dan Sinclair · 7 years ago
  42. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 7 years ago
  43. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  44. 980a3ea Cleanup CFX_SeekableStreamProxy by Ryan Harrison · 7 years ago
  45. 304eefb Implement CPDF_ObjectAvail. by Artem Strygin · 7 years ago
  46. 3fab4e3 Optimize receiving page, if it have not obj num. by Artem Strygin · 7 years ago
  47. 93e67c9 Add a few recent decisions into README.md by Tom Sepez · 7 years ago
  48. 9648097 Remove an unused CXFA_FFDoc method. by Lei Zhang · 7 years ago
  49. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  50. c9d6d68 Fix incorrectly guarded lexer advancement in FormCalc parser by Ryan Harrison · 7 years ago
  51. 31f7e4b Convert some form fill tests to use CFX_PointF coordinates. by Lei Zhang · 7 years ago
  52. 081d412 Make some CPDF_StreamContentParser methods static. by Lei Zhang · 7 years ago
  53. 7bec2ff Remove parameter to TypeTextIntoTextField(). by Lei Zhang · 7 years ago
  54. 839692f Put some form tests in FPDFFormFillEmbeddertest subclasses. by Lei Zhang · 7 years ago
  55. 6e63fd3 Unify CPDF_DataAvail::CheckTrailer. by Artem Strygin · 7 years ago
  56. 38adfc1 Implicitly create CFX_WideString() in form tests. by Lei Zhang · 7 years ago
  57. 4a1493d Unify CPDF_DataAvail::LoadAllFile. by Artem Strygin · 7 years ago
  58. 93ed5f6 Update paths for coverage script in documentation by Ryan Harrison · 7 years ago
  59. 03371b8 Unify CPDF_DataAvail::CheckCrossRef. by Artem Strygin · 7 years ago
  60. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  61. 827f6ff Add a nullptr check in ReplaceIndirectObjectIfHigherGeneration(). by Lei Zhang · 7 years ago
  62. 9084a12 Remove unused / rarely used CFX_PTemplate methods. by Lei Zhang · 7 years ago
  63. 61cb112 Convert find markers to Optionals in CPDF_TextPageFind by Ryan Harrison · 7 years ago
  64. 2b6e2a7 Pass more const CFX_Matrix* params in CFFL_FormFiller. by Lei Zhang · 7 years ago
  65. 9592791 Add helper methods in CJBig2_GRRDProc. by Lei Zhang · 7 years ago
  66. 91f443f Move replaced indirect objects to the orphans list. by Lei Zhang · 7 years ago
  67. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  68. 2bb28c3 Limit pdf_codec_jbig2_fuzzer memory usage. by Lei Zhang · 7 years ago
  69. b0860be Limit pdf_jpx_fuzzer memory usage. by Lei Zhang · 7 years ago
  70. 4179988 Skip decoding of excessively large JBIG2 images. by Lei Zhang · 7 years ago
  71. a8efb51 Unify CPDF_SyntaxParser::GetObjectXXX methods. by Artem Strygin · 7 years ago
  72. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  73. 133617c Remove code which does nothing by Dan Sinclair · 7 years ago
  74. ed48c1a Add help IsValid* methods to string classes by Ryan Harrison · 7 years ago
  75. 175a858 Do not QuickFloor on cmsintrp by Nicolas Pena · 7 years ago
  76. 8ada2ef Fix some nits in XFACodecFuzzer. by Lei Zhang · 7 years ago
  77. 664d4b8 Reject oversized iCCP profile length in libpng. by Lei Zhang · 7 years ago
  78. 0924119 Fixed ASan crash when unloading page with CFFL_ListBox. by Henrique Nakashima · 7 years ago
  79. e9fcd8e Reduce FM2JS parser depth limit to avoid memory exhaustion by Ryan Harrison · 7 years ago
  80. 978b1fa Remove OnPageLoad and OnPageUnload from CFWL_Edit by Dan Sinclair · 7 years ago
  81. 6c76d50 Cleanup GetPre* methods in CFDE_TextEdtEngine by Dan Sinclair · 7 years ago
  82. 6b0287d Move m_pTextBreak to be a member of CFDE_TxtEdtEngine by Dan Sinclair · 7 years ago
  83. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  84. 3bb0a34 Convert the CFDE_TxtEdtEngine::Insert results into an enum class by Dan Sinclair · 7 years ago
  85. 1d3696d Remove useless code. by Artem Strygin · 7 years ago
  86. f9161c6 Unify CPDF_DataAvail::CheckEnd. by Artem Strygin · 7 years ago
  87. a9bf297 Unify CPDF_DataAvail::CheckHeader. by Artem Strygin · 7 years ago
  88. 81692ab Simplify Trailers usage in CPDF_Parser. by Artem Strygin · 7 years ago
  89. 77d8317 Verify image returned from AddImage by Dan Sinclair · 7 years ago
  90. 627b316 Remove tools/generate_library_loader. by Lei Zhang · 7 years ago
  91. 32489a0 Bypass asserts in string [] operator for empty strings by Ryan Harrison · 7 years ago
  92. 8a1081f Corrected the error setting after calling FPDF_LoadDocument() by Jane Liu · 7 years ago
  93. ed2f276 Add pdfium::Optional to third_party/base by Ryan Harrison · 7 years ago
  94. 4a65254 Simplifying state of CPDFSDK_PageView. by Henrique Nakashima · 7 years ago
  95. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago
  96. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  97. aac59a0 Check length in CFX_Win32FontInfo::AddInstalledFont by Nicolas Pena · 7 years ago
  98. e6f3fcc Prepare safetynet_job.py to have its output sent in emails by Henrique Nakashima · 7 years ago
  99. 39fa751 Avoid an ASSERT failure in CFX_SeekableStreamProxy. by Lei Zhang · 7 years ago
  100. bde6f35 Unify cross ref item check. by Artem Strygin · 8 years ago