aboutsummaryrefslogtreecommitdiff
path: root/fxbarcode
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2020-01-29Use FX_SAFE_INT32 in more places.Lei Zhang
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-27Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-14Initialize more fwl classes in header.Tom Sepez
2020-01-07Move CFX_Barcode from fwl/ to fxbarcode/Tom Sepez
2019-12-13Run clang-format --full on directories that start with 'f'.Lei Zhang
2019-11-25Put two more instances of std::vector<wchar_t> into the partition.Tom Sepez
2019-11-20Pass span<> arguments in fxbarcode/.Tom Sepez
2019-11-20Move FxFreeDeleter to fx_memory_wrappers.hTom Sepez
2019-11-11Remove unused CBC_ReedSolomonGF256Poly::Multiply() (scalar form)Tom Sepez
2019-11-08De-virtualize CBC_OneDimWriter::RenderTextContents().Tom Sepez
2019-11-08Remove unused CBC_QRCoder::GetNumECBytes().Tom Sepez
2019-11-08Remove CBC_Writer::Set{Background,Barcode}Color().Tom Sepez
2019-11-01Remove jumbo usage in GN files throughout PDFiumDaniel Hosseinian
2019-07-26Remove some other virtual dtors.Tom Sepez
2019-06-21Move class TextCharPos into its own file.Lei Zhang
2019-06-13Fix accidental deletion from commit 60cd033a.Lei Zhang
2019-06-07Implement PDF417HighLevelEncoderTest.EncodeHighLevel.Lei Zhang
2019-06-07Change DrawDeviceText() call stack to pass matrix by reference.Lei Zhang
2019-06-06Add a unit test for PDF417 barcode length.Lei Zhang
2019-06-03Limit the input for PDF417 barcodes.Lei Zhang
2019-05-30Remove core/fxcodec from fxbarcode/DEPSTom Sepez
2019-05-16Tidy static/global usage in BC_ReedSolomonGF256.cppTom Sepez
2019-04-30Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).Lei Zhang
2019-03-13Limit the size of 1D barcodes to 8K.Lei Zhang
2019-03-05Fail early for data matrix barcode input that is too long.Lei Zhang
2019-03-05Add CBC_DataMatrixWriterTest tests for encoding limits.Lei Zhang
2019-03-05Speed up DetermineConsecutiveDigitCount() in debug builds.Lei Zhang
2019-02-07Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS.Lei Zhang
2019-01-29Use std::move() inside CBC_OneDimWriter::RenderVerticalBars().Lei Zhang
2019-01-29Speed up CBC_OneDimWriter::RenderResult().Lei Zhang
2019-01-28Remove a parameter from CBC_OneDimWriter::RenderVerticalBars().Lei Zhang
2019-01-25Add BC_LAST to enum BC_TYPE.Lei Zhang
2018-12-14Pass WideStringViews by value.Tom Sepez
2018-12-08Remove parameters in fxbarcode that only ever have one value.Lei Zhang
2018-12-07Add |kEncoderCount| in CBC_HighLevelEncoder and use where appropriate.Lei Zhang
2018-12-07Write out some non-ASCII characters as escape sequences.Lei Zhang
2018-12-07Replace some #defines with CBC_HighLevelEncoder::Encoding enum.Lei Zhang
2018-12-07Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit().Lei Zhang
2018-12-07Fix nits in CBC_HighLevelEncoder and friends.Lei Zhang
2018-12-07Fix CBC_HighLevelEncoder method naming.Lei Zhang
2018-12-07Clean up CBC_HighLevelEncoder.Lei Zhang
2018-12-07Remove dead code in fxbarcode.Lei Zhang
2018-12-05Fix out of bound error in CBC_ErrorCorrection::EncodeECC200().Lei Zhang
2018-12-05Combine CBC_ReedSolomonGF256Poly ctors.Lei Zhang
2018-12-05Clean up CBC_ReedSolomonGF256Poly::Init().Lei Zhang
2018-12-05Fix up CBC_PDF417ErrorCorrection.Lei Zhang