Age | Commit message (Expand) | Author |
2018-08-27 | The final game: mark everything final. | Tom Sepez |
2018-08-23 | Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array. | Henrique Nakashima |
2018-08-23 | Swap width and height params in CBC_BarcodeMatrix constructor. | Henrique Nakashima |
2018-08-23 | Reorder RenderResult and RenderDeviceResult in CBC_TwoDimWriter.chromium/3532 | Henrique Nakashima |
2018-08-23 | Remove m_bTruncated flag from CBC_PDF417Writer. | Henrique Nakashima |
2018-08-22 | Remove m_currentRow from the state of CBC_BarcodeMatrix. | Henrique Nakashima |
2018-08-22 | Simplify internal state of CBC_BarcodeMatrix. | Henrique Nakashima |
2018-08-22 | Remove unused barcode matrix scaling code. | Henrique Nakashima |
2018-08-22 | Change in/out params in CBC_PDF417Writer::Encode to only out. | Henrique Nakashima |
2018-08-22 | Remove unused setters in CBC_BarcodeMatrix and CBC_BarcodeRow. | Henrique Nakashima |
2018-08-21 | Remove dead code in CBC_CommonBitMatrix. | Henrique Nakashima |
2018-08-21 | Remove excessive padding above and below PDF417 barcodes. | Henrique Nakashima |
2018-08-21 | Optimize rendering of two dimensional barcodes: defer upscale. | Henrique Nakashima |
2018-08-17 | Optimize rendering of 2D barcodes: create Rect only on black regions. | Henrique Nakashima |
2018-08-16 | Allow PDF417 barcodes to reduce modules by shaving off padding. | Henrique Nakashima |
2018-08-16 | If rows need to overflow in a PDF417 barcode, keep it to a minimum. | Henrique Nakashima |
2018-08-16 | Optimize rendering of two dimensional barcodes: deduplicate regions. | Henrique Nakashima |
2018-08-08 | Move ByteString::FromUnicode() to WideString::ToDefANSI() | Tom Sepez |
2018-07-17 | Reserve space for result in ::FilterContents | Ryan Harrison |
2018-07-03 | Avoid explicit allocs in fxbarcode matrix classes. | Tom Sepez |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-11 | Remove explicit calls to x->operator[] | Tom Sepez |
2018-06-04 | Fix a number of unused writes in barcode code | Ryan Harrison |
2018-05-25 | Reserve space for code words when creating encoder context | Ryan Harrison |
2018-05-15 | Clean up CBC_ASCIIEncoder. | Lei Zhang |
2018-04-30 | Optimize yet another piece of barcode code | Ryan Harrison |
2018-04-23 | Pre-allocate more string buffers in barcode code | Ryan Harrison |
2018-04-12 | Tidy up types in CBC_PDF417HighLevelEncoder | Ryan Harrison |
2018-04-11 | Reserve space to reduce memory operations while encoding barcode | Ryan Harrison |
2018-04-10 | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-02-26 | Shrink some tables and kill dead code in xfa. | Tom Sepez |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-12 | Fix some nits in fxbarcode.chromium/3322chromium/3321chromium/3320 | Lei Zhang |
2018-01-12 | Add jumbo build support for fxbarcode. | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-11-29 | Remove dead CBC_OneDimWriter code.chromium/3281 | Lei Zhang |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-27 | Move CFX_Font definition to cfx_font.h | Dan Sinclair |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Remove _FX_IOS_chromium/3225 | Dan Sinclair |
2017-09-26 | Fix checks for FX_WIN64_DESKTOP | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-19 | IWYU: Explicitly include <stdint.h> in some headers. | Raphael Kubo da Costa |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-06 | Unify checksum calculation of EAN-8 and EAN-13. | Henrique Nakashima |