Age | Commit message (Expand) | Author |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Use smart pointers for class owned pointers in xfa/fxbarcode | weili |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
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-13 | Optionally skip image type detection in progressive decoder. | dsinclair |
2016-06-10 | Trust the compiler to do array indexing and superclass promotion. | tsepez |
2016-06-10 | Add missing const, remove casts in BC_QRCoderErrorCorrectionLevel | tsepez |
2016-06-10 | Remove redundant make_pair* cast in fxbarcode | tsepez |
2016-06-10 | Remove redundant casts, part 9. | tsepez |
2016-06-09 | remove redundant CFX_Matrix* cast in one-d barcodechromium/2766chromium/2765 | tsepez |
2016-06-09 | Get rid of NULLs in xfa/fxbarcode/ | thestig |
2016-06-06 | Clean up C-Style casts in CBC_CodeBase and subclasses | tsepez |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-05-31 | Fix compile error ‘isnan’ was not declared in this scope | phajdan.jr |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-23 | Clean up more XFA code which causes warnings | weili |
2016-05-20 | Fix /analyze warnings in fxbarcode/ | tsepez |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 | tsepez |
2016-05-02 | Fix lint bugs. | thestig |
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-29 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 | 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-21 | Make CFX_BasicArray non-copyable. | tsepez |
2016-04-14 | Avoid needless construction of CFX_ByteStrings during string building | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. | tsepez |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | 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 |