aboutsummaryrefslogtreecommitdiffstats
path: root/fxbarcode/oned/BC_OnedEAN13Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-281-1/+1
* Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-281-1/+1
* Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-271-2/+2
* Move FxFreeDeleter to fx_memory_wrappers.hTom Sepez2019-11-201-0/+1
* Remove CBC_Writer::Set{Background,Barcode}Color().Tom Sepez2019-11-081-3/+3
* Move class TextCharPos into its own file.Lei Zhang2019-06-211-0/+1
* Change DrawDeviceText() call stack to pass matrix by reference.Lei Zhang2019-06-071-3/+3
* Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS.Lei Zhang2019-02-071-1/+1
* Pass WideStringViews by value.Tom Sepez2018-12-141-3/+3
* Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit().Lei Zhang2018-12-071-1/+2
* Use size_t in more places in fxbarcode.Lei Zhang2018-11-301-8/+8
* Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern().Lei Zhang2018-11-281-16/+5
* Use FXSYS_IsDecimalDigit() in more places.Lei Zhang2018-11-161-2/+1
* Reserve space for result in ::FilterContentsRyan Harrison2018-07-171-0/+1
* Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang2018-04-101-3/+3
* Add jumbo build support for fxbarcode.Lei Zhang2018-01-121-10/+10
* Remove FX_STRSIZE and replace with size_tRyan Harrison2017-09-271-1/+1
* Convert string class namesRyan Harrison2017-09-181-11/+9
* Unify checksum calculation of EAN-8 and EAN-13.Henrique Nakashima2017-09-061-12/+3
* Fix EAN-13 checksum and add unit tests.Henrique Nakashima2017-09-011-8/+7
* Cleanup usages of Mid(foo, 1), Right(1), and Left(1)Ryan Harrison2017-09-011-3/+3
* Prepare for converting FX_STRSIZE int->size_tRyan Harrison2017-09-011-5/+5
* Fixing CBC_OnedEAN13Writer checksum.Henrique Nakashima2017-08-311-3/+2
* Convert int* references to FX_STRSIZERyan Harrison2017-08-301-5/+6
* Converted CFX_Matrix::TransformRect() to take in constsJane Liu2017-08-221-6/+3
* Remove GetAt from string classesRyan Harrison2017-08-151-1/+1
* Convert calls to Mid() to Left() or Right() if possibleRyan Harrison2017-07-281-2/+2
* Mass conversion of remaining class members (non-xfa)Tom Sepez2017-05-251-7/+7
* Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang2017-05-191-1/+0
* Rename render device classesDan Sinclair2017-05-111-1/+1
* Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang2017-04-211-2/+3
* Change more fxbarcode to use return values.Lei Zhang2017-04-211-87/+58
* Use Byte/WideString iteratorsTom Sepez2017-04-181-8/+4
* Remove dead barcode bitmap rendering code.Lei Zhang2017-04-171-69/+35
* Drop FXSYS_ from mem methodsDan Sinclair2017-04-031-1/+1
* Move xfa/fxbarcode fxbarcode/Dan Sinclair2017-03-291-0/+306