Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
893498cfc6860750f09c17a45a0e481190dadc6d
/
fxbarcode
ff9d7ec
Tidy static/global usage in BC_ReedSolomonGF256.cpp
by Tom Sepez
· 5 years ago
e4cdac5
Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).
by Lei Zhang
· 6 years ago
ec100d6
Limit the size of 1D barcodes to 8K.
by Lei Zhang
· 6 years ago
e350cdd
Fail early for data matrix barcode input that is too long.
by Lei Zhang
· 6 years ago
a1982d5
Add CBC_DataMatrixWriterTest tests for encoding limits.
by Lei Zhang
· 6 years ago
5f17b01
Speed up DetermineConsecutiveDigitCount() in debug builds.
by Lei Zhang
· 6 years ago
c85ee4e
Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS.
by Lei Zhang
· 6 years ago
092b24f
Use std::move() inside CBC_OneDimWriter::RenderVerticalBars().
by Lei Zhang
· 6 years ago
408e5d3
Speed up CBC_OneDimWriter::RenderResult().
by Lei Zhang
· 6 years ago
98ec0da
Remove a parameter from CBC_OneDimWriter::RenderVerticalBars().
by Lei Zhang
· 6 years ago
fab1c17
Add BC_LAST to enum BC_TYPE.
by Lei Zhang
· 6 years ago
1ab2757
Pass WideStringViews by value.
by Tom Sepez
· 6 years ago
f574bf5
Remove parameters in fxbarcode that only ever have one value.
by Lei Zhang
· 6 years ago
575b6ce
Add |kEncoderCount| in CBC_HighLevelEncoder and use where appropriate.
by Lei Zhang
· 6 years ago
bea7a65
Write out some non-ASCII characters as escape sequences.
by Lei Zhang
· 6 years ago
2d1531a
Replace some #defines with CBC_HighLevelEncoder::Encoding enum.
by Lei Zhang
· 6 years ago
4609c5d
Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit().
by Lei Zhang
· 6 years ago
73b6b01
Fix nits in CBC_HighLevelEncoder and friends.
by Lei Zhang
· 6 years ago
a640b1f
Fix CBC_HighLevelEncoder method naming.
by Lei Zhang
· 6 years ago
b4104b9
Clean up CBC_HighLevelEncoder.
by Lei Zhang
· 6 years ago
41e9ccc
Remove dead code in fxbarcode.
by Lei Zhang
· 6 years ago
6eda30e
Fix out of bound error in CBC_ErrorCorrection::EncodeECC200().
by Lei Zhang
· 6 years ago
05d66ab
Combine CBC_ReedSolomonGF256Poly ctors.
by Lei Zhang
· 6 years ago
b5fbf51
Clean up CBC_ReedSolomonGF256Poly::Init().
by Lei Zhang
· 6 years ago
bf989b1
Fix up CBC_PDF417ErrorCorrection.
by Lei Zhang
· 6 years ago
339c8a6
Remove an unused function.
by Lei Zhang
· 6 years ago
6f7f15b
Remove unused CBC_ReedSolomonGF256Poly::EvaluateAt().
by Lei Zhang
· 6 years ago
176c0f8
Change CBC_TwoDimWriter::RenderResult() to take a vector.
by Lei Zhang
· 6 years ago
1c6befc
Change CBC_PDF417Writer::Encode() to return a vector.
by Lei Zhang
· 6 years ago
14e53bd
Remove some unneeded includes.
by Lei Zhang
· 6 years ago
d827516
Add CBC_PDF417WriterTest.
by Lei Zhang
· 6 years ago
c30850a
Fix data matrix encoding.
by Lei Zhang
· 6 years ago
8d0d982
Change CBC_QRCodeWriter::Encode() to return a vector.
by Lei Zhang
· 6 years ago
32dfd01
Change CBC_DataMatrixWriter::Encode() to return a vector.
by Lei Zhang
· 6 years ago
6725dfe
Remove an unused parameter from CBC_EncoderContext.
by Lei Zhang
· 6 years ago
107180c
Add CBC_DataMatrixWriterTest.
by Lei Zhang
· 6 years ago
04bd91f
Better encapsulate CBC_TwoDimWriter.
by Lei Zhang
· 6 years ago
479eab0
Fix nits in fxbarcode tests.
by Lei Zhang
· 6 years ago
834863a
Add CBC_QRCodeWriterTest.
by Lei Zhang
· 6 years ago
df0597f
Reset deleted pointers in fxbarcode.
by Lei Zhang
· 6 years ago
504deda
Remove unused CBC_QRCodeWriter::ReleaseAll().
by Lei Zhang
· 6 years ago
7b454dd
Remove FX_Alloc()/FX_Free() calls in fxbarcode.
by Lei Zhang
· 6 years ago
50aa042
Remove CBC_PDF417HighLevelEncoder::Initialize().
by Lei Zhang
· 6 years ago
3dd9b29
Remove CBC_ErrorCorrection::Initialize().
by Lei Zhang
· 6 years ago
93ea6d4
Restructure EAN barcode classes to merge common code.
by Lei Zhang
· 6 years ago
d3b028b
Mark kFoo variables const, or rename them if they are not.
by Lei Zhang
· 6 years ago
dae4dfd
Use size_t in more places in fxbarcode.
by Lei Zhang
· 6 years ago
9b26407
Make CBC_SymbolInfo::Lookup() return a const pointer.
by Lei Zhang
· 6 years ago
ce4d0ba
Fix WideString() vs {} confusion in fxbarcode.
by Lei Zhang
· 6 years ago
14cfcc4
Remove some useless calculations in fxbarcode.
by Lei Zhang
· 6 years ago
f35f926
Clean up CBC_ErrorCorrection and remove many fxbarcode/utils.h includes.
by Lei Zhang
· 6 years ago
a043ccb
Remove remaining "exceptions" in fxbarcode.
by Lei Zhang
· 6 years ago
0559d9d
Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern().
by Lei Zhang
· 6 years ago
db36c24
Get rid of "exceptions" in CBC_QRCoderMaskUtil::GetDataMaskBit().
by Lei Zhang
· 6 years ago
eab48f3
Get rid of "exceptions" in CBC_QRCoderMode::GetCharacterCountBits().
by Lei Zhang
· 6 years ago
36da065
Remove redundant CPDF_PDF417::CODEWORD_TABLE high half-word
by Tom Sepez
· 6 years ago
10b6fd1
Bound acess to g_ arrays in BC_PDF417HighLevelEncoder.cpp
by Tom Sepez
· 6 years ago
cb8a4dd
Get rid of "exceptions" in CBC_QRCoderBitVector::At().
by Lei Zhang
· 6 years ago
0f6f937
Get rid of "exceptions" in CBC_SymbolInfo::Lookup().
by Lei Zhang
· 6 years ago
8435f24
Get rid of "exceptions" from CBC_EncoderContext ctor.
by Lei Zhang
· 6 years ago
d03b753
Remove CBC_PDF417::m_compact and m_compaction.
by Tom Sepez
· 6 years ago
d429f54
Get rid of "exceptions" in CBC_C40Encoder::EncodeChar().
by Lei Zhang
· 6 years ago
4566b13
Remove BC_UtilCodingConvert.{cpp,h}
by Tom Sepez
· 6 years ago
b4c95fe
Rename WideString::{UTF8,UTF16LE}_Encode() to To{UTF8,UTF16LE}().
by Tom Sepez
· 6 years ago
4031714
Rename WideString::FromLocal() to FromDefANSI().
by Tom Sepez
· 6 years ago
3ef0242
Break circular dependence between {Byte,Wide}String
by Tom Sepez
· 6 years ago
cf927b1
Simplify EncodeToC40Codewords().
by Lei Zhang
· 6 years ago
ac2baab
Get rid of more "exceptions" in fxbarcode.
by Lei Zhang
· 6 years ago
b102431
Remove BC_Utils.cpp.
by Tom Sepez
· 6 years ago
7ca1199
Remove CBC_QRCoder{Mode,ErrorCorrectionLevel}::ForBits().
by Tom Sepez
· 6 years ago
5f5b680
Get rid of "exceptions" in CBC_C40Encoder::HandleEOD().
by Lei Zhang
· 6 years ago
0d4f5ca
Get rid of "exceptions" in CBC_Encoder::Encode().
by Lei Zhang
· 6 years ago
301bfc6
Fix some nits in fxbarcode.
by Lei Zhang
· 6 years ago
fbcc18a
Replace CBC_OneDimWriter::Upper() with FXSYS_ToUpperASCII().
by Lei Zhang
· 6 years ago
19dd48c
Remove unused CBC_Compaction class
by Tom Sepez
· 6 years ago
a7e5ffe
CBC_ErrorCorrection contains only static methods
by Tom Sepez
· 6 years ago
834f749
Consolidate validity checks in CBC_OnedCode39Writer.
by Lei Zhang
· 6 years ago
f263530
Use FXSYS_IsDecimalDigit() in more places.
by Lei Zhang
· 6 years ago
9a02a99
Remove unused CBC_DataMatrixSymbolInfo144getDataLengthForInterleavedBlock()
by Tom Sepez
· 6 years ago
aaf0417
Remove unused CBC_CommonBitArray class.
by Tom Sepez
· 6 years ago
105a664
Remove "exceptions" from CBC_PDF417HighLevelEncoder.
by Lei Zhang
· 6 years ago
a8b6376
Use another enum class in CBC_PDF417HighLevelEncoder.
by Lei Zhang
· 6 years ago
803d3e3
Use enum class in CBC_PDF417HighLevelEncoder.
by Lei Zhang
· 6 years ago
9aa562d
More CBC_PDF417HighLevelEncoder cleanup.
by Lei Zhang
· 6 years ago
caa7229
Fix some nits in CBC_PDF417HighLevelEncoder.
by Lei Zhang
· 6 years ago
75eeab3
Make CBC_PDF417HighLevelEncoder::encodeText() faster.
by Lei Zhang
· 6 years ago
2cae3e2
Forward declare a bunch of classes.
by Lei Zhang
· 6 years ago
d8a3bc9
Use ASSERT() consistently. Replace assert() usage.
by Lei Zhang
· 6 years ago
f03f781
Split pdfium_unittests sources.
by Lei Zhang
· 6 years ago
995374a
Split core/fxcrt build rules into core/fxcrt/BUILD.gn.
by Lei Zhang
· 6 years ago
8460088
Split most core build rules into various BUILD.gn files in core.
by Lei Zhang
· 6 years ago
ac0a167
Split fxbarcode build rules into fxbarcode/BUILD.gn.
by Lei Zhang
· 6 years ago
99f5bbb
Do IWYU for ptr_util.h.
by Lei Zhang
· 6 years ago
1fc902f
Kill off some memset()s following FX_Alloc()
by Tom Sepez
· 6 years ago
673af68
Remove some "exceptions" from reedsolomon code.
by Lei Zhang
· 6 years ago
072d829
Optimize MaybeEmbedPositionAdjustmentPatterns().
by Lei Zhang
· 6 years ago
9412c8e
Get rid of "exceptions" in CBC_QRCoderMatrixUtil.
by Lei Zhang
· 6 years ago
c1c7e51
Change CBC_QRCoderMatrixUtil::BuildMatrix() to return a bool.
by Lei Zhang
· 6 years ago
7330143
Encapsulate CBC_QRCoderMatrixUtil code.
by Lei Zhang
· 6 years ago
4993f55
Remove CBC_CommonByteArray and CBC_QRCoderBlockPair.
by Lei Zhang
· 6 years ago
Next »