1. ec100d6 Limit the size of 1D barcodes to 8K. by Lei Zhang · 6 years ago
  2. e350cdd Fail early for data matrix barcode input that is too long. by Lei Zhang · 6 years ago
  3. a1982d5 Add CBC_DataMatrixWriterTest tests for encoding limits. by Lei Zhang · 6 years ago
  4. 5f17b01 Speed up DetermineConsecutiveDigitCount() in debug builds. by Lei Zhang · 6 years ago
  5. c85ee4e Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS. by Lei Zhang · 6 years ago
  6. 092b24f Use std::move() inside CBC_OneDimWriter::RenderVerticalBars(). by Lei Zhang · 6 years ago
  7. 408e5d3 Speed up CBC_OneDimWriter::RenderResult(). by Lei Zhang · 6 years ago
  8. 98ec0da Remove a parameter from CBC_OneDimWriter::RenderVerticalBars(). by Lei Zhang · 6 years ago
  9. fab1c17 Add BC_LAST to enum BC_TYPE. by Lei Zhang · 6 years ago
  10. 1ab2757 Pass WideStringViews by value. by Tom Sepez · 6 years ago
  11. f574bf5 Remove parameters in fxbarcode that only ever have one value. by Lei Zhang · 6 years ago
  12. 575b6ce Add |kEncoderCount| in CBC_HighLevelEncoder and use where appropriate. by Lei Zhang · 6 years ago
  13. bea7a65 Write out some non-ASCII characters as escape sequences. by Lei Zhang · 6 years ago
  14. 2d1531a Replace some #defines with CBC_HighLevelEncoder::Encoding enum. by Lei Zhang · 6 years ago
  15. 4609c5d Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit(). by Lei Zhang · 6 years ago
  16. 73b6b01 Fix nits in CBC_HighLevelEncoder and friends. by Lei Zhang · 6 years ago
  17. a640b1f Fix CBC_HighLevelEncoder method naming. by Lei Zhang · 6 years ago
  18. b4104b9 Clean up CBC_HighLevelEncoder. by Lei Zhang · 6 years ago
  19. 41e9ccc Remove dead code in fxbarcode. by Lei Zhang · 6 years ago
  20. 6eda30e Fix out of bound error in CBC_ErrorCorrection::EncodeECC200(). by Lei Zhang · 6 years ago
  21. 05d66ab Combine CBC_ReedSolomonGF256Poly ctors. by Lei Zhang · 6 years ago
  22. b5fbf51 Clean up CBC_ReedSolomonGF256Poly::Init(). by Lei Zhang · 6 years ago
  23. bf989b1 Fix up CBC_PDF417ErrorCorrection. by Lei Zhang · 6 years ago
  24. 339c8a6 Remove an unused function. by Lei Zhang · 6 years ago
  25. 6f7f15b Remove unused CBC_ReedSolomonGF256Poly::EvaluateAt(). by Lei Zhang · 6 years ago
  26. 176c0f8 Change CBC_TwoDimWriter::RenderResult() to take a vector. by Lei Zhang · 6 years ago
  27. 1c6befc Change CBC_PDF417Writer::Encode() to return a vector. by Lei Zhang · 6 years ago
  28. 14e53bd Remove some unneeded includes. by Lei Zhang · 6 years ago
  29. d827516 Add CBC_PDF417WriterTest. by Lei Zhang · 6 years ago
  30. c30850a Fix data matrix encoding. by Lei Zhang · 6 years ago
  31. 8d0d982 Change CBC_QRCodeWriter::Encode() to return a vector. by Lei Zhang · 6 years ago
  32. 32dfd01 Change CBC_DataMatrixWriter::Encode() to return a vector. by Lei Zhang · 6 years ago
  33. 6725dfe Remove an unused parameter from CBC_EncoderContext. by Lei Zhang · 6 years ago
  34. 107180c Add CBC_DataMatrixWriterTest. by Lei Zhang · 6 years ago
  35. 04bd91f Better encapsulate CBC_TwoDimWriter. by Lei Zhang · 6 years ago
  36. 479eab0 Fix nits in fxbarcode tests. by Lei Zhang · 6 years ago
  37. 834863a Add CBC_QRCodeWriterTest. by Lei Zhang · 6 years ago
  38. df0597f Reset deleted pointers in fxbarcode. by Lei Zhang · 6 years ago
  39. 504deda Remove unused CBC_QRCodeWriter::ReleaseAll(). by Lei Zhang · 6 years ago
  40. 7b454dd Remove FX_Alloc()/FX_Free() calls in fxbarcode. by Lei Zhang · 6 years ago
  41. 50aa042 Remove CBC_PDF417HighLevelEncoder::Initialize(). by Lei Zhang · 6 years ago
  42. 3dd9b29 Remove CBC_ErrorCorrection::Initialize(). by Lei Zhang · 6 years ago
  43. 93ea6d4 Restructure EAN barcode classes to merge common code. by Lei Zhang · 6 years ago
  44. d3b028b Mark kFoo variables const, or rename them if they are not. by Lei Zhang · 6 years ago
  45. dae4dfd Use size_t in more places in fxbarcode. by Lei Zhang · 6 years ago
  46. 9b26407 Make CBC_SymbolInfo::Lookup() return a const pointer. by Lei Zhang · 6 years ago
  47. ce4d0ba Fix WideString() vs {} confusion in fxbarcode. by Lei Zhang · 6 years ago
  48. 14cfcc4 Remove some useless calculations in fxbarcode. by Lei Zhang · 6 years ago
  49. f35f926 Clean up CBC_ErrorCorrection and remove many fxbarcode/utils.h includes. by Lei Zhang · 6 years ago
  50. a043ccb Remove remaining "exceptions" in fxbarcode. by Lei Zhang · 6 years ago
  51. 0559d9d Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern(). by Lei Zhang · 6 years ago
  52. db36c24 Get rid of "exceptions" in CBC_QRCoderMaskUtil::GetDataMaskBit(). by Lei Zhang · 6 years ago
  53. eab48f3 Get rid of "exceptions" in CBC_QRCoderMode::GetCharacterCountBits(). by Lei Zhang · 6 years ago
  54. 36da065 Remove redundant CPDF_PDF417::CODEWORD_TABLE high half-word by Tom Sepez · 6 years ago
  55. 10b6fd1 Bound acess to g_ arrays in BC_PDF417HighLevelEncoder.cpp by Tom Sepez · 6 years ago
  56. cb8a4dd Get rid of "exceptions" in CBC_QRCoderBitVector::At(). by Lei Zhang · 6 years ago
  57. 0f6f937 Get rid of "exceptions" in CBC_SymbolInfo::Lookup(). by Lei Zhang · 6 years ago
  58. 8435f24 Get rid of "exceptions" from CBC_EncoderContext ctor. by Lei Zhang · 6 years ago
  59. d03b753 Remove CBC_PDF417::m_compact and m_compaction. by Tom Sepez · 6 years ago
  60. d429f54 Get rid of "exceptions" in CBC_C40Encoder::EncodeChar(). by Lei Zhang · 6 years ago
  61. 4566b13 Remove BC_UtilCodingConvert.{cpp,h} by Tom Sepez · 6 years ago
  62. b4c95fe Rename WideString::{UTF8,UTF16LE}_Encode() to To{UTF8,UTF16LE}(). by Tom Sepez · 6 years ago
  63. 4031714 Rename WideString::FromLocal() to FromDefANSI(). by Tom Sepez · 6 years ago
  64. 3ef0242 Break circular dependence between {Byte,Wide}String by Tom Sepez · 6 years ago
  65. cf927b1 Simplify EncodeToC40Codewords(). by Lei Zhang · 6 years ago
  66. ac2baab Get rid of more "exceptions" in fxbarcode. by Lei Zhang · 6 years ago
  67. b102431 Remove BC_Utils.cpp. by Tom Sepez · 6 years ago
  68. 7ca1199 Remove CBC_QRCoder{Mode,ErrorCorrectionLevel}::ForBits(). by Tom Sepez · 6 years ago
  69. 5f5b680 Get rid of "exceptions" in CBC_C40Encoder::HandleEOD(). by Lei Zhang · 6 years ago
  70. 0d4f5ca Get rid of "exceptions" in CBC_Encoder::Encode(). by Lei Zhang · 6 years ago
  71. 301bfc6 Fix some nits in fxbarcode. by Lei Zhang · 6 years ago
  72. fbcc18a Replace CBC_OneDimWriter::Upper() with FXSYS_ToUpperASCII(). by Lei Zhang · 6 years ago
  73. 19dd48c Remove unused CBC_Compaction class by Tom Sepez · 6 years ago
  74. a7e5ffe CBC_ErrorCorrection contains only static methods by Tom Sepez · 6 years ago
  75. 834f749 Consolidate validity checks in CBC_OnedCode39Writer. by Lei Zhang · 6 years ago
  76. f263530 Use FXSYS_IsDecimalDigit() in more places. by Lei Zhang · 6 years ago
  77. 9a02a99 Remove unused CBC_DataMatrixSymbolInfo144getDataLengthForInterleavedBlock() by Tom Sepez · 6 years ago
  78. aaf0417 Remove unused CBC_CommonBitArray class. by Tom Sepez · 6 years ago
  79. 105a664 Remove "exceptions" from CBC_PDF417HighLevelEncoder. by Lei Zhang · 6 years ago
  80. a8b6376 Use another enum class in CBC_PDF417HighLevelEncoder. by Lei Zhang · 6 years ago
  81. 803d3e3 Use enum class in CBC_PDF417HighLevelEncoder. by Lei Zhang · 6 years ago
  82. 9aa562d More CBC_PDF417HighLevelEncoder cleanup. by Lei Zhang · 6 years ago
  83. caa7229 Fix some nits in CBC_PDF417HighLevelEncoder. by Lei Zhang · 6 years ago
  84. 75eeab3 Make CBC_PDF417HighLevelEncoder::encodeText() faster. by Lei Zhang · 6 years ago
  85. 2cae3e2 Forward declare a bunch of classes. by Lei Zhang · 6 years ago
  86. d8a3bc9 Use ASSERT() consistently. Replace assert() usage. by Lei Zhang · 6 years ago
  87. f03f781 Split pdfium_unittests sources. by Lei Zhang · 6 years ago
  88. 995374a Split core/fxcrt build rules into core/fxcrt/BUILD.gn. by Lei Zhang · 6 years ago
  89. 8460088 Split most core build rules into various BUILD.gn files in core. by Lei Zhang · 6 years ago
  90. ac0a167 Split fxbarcode build rules into fxbarcode/BUILD.gn. by Lei Zhang · 6 years ago
  91. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  92. 1fc902f Kill off some memset()s following FX_Alloc() by Tom Sepez · 6 years ago
  93. 673af68 Remove some "exceptions" from reedsolomon code. by Lei Zhang · 6 years ago
  94. 072d829 Optimize MaybeEmbedPositionAdjustmentPatterns(). by Lei Zhang · 6 years ago
  95. 9412c8e Get rid of "exceptions" in CBC_QRCoderMatrixUtil. by Lei Zhang · 6 years ago
  96. c1c7e51 Change CBC_QRCoderMatrixUtil::BuildMatrix() to return a bool. by Lei Zhang · 6 years ago
  97. 7330143 Encapsulate CBC_QRCoderMatrixUtil code. by Lei Zhang · 6 years ago
  98. 4993f55 Remove CBC_CommonByteArray and CBC_QRCoderBlockPair. by Lei Zhang · 6 years ago
  99. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  100. 4c3b4aa Make CBC_CodeBase::SetWideNarrowRatio() not virtual. by Lei Zhang · 6 years ago