summaryrefslogtreecommitdiff
path: root/fxbarcode
AgeCommit message (Expand)Author
2018-09-11Small optimizations for CBC_HighLevelEncoder::lookAheadTestchromium/3550Ryan Harrison
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array.Henrique Nakashima
2018-08-23Swap width and height params in CBC_BarcodeMatrix constructor.Henrique Nakashima
2018-08-23Reorder RenderResult and RenderDeviceResult in CBC_TwoDimWriter.chromium/3532Henrique Nakashima
2018-08-23Remove m_bTruncated flag from CBC_PDF417Writer.Henrique Nakashima
2018-08-22Remove m_currentRow from the state of CBC_BarcodeMatrix.Henrique Nakashima
2018-08-22Simplify internal state of CBC_BarcodeMatrix.Henrique Nakashima
2018-08-22Remove unused barcode matrix scaling code.Henrique Nakashima
2018-08-22Change in/out params in CBC_PDF417Writer::Encode to only out.Henrique Nakashima
2018-08-22Remove unused setters in CBC_BarcodeMatrix and CBC_BarcodeRow.Henrique Nakashima
2018-08-21Remove dead code in CBC_CommonBitMatrix.Henrique Nakashima
2018-08-21Remove excessive padding above and below PDF417 barcodes.Henrique Nakashima
2018-08-21Optimize rendering of two dimensional barcodes: defer upscale.Henrique Nakashima
2018-08-17Optimize rendering of 2D barcodes: create Rect only on black regions.Henrique Nakashima
2018-08-16Allow PDF417 barcodes to reduce modules by shaving off padding.Henrique Nakashima
2018-08-16If rows need to overflow in a PDF417 barcode, keep it to a minimum.Henrique Nakashima
2018-08-16Optimize rendering of two dimensional barcodes: deduplicate regions.Henrique Nakashima
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-17Reserve space for result in ::FilterContentsRyan Harrison
2018-07-03Avoid explicit allocs in fxbarcode matrix classes.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-11Remove explicit calls to x->operator[]Tom Sepez
2018-06-04Fix a number of unused writes in barcode codeRyan Harrison
2018-05-25Reserve space for code words when creating encoder contextRyan Harrison
2018-05-15Clean up CBC_ASCIIEncoder.Lei Zhang
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