Age | Commit message (Expand) | Author |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-17 | Remove default parameters in CXFA_Graphics methods. | Lei Zhang |
2017-08-17 | Remove default argument for CXFA_Graphics::SetLineWidth(). | Lei Zhang |
2017-08-16 | Tidy CXFA_Color class and argument passing. | Tom Sepez |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-07-13 | Rename cfx_color to cxfa_color | Dan Sinclair |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-16 | CFDE_RenderDevice::m_bOwnerDevice is always false | Tom Sepez |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-04-21 | Add CFX_RenderDevice::AutoRestorer()chromium/3078 | Tom Sepez |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-23 | Cleanup CFX_Graphics. | Dan Sinclair |
2017-02-23 | Merge CFX_PathGenerator into CFX_Path. | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-01-31 | use std::vector in cfx_graphics.h and xfa_ffwidget.h | Tom Sepez |
2016-12-14 | More unique_ptr returns from DIB methods. | tsepez |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-20 | Cleanup unused methods and return values in FWL code. | 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-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-08-22 | Make CFX_Color constructor explicit | weili |
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 | weili |
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-23 | Remove NULL in xfa/ | dsinclair |