Age | Commit message (Expand) | Author |
2017-03-28 | Remove CFX_ArrayTemplate from FX barcode code. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-01-31 | Remove BC_EXCEPTION_CHECK macroschromium/2999 | Tom Sepez |
2017-01-20 | Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988 | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-08-09 | Use smart pointers for class owned pointers in xfa/fxbarcode | weili |
2016-06-16 | Remove unused code. | dsinclair |
2016-06-16 | Remove barcode reading code. | dsinclair |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part III) | weili |
2016-06-10 | Remove redundant casts, part 9. | tsepez |
2016-06-09 | Get rid of NULLs in xfa/fxbarcode/ | thestig |
2016-05-23 | Clean up more XFA code which causes warnings | weili |
2016-05-20 | Fix /analyze warnings in fxbarcode/ | tsepez |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 | tsepez |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10 | tsepez |
2016-04-29 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9 | tsepez |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-28 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 | tsepez |
2016-04-28 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4 | tsepez |
2016-04-14 | Avoid needless construction of CFX_ByteStrings during string building | tsepez |
2016-03-25 | Remove FX_DWORD from XFA, part 2 | tsepez |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-21 | Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. | Dan Sinclair |
2016-03-18 | Reduce size of several PDFium constant tables. | Tom Sepez |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |