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