aboutsummaryrefslogtreecommitdiffstats
path: root/fxbarcode
Commit message (Expand)AuthorAgeFilesLines
* Use FX_SAFE_INT32 in more places.Lei Zhang2020-01-291-2/+3
* Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-285-5/+5
* Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-282-2/+2
* Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-275-8/+8
* Initialize more fwl classes in header.Tom Sepez2020-01-141-3/+8
* Move CFX_Barcode from fwl/ to fxbarcode/Tom Sepez2020-01-074-0/+535
* Run clang-format --full on directories that start with 'f'.Lei Zhang2019-12-133-3/+5
* Put two more instances of std::vector<wchar_t> into the partition.Tom Sepez2019-11-251-1/+3
* Pass span<> arguments in fxbarcode/.Tom Sepez2019-11-205-7/+7
* Move FxFreeDeleter to fx_memory_wrappers.hTom Sepez2019-11-208-0/+8
* Remove unused CBC_ReedSolomonGF256Poly::Multiply() (scalar form)Tom Sepez2019-11-112-16/+0
* De-virtualize CBC_OneDimWriter::RenderTextContents().Tom Sepez2019-11-083-6/+1
* Remove unused CBC_QRCoder::GetNumECBytes().Tom Sepez2019-11-082-5/+0
* Remove CBC_Writer::Set{Background,Barcode}Color().Tom Sepez2019-11-089-41/+19
* Remove jumbo usage in GN files throughout PDFiumDaniel Hosseinian2019-11-011-2/+1
* Remove some other virtual dtors.Tom Sepez2019-07-265-10/+10
* Move class TextCharPos into its own file.Lei Zhang2019-06-214-0/+4
* Fix accidental deletion from commit 60cd033a.Lei Zhang2019-06-131-0/+2
* Implement PDF417HighLevelEncoderTest.EncodeHighLevel.Lei Zhang2019-06-073-42/+87
* Change DrawDeviceText() call stack to pass matrix by reference.Lei Zhang2019-06-074-10/+10
* Add a unit test for PDF417 barcode length.Lei Zhang2019-06-062-0/+21
* Limit the input for PDF417 barcodes.Lei Zhang2019-06-031-0/+11
* Remove core/fxcodec from fxbarcode/DEPSTom Sepez2019-05-301-1/+0
* Tidy static/global usage in BC_ReedSolomonGF256.cppTom Sepez2019-05-165-36/+22
* Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).Lei Zhang2019-04-301-2/+3
* Limit the size of 1D barcodes to 8K.Lei Zhang2019-03-135-4/+8
* Fail early for data matrix barcode input that is too long.Lei Zhang2019-03-051-0/+7
* Add CBC_DataMatrixWriterTest tests for encoding limits.Lei Zhang2019-03-051-2/+62
* Speed up DetermineConsecutiveDigitCount() in debug builds.Lei Zhang2019-03-051-2/+6
* Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS.Lei Zhang2019-02-075-9/+9
* Use std::move() inside CBC_OneDimWriter::RenderVerticalBars().Lei Zhang2019-01-291-4/+3
* Speed up CBC_OneDimWriter::RenderResult().Lei Zhang2019-01-291-0/+1
* Remove a parameter from CBC_OneDimWriter::RenderVerticalBars().Lei Zhang2019-01-282-8/+5
* Add BC_LAST to enum BC_TYPE.Lei Zhang2019-01-251-1/+2
* Pass WideStringViews by value.Tom Sepez2018-12-1441-91/+81
* Remove parameters in fxbarcode that only ever have one value.Lei Zhang2018-12-085-12/+7
* Add |kEncoderCount| in CBC_HighLevelEncoder and use where appropriate.Lei Zhang2018-12-072-18/+21
* Write out some non-ASCII characters as escape sequences.Lei Zhang2018-12-071-2/+6
* Replace some #defines with CBC_HighLevelEncoder::Encoding enum.Lei Zhang2018-12-0717-160/+191
* Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit().Lei Zhang2018-12-072-2/+4
* Fix nits in CBC_HighLevelEncoder and friends.Lei Zhang2018-12-073-122/+100
* Fix CBC_HighLevelEncoder method naming.Lei Zhang2018-12-077-38/+33
* Clean up CBC_HighLevelEncoder.Lei Zhang2018-12-072-127/+100
* Remove dead code in fxbarcode.Lei Zhang2018-12-0712-91/+42
* Fix out of bound error in CBC_ErrorCorrection::EncodeECC200().Lei Zhang2018-12-051-0/+8
* Combine CBC_ReedSolomonGF256Poly ctors.Lei Zhang2018-12-054-58/+30
* Clean up CBC_ReedSolomonGF256Poly::Init().Lei Zhang2018-12-054-40/+32
* Fix up CBC_PDF417ErrorCorrection.Lei Zhang2018-12-053-26/+24
* Remove an unused function.Lei Zhang2018-12-051-60/+0
* Remove unused CBC_ReedSolomonGF256Poly::EvaluateAt().Lei Zhang2018-12-052-20/+0