Age | Commit message (Expand) | Author |
2017-04-03 | Split fx_dib part 5 | Nicolas Pena |
2017-03-31 | Split fx_dib part 3 | Nicolas Pena |
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-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-17 | HardClip points a bit better in fx_agg_driver | Nicolas Pena |
2017-03-17 | Cleanup in fx_agg_driver part 2 | Nicolas Pena |
2017-03-15 | Clean up fx_agg_driver a bit | Nicolas Pena |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | 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-09 | HardClip all points used when building paths | Nicolas Pena |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-27 | Fix some FX_BOOL / int noise in core/fx*chromium/2903 | tsepez |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
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-28 | Replace a few more std::unique_ptr.reset() with WrapUnique assignments. | thestig |
2016-09-20 | Delete unused GetBitMap() in fx_agg_driver | npm |
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-30 | Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. | tsepez |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
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-07-21 | Use smart pointers for graphics device classes | weili |
2016-06-22 | Remove some fx_dib functions with unused parameters. | thestig |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-06-13 | Remove default arguments from IFX_RenderDeviceDriver. | thestig |
2016-06-08 | Remove implicit CFX_CountedRef::operator T*() | tsepez |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-25 | Remove FX_GAMMA() and friends. They do nothing. | thestig |
2016-05-13 | allow Skia to be the default graphics engine | caryclark |
2016-05-11 | Clean up CFX_ImageStretcher. | thestig |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |