Age | Commit message (Expand) | Author |
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 |
2016-06-18 | Make code compile with clang_use_chrome_plugin (final) | weili |
2016-06-07 | Remove some casts to same type in cfx_graphics.cpp | tsepez |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-27 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 | tsepez |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
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-22 | Fix blank xfa rendering broken at f89acbc. | Tom Sepez |
2016-03-17 | Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. | Dan Sinclair |