1. ae67f89 Removes _SKIA_SUPPORT_PATHS_ macro by K. Moon · 2 years, 7 months ago
  2. 90ab854 Move Fx2DSizeOrDie() to a new fx_2d_size.h header file. by Tom Sepez · 2 years, 7 months ago
  3. d4d1ae3 Simplify a loop inside CBC_OneDimWriter::RenderResult(). by Lei Zhang · 2 years, 7 months ago
  4. f0e2392 Change CBC_OneDimWriter::AppendPattern() to use spans. by Lei Zhang · 2 years, 7 months ago
  5. 496ff11 Prepare CBC_OneDimWriter::AppendPattern() for span conversion. by Lei Zhang · 2 years, 7 months ago
  6. 055a8a2 Clean up CBC_OnedCode39Writer. by Lei Zhang · 2 years, 7 months ago
  7. 1ed2d0b Change CBC_OneDimWriter::Encode() to return DataVector. by Lei Zhang · 2 years, 7 months ago
  8. dc22198 Change CBC_OneDimWriter::RenderResult() to use a span. by Lei Zhang · 2 years, 7 months ago
  9. 898c5e8 Remove dead code in CBC_OneDimWriter::RenderResult(). by Lei Zhang · 2 years, 7 months ago
  10. b5de5e8 Get rid of a multiplier in the 1D barcode implementation. by Lei Zhang · 2 years, 7 months ago
  11. 52696f6 Return span<> from CFX_DIBBase::GetBuffer(). by Tom Sepez · 2 years, 7 months ago
  12. e05af43 Reduce layers of wrapper functions in CBC_OneDimWriter::Encode(). by Lei Zhang · 2 years, 7 months ago chromium/5410 chromium/5411 chromium/5412 chromium/5413
  13. f673e82 Remove height out-parameter from 1D barcode encoding methods. by Lei Zhang · 2 years, 7 months ago
  14. 832a694 Update old-style copyright headers by K. Moon · 2 years, 8 months ago
  15. b4d26b1 Remove explicit UnownedPtr<>::Get() calls from fxbarcode/ by Tom Sepez · 2 years, 8 months ago
  16. 0820b6b Use FixedDataVector in fxbarcode/ when applicable. by Lei Zhang · 2 years, 9 months ago
  17. 0dc2e88 Do more input checks inside BC_DefaultPlacement.cpp. by Lei Zhang · 2 years, 9 months ago
  18. 22a8e15 Clean up CBC_DefaultPlacement. by Lei Zhang · 2 years, 9 months ago
  19. dd063d0 Reduce copying in fxbarcode. by Lei Zhang · 2 years, 9 months ago
  20. f01189d Improve fxbarcode matrix classes. by Lei Zhang · 2 years, 9 months ago
  21. 7277116 Change CBC_QRCoderBitVector::GetArray() to return a span. by Lei Zhang · 2 years, 10 months ago chromium/5237 chromium/5238
  22. 92b318d Use spans in CBC_BarcodeMatrix and CBC_BarcodeRow. by Lei Zhang · 2 years, 10 months ago
  23. 95793c1 Remove dead code in CBC_DefaultPlacement. by Lei Zhang · 2 years, 10 months ago
  24. b53f060 Use DataVector<T> in fxbarcode/. by Lei Zhang · 2 years, 10 months ago
  25. e381fe9 Split CFX_DefaultRenderDevice::Attach() into multiple versions. by Lei Zhang · 3 years ago
  26. 9e61a72 Prefer EXPECT_TRUE(x) over EXPECT_NE(nullptr, x) in tests. by Tom Sepez · 3 years ago
  27. 0bd11f7 Convert GenerateMD5Base16() to use a span. by Lei Zhang · 3 years, 1 month ago chromium/5057 chromium/5058
  28. 3111d40 Start using C++17. by Lei Zhang · 3 years, 2 months ago
  29. 1f8b5df Use void returns for fxbarcode methods that always return true by Tom Sepez · 3 years, 3 months ago chromium/4967 chromium/4968 chromium/4969
  30. f8f31c3 Avoid virtual method CBC_OnedCodaBarWriter::FindChar() by Tom Sepez · 3 years, 3 months ago
  31. db1d468 De-virtualize some non-overridden CBC_OneDimWriter methods by Tom Sepez · 3 years, 3 months ago
  32. 559dcbb De-virtualize some non-overridden CBC_Writer methods by Tom Sepez · 3 years, 3 months ago
  33. 69dc21c Remove more useless CBC_QRCoderMode code. by Lei Zhang · 3 years, 3 months ago
  34. 4a142f6 Remove unreachable CBC_QRCoderMode::sKANJI code. by Lei Zhang · 3 years, 3 months ago
  35. d1e4139 Fix some size_t calculations in BC_QRCoderMaskUtil.cpp by Tom Sepez · 3 years, 4 months ago
  36. b6c8608 IWYU: add stddef.h for size_t in CBC_CommonBitMatrix by Stephan Hartmann · 3 years, 4 months ago
  37. 639c998 Fix some unsafe-looking code in CBC_CommonByteMatrix by Tom Sepez · 3 years, 4 months ago
  38. a2937be Convert some conditionals to CHECK in CBC_CommonBitMatrix by Tom Sepez · 3 years, 4 months ago
  39. 46fd797 Use size_t for dimensions in CBC_CommonBitMatrix. by Tom Sepez · 3 years, 4 months ago
  40. b94a462 Fix some arithmetic nits in CBC_CommonBitMatrix. by Tom Sepez · 3 years, 4 months ago chromium/4909 chromium/4910
  41. 994e24f Remove startPos argument from EncodeToEdifactCodewords() by Tom Sepez · 3 years, 4 months ago
  42. 4f65de9 Use pdfium::span<TextCharPos> in fxge/ by Tom Sepez · 3 years, 5 months ago
  43. 1438873 Use yet another UnownedPtr<> in FX Barcode. by Tom Sepez · 3 years, 5 months ago chromium/4828 chromium/4829 chromium/4830 chromium/4831
  44. 42d30c2 Replace defined(OS_APPLE) with BUILDFLAG(IS_APPLE). by Lei Zhang · 3 years, 5 months ago
  45. 1e151c6 Prefer {byte,wide}string.h inclusion over fx_string.h by Tom Sepez · 3 years, 7 months ago
  46. c8cea6e Fix GCC build in CreateBarCodeEngineObject(). by Lei Zhang · 3 years, 7 months ago
  47. 0daab1a Pass CFX_Paths by const-ref rather than const-pointer. by Tom Sepez · 3 years, 8 months ago chromium/4684 chromium/4685
  48. 455cf86 Remove third_party/base/optional.h. by Lei Zhang · 3 years, 9 months ago
  49. 2c49530 Convert to absl::optional, part 1. by Lei Zhang · 3 years, 9 months ago
  50. a3a739d Replace pdfium::nullopt with absl::nullopt. by Lei Zhang · 3 years, 9 months ago
  51. d1ecfa8 Make BC_TYPE an enum class by Tom Sepez · 3 years, 10 months ago
  52. 83f0a43 Make BC_TEXT_LOC and BC_CHAR_ENCODING enum classes. by Tom Sepez · 3 years, 10 months ago
  53. 92f4fb5 Clean up enums in BC_Library.h by Tom Sepez · 3 years, 10 months ago
  54. cdfb42d Remove fxbarcode/utils.h by Tom Sepez · 3 years, 10 months ago
  55. b0e6fbc Switch to C headers for cstring and csetjmp. by Lei Zhang · 3 years, 11 months ago
  56. d87b454 Switch to C headers for cctype, cwchar, and cwctype. by Lei Zhang · 3 years, 11 months ago
  57. a4e12af Do IWYU for math.h. by Lei Zhang · 3 years, 11 months ago
  58. 6a9332d Use kConstant naming in fxbarcode. by Tom Sepez · 3 years, 11 months ago
  59. df2f16a Remove unnecessary includes of fx_system.h, part 6 by Tom Sepez · 3 years, 11 months ago
  60. 1e7fd16 Remove unnecessary includes of fx_system.h, part 5 by Tom Sepez · 3 years, 11 months ago
  61. b913432 Shuffle some code out of fx_dib.h. by Tom Sepez · 4 years ago
  62. 9a040ad Remove include of <math.h> from fx_system.h by Tom Sepez · 4 years ago
  63. 549fe5d Move third_party/base/stl_util.h to core/fxcrt/. by Lei Zhang · 4 years ago
  64. 87e3d7a Split pdfium::Contains() off to contains.h. by Lei Zhang · 4 years ago
  65. 532886d Split pdfium::size() off to cxx17_backports.h. by Lei Zhang · 4 years ago
  66. 3686576 Rename CFX_PathData to CFX_Path. by Lei Zhang · 4 years ago
  67. 685fad3 [code health] Prefer Optional<>::value() to operator*() by Tom Sepez · 4 years, 1 month ago
  68. b1bd2ea [code health] Prefer pdfium::nullopt to {} by Tom Sepez · 4 years, 1 month ago
  69. e708129 [code health] Prefer Optional<>::has_value() to implicit operator bool() by Tom Sepez · 4 years, 1 month ago
  70. bb146a5 [code health] Declare one variable per line, part 2 by Tom Sepez · 4 years, 1 month ago
  71. 814e3bf Use operator== instead of Compare(). by Lei Zhang · 4 years, 2 months ago
  72. 7a5f8ee Introduce and apply pdfium_strict_config. by Lei Zhang · 4 years, 2 months ago
  73. 79525e8 Clean up CBC_BarcodeRow. by Lei Zhang · 4 years, 2 months ago
  74. 4582920 Switch to DCHECK_EQ() when appropriate. by Lei Zhang · 4 years, 2 months ago
  75. c052ab0 Pass CFX_Matrix by const-ref in fxbarcode/ by Tom Sepez · 4 years, 2 months ago
  76. 2994bea Do IWYU for widestring.h. by Lei Zhang · 4 years, 2 months ago
  77. af9b842 Remove more unused forward declarations, part 3. by Tom Sepez · 4 years, 3 months ago
  78. ce2235c [code health] Replace ASSERT() with DCHECK() in fxbarcode/ by Tom Sepez · 4 years, 5 months ago
  79. 5ea7187 Purge every C-style cast of int32_t by Daniel Hosseinian · 4 years, 7 months ago
  80. cefb38d Make core/fxge/{fx_dib.h,dib/fx_dib_main.cpp} consistently named. by Tom Sepez · 4 years, 8 months ago
  81. 26813ad Make FXDIB_format an enum class. by Tom Sepez · 4 years, 8 months ago
  82. 4affe8b Use "= default" for constructors. by Lei Zhang · 4 years, 8 months ago
  83. 3063207 Add third_party/base/check.h and notreached.h. by Lei Zhang · 4 years, 9 months ago
  84. 4e28a33 Add some missing const to pdf417. by Tom Sepez · 4 years, 9 months ago
  85. 70e6619 Make char widths signed again. by Lei Zhang · 4 years, 9 months ago
  86. 647c2d2 Remove unneeded STL includes. by Lei Zhang · 4 years, 9 months ago
  87. ce78a00 Make CFX_TextRenderOptions construction constexpr. by Lei Zhang · 4 years, 10 months ago
  88. 5c602ec Forward declare CFX_TextRenderOptions when possible. by Lei Zhang · 4 years, 11 months ago
  89. 0c03d63 Migrate from OS_MACOSX to OS_APPLE. by Lei Zhang · 5 years ago
  90. d47c401 Change a parameter's type for CFX_RenderDevice::DrawPath(). by Hui Yingst · 5 years ago
  91. dde6f62 Create struct CFX_TextRenderOptions to represent text rendering options. by Hui Yingst · 5 years ago
  92. cb4f2c9 Remove unneeded STL includes. by Lei Zhang · 5 years ago
  93. 0e744a2 Mass rewrite dtors to use "= default". by Lei Zhang · 5 years ago
  94. 4583075 Remove repetitive |FXTEXT_CLEARTYPE| usages in fxbarcode/oned/. by Hui Yingst · 5 years ago
  95. 0ea3c6b Convert pdfium::MakeUnique<> to std::make_unique<> in fxbarcode by Tom Sepez · 5 years ago
  96. 4501a50 Replace FX_ArraySize() with pdfium::size() outside of core/. by Lei Zhang · 5 years ago
  97. f245ae6 Replace ContainsKey() and ContainsValue() with Contains(). by Lei Zhang · 5 years ago
  98. 54b9271 Remove unnecessary fx_string.h usage. by Lei Zhang · 5 years ago
  99. 5dc591f Give CBC_SymbolInfo methods Chromium-style names. by Lei Zhang · 5 years ago
  100. 4f5d377 Make more CBC_SymbolInfo improvements. by Lei Zhang · 5 years ago