aboutsummaryrefslogtreecommitdiffstats
path: root/fxbarcode/oned/BC_OnedUPCAWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-281-1/+1
* Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian2020-01-271-3/+3
* Remove CBC_Writer::Set{Background,Barcode}Color().Tom Sepez2019-11-081-4/+4
* 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-4/+4
* Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS.Lei Zhang2019-02-071-1/+1
* Pass WideStringViews by value.Tom Sepez2018-12-141-3/+3
* Restructure EAN barcode classes to merge common code.Lei Zhang2018-12-031-4/+4
* Use size_t in more places in fxbarcode.Lei Zhang2018-11-301-10/+10
* 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-4/+4
* Remove FX_STRSIZE and replace with size_tRyan Harrison2017-09-271-4/+4
* Convert string class namesRyan Harrison2017-09-181-11/+10
* Cleanup usages of Mid(foo, 1), Right(1), and Left(1)Ryan Harrison2017-09-011-2/+3
* Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison2017-09-011-4/+4
* Convert int* references to FX_STRSIZERyan Harrison2017-08-301-3/+3
* Converted CFX_Matrix::TransformRect() to take in constsJane Liu2017-08-221-8/+4
* Remove GetAt from string classesRyan Harrison2017-08-151-2/+2
* Convert calls to Mid() to Left() or Right() if possibleRyan Harrison2017-07-281-1/+1
* Mass conversion of remaining class members (non-xfa)Tom Sepez2017-05-251-8/+10
* Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang2017-05-191-1/+0
* Rename render device classesDan Sinclair2017-05-111-1/+1
* Change more fxbarcode to use return values.Lei Zhang2017-04-211-58/+31
* Remove dead barcode bitmap rendering code.Lei Zhang2017-04-171-87/+45
* Drop FXSYS_ from mem methodsDan Sinclair2017-04-031-1/+1
* Move xfa/fxbarcode fxbarcode/Dan Sinclair2017-03-291-0/+286