Age | Commit message (Expand) | Author |
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 |
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 |