summaryrefslogtreecommitdiff
path: root/fxbarcode
AgeCommit message (Expand)Author
2018-04-30Optimize yet another piece of barcode codeRyan Harrison
2018-04-23Pre-allocate more string buffers in barcode codeRyan Harrison
2018-04-12Tidy up types in CBC_PDF417HighLevelEncoderRyan Harrison
2018-04-11Reserve space to reduce memory operations while encoding barcodeRyan Harrison
2018-04-10Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-02-26Shrink some tables and kill dead code in xfa.Tom Sepez
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-12Fix some nits in fxbarcode.chromium/3322chromium/3321chromium/3320Lei Zhang
2018-01-12Add jumbo build support for fxbarcode.Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-11-29Remove dead CBC_OneDimWriter code.chromium/3281Lei Zhang
2017-10-02More define cleanupDan Sinclair
2017-09-28Simplify some OS checks to PLATFORM checksDan Sinclair
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Remove _FX_IOS_chromium/3225Dan Sinclair
2017-09-26Fix checks for FX_WIN64_DESKTOPDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-19IWYU: Explicitly include <stdint.h> in some headers.Raphael Kubo da Costa
2017-09-18Convert string class namesRyan Harrison
2017-09-06Unify checksum calculation of EAN-8 and EAN-13.Henrique Nakashima
2017-09-06Add unit tests for UPC-A barcode writer.Henrique Nakashima
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-05Add unit tests for Codabar barcode writer.chromium/3207Henrique Nakashima
2017-09-05Add unit tests for Code 39 barcode writer.Henrique Nakashima
2017-09-05Remove isDevice parameter from barcode Render().Henrique Nakashima
2017-09-01Add unit tests for EAN-8 barcode writer.chromium/3204Henrique Nakashima
2017-09-01Fix EAN-13 checksum and add unit tests.Henrique Nakashima
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