| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename Left() and Right() in {Byte,Wide}String{,View} classes | Daniel Hosseinian | 2020-01-28 | 1 | -1/+1 |
| * | Rename First() and Last() {Byte,Wide}String{,View} classes | Daniel Hosseinian | 2020-01-28 | 1 | -1/+1 |
| * | Rename Mid() to Substr() in {Byte,Wide}String{,View} classes | Daniel Hosseinian | 2020-01-27 | 1 | -2/+2 |
| * | Move FxFreeDeleter to fx_memory_wrappers.h | Tom Sepez | 2019-11-20 | 1 | -0/+1 |
| * | Remove CBC_Writer::Set{Background,Barcode}Color(). | Tom Sepez | 2019-11-08 | 1 | -3/+3 |
| * | Move class TextCharPos into its own file. | Lei Zhang | 2019-06-21 | 1 | -0/+1 |
| * | Change DrawDeviceText() call stack to pass matrix by reference. | Lei Zhang | 2019-06-07 | 1 | -3/+3 |
| * | Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS. | Lei Zhang | 2019-02-07 | 1 | -1/+1 |
| * | Pass WideStringViews by value. | Tom Sepez | 2018-12-14 | 1 | -3/+3 |
| * | Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit(). | Lei Zhang | 2018-12-07 | 1 | -1/+2 |
| * | Use size_t in more places in fxbarcode. | Lei Zhang | 2018-11-30 | 1 | -8/+8 |
| * | Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern(). | Lei Zhang | 2018-11-28 | 1 | -16/+5 |
| * | Use FXSYS_IsDecimalDigit() in more places. | Lei Zhang | 2018-11-16 | 1 | -2/+1 |
| * | Reserve space for result in ::FilterContents | Ryan Harrison | 2018-07-17 | 1 | -0/+1 |
| * | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang | 2018-04-10 | 1 | -3/+3 |
| * | Add jumbo build support for fxbarcode. | Lei Zhang | 2018-01-12 | 1 | -10/+10 |
| * | Remove FX_STRSIZE and replace with size_t | Ryan Harrison | 2017-09-27 | 1 | -1/+1 |
| * | Convert string class names | Ryan Harrison | 2017-09-18 | 1 | -11/+9 |
| * | Unify checksum calculation of EAN-8 and EAN-13. | Henrique Nakashima | 2017-09-06 | 1 | -12/+3 |
| * | Fix EAN-13 checksum and add unit tests. | Henrique Nakashima | 2017-09-01 | 1 | -8/+7 |
| * | Cleanup usages of Mid(foo, 1), Right(1), and Left(1) | Ryan Harrison | 2017-09-01 | 1 | -3/+3 |
| * | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison | 2017-09-01 | 1 | -5/+5 |
| * | Fixing CBC_OnedEAN13Writer checksum. | Henrique Nakashima | 2017-08-31 | 1 | -3/+2 |
| * | Convert int* references to FX_STRSIZE | Ryan Harrison | 2017-08-30 | 1 | -5/+6 |
| * | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu | 2017-08-22 | 1 | -6/+3 |
| * | Remove GetAt from string classes | Ryan Harrison | 2017-08-15 | 1 | -1/+1 |
| * | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison | 2017-07-28 | 1 | -2/+2 |
| * | Mass conversion of remaining class members (non-xfa) | Tom Sepez | 2017-05-25 | 1 | -7/+7 |
| * | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang | 2017-05-19 | 1 | -1/+0 |
| * | Rename render device classes | Dan Sinclair | 2017-05-11 | 1 | -1/+1 |
| * | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang | 2017-04-21 | 1 | -2/+3 |
| * | Change more fxbarcode to use return values. | Lei Zhang | 2017-04-21 | 1 | -87/+58 |
| * | Use Byte/WideString iterators | Tom Sepez | 2017-04-18 | 1 | -8/+4 |
| * | Remove dead barcode bitmap rendering code. | Lei Zhang | 2017-04-17 | 1 | -69/+35 |
| * | Drop FXSYS_ from mem methods | Dan Sinclair | 2017-04-03 | 1 | -1/+1 |
| * | Move xfa/fxbarcode fxbarcode/ | Dan Sinclair | 2017-03-29 | 1 | -0/+306 |