summaryrefslogtreecommitdiff
path: root/fxbarcode
AgeCommit message (Expand)Author
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Fixing CBC_OnedEAN13Writer checksum.Henrique Nakashima
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-25Add help IsValid* methods to string classeschromium/3198chromium/3197Ryan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-11Remove potential out of bounds call to GetAt()Ryan Harrison
2017-08-11Add checks of index operations on string classesRyan Harrison
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima
2017-05-26Replace SymbolShapeHint with a boolean.Lei Zhang
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-24Cleanup CBC_SymbolInfo::lookup().Lei Zhang
2017-05-23Remove useless CBC_SymbolShapeHint.Lei Zhang
2017-05-23Clean up CBC_SymbolInfo.chromium/3109Lei Zhang
2017-05-23Remove CBC_HighLevelEncoder::isSpecialB256().Lei Zhang
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-11Rename render device classesDan Sinclair
2017-05-05Represent 1D barcodes with CFX_PathData internally.Lei Zhang
2017-05-04Reduce 1D barcode DrawPath calls.Lei Zhang
2017-05-02Pass explicit string size in EncodeToCodewords().Lei Zhang
2017-05-02Remove more |new|s, part 8Tom Sepez
2017-05-02Remove more |new|s, part 7Tom Sepez
2017-05-01Remove more |new|s, part 5Tom Sepez
2017-04-28Clean up private methods in CBC_C40Encoder.Lei Zhang
2017-04-28Remove dead dimensions code in fxbarcode.chromium/3084Lei Zhang
2017-04-27Add barcode test skeletonTom Sepez
2017-04-27Remove CBC_HighLevelEncoder::illegalCharacter().Lei Zhang
2017-04-25Simplify CBC_OnedCode128Writer methods.chromium/3081Lei Zhang
2017-04-25Delete some CFX string ctors.Lei Zhang
2017-04-25Test more OnedCode128WriterTest methods.Lei Zhang
2017-04-24Add tests for BC_OnedCode128Writer encoding functions.Lei Zhang
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-21Change more fxbarcode to use return values.Lei Zhang
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-17Remove dead barcode bitmap rendering code.Lei Zhang
2017-04-06Clean up CBC_QRCoderVersion and friends.Lei Zhang
2017-04-06Change some fxbarcode to use return values.Lei Zhang
2017-04-04Clean up QRCoderBitVector.Lei Zhang
2017-04-04Clean up QRCoderEncoder and friends.Lei Zhang
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair