Age | Commit message (Expand) | Author |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in XFA barcodes | tsepez |
2016-10-04 | Cleanup DEPS files | dsinclair |
2016-09-29 | Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-20 | Refactor CFX_FontCache to have only one in GE Module. | art-snake |
2016-09-19 | Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ... | dsinclair |
2016-09-15 | Fix memory leaking on ClosePage.chromium/2862 | art-snake |
2016-09-13 | Sort include entries. | dsinclair |
2016-08-31 | Move maxNumDataBytes and maxNumEcBytes calculation to fix crash | npm |
2016-08-18 | Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. | npm |
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 |