Age | Commit message (Expand) | Author |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Fixing CBC_OnedEAN13Writer checksum. | Henrique Nakashima |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-25 | Add help IsValid* methods to string classeschromium/3198chromium/3197 | Ryan Harrison |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-11 | Remove potential out of bounds call to GetAt() | Ryan Harrison |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-08-02 | Rewrite how string Insert() methods handle out of bound indices | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-06-23 | Cleaning up fx_string_testhelpers. | Henrique Nakashima |
2017-05-26 | Replace SymbolShapeHint with a boolean. | Lei Zhang |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-24 | Cleanup CBC_SymbolInfo::lookup(). | Lei Zhang |
2017-05-23 | Remove useless CBC_SymbolShapeHint. | Lei Zhang |
2017-05-23 | Clean up CBC_SymbolInfo.chromium/3109 | Lei Zhang |
2017-05-23 | Remove CBC_HighLevelEncoder::isSpecialB256(). | Lei Zhang |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-05 | Represent 1D barcodes with CFX_PathData internally. | Lei Zhang |
2017-05-04 | Reduce 1D barcode DrawPath calls. | Lei Zhang |
2017-05-02 | Pass explicit string size in EncodeToCodewords(). | Lei Zhang |
2017-05-02 | Remove more |new|s, part 8 | Tom Sepez |
2017-05-02 | Remove more |new|s, part 7 | Tom Sepez |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-04-28 | Clean up private methods in CBC_C40Encoder. | Lei Zhang |
2017-04-28 | Remove dead dimensions code in fxbarcode.chromium/3084 | Lei Zhang |
2017-04-27 | Add barcode test skeleton | Tom Sepez |
2017-04-27 | Remove CBC_HighLevelEncoder::illegalCharacter(). | Lei Zhang |
2017-04-25 | Simplify CBC_OnedCode128Writer methods.chromium/3081 | Lei Zhang |
2017-04-25 | Delete some CFX string ctors. | Lei Zhang |
2017-04-25 | Test more OnedCode128WriterTest methods. | Lei Zhang |
2017-04-24 | Add tests for BC_OnedCode128Writer encoding functions. | Lei Zhang |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-21 | Change more fxbarcode to use return values. | Lei Zhang |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-17 | Remove dead barcode bitmap rendering code. | Lei Zhang |
2017-04-06 | Clean up CBC_QRCoderVersion and friends. | Lei Zhang |
2017-04-06 | Change some fxbarcode to use return values. | Lei Zhang |
2017-04-04 | Clean up QRCoderBitVector. | Lei Zhang |
2017-04-04 | Clean up QRCoderEncoder and friends. | Lei Zhang |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-04-03 | Move most CBC_QRCoderEncoder code into an anonymous namespace. | Lei Zhang |
2017-03-31 | Fix QR code generation. | Lei Zhang |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |