Age | Commit message (Expand) | Author |
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 |
2017-09-06 | Add unit tests for UPC-A barcode writer. | Henrique Nakashima |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-05 | Add unit tests for Codabar barcode writer.chromium/3207 | Henrique Nakashima |
2017-09-05 | Add unit tests for Code 39 barcode writer. | Henrique Nakashima |
2017-09-05 | Remove isDevice parameter from barcode Render(). | Henrique Nakashima |
2017-09-01 | Add unit tests for EAN-8 barcode writer.chromium/3204 | Henrique Nakashima |
2017-09-01 | Fix EAN-13 checksum and add unit tests. | Henrique Nakashima |
2017-09-01 | Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203 | Ryan Harrison |
2017-09-01 | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |
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 |