Age | Commit message (Expand) | Author |
2018-05-29 | Get rid of FXARGB_MAKE macro. | Lei Zhang |
2018-04-10 | Add static_asserts for FX_RECT and FX_COLORREF. | Lei Zhang |
2018-03-21 | Add helpers to work with FXDIB_Format. | Lei Zhang |
2018-03-21 | Change FXSYS_RGB() to FXSYS_BGR(). | Lei Zhang |
2018-03-21 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
2018-03-20 | Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377 | Lei Zhang |
2018-03-15 | Fixing order of guards to avoid potential segvs | Ryan Harrison |
2018-03-15 | Rename FX_COLORREF variables from "rgb" to "bgr". | Lei Zhang |
2018-03-12 | Remove all usages of FXSYS_iswASCIIspacechromium/3369 | Ryan Harrison |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-01-04 | Remove CXFA_DataData | Dan Sinclair |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-04 | Remove dib_int.h | Nicolas Pena |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Split fx_dib part 5 | Nicolas Pena |
2017-04-03 | Split fx_dib part 4 | Nicolas Pena |
2017-03-31 | Split fx_dib part 3 | Nicolas Pena |
2017-03-31 | Split fx_dib.h part 2chromium/3059 | Nicolas Pena |
2017-03-31 | Split fx_dib part 1 | Nicolas Pena |
2017-03-30 | Avoid one more instance of the anti-pattern in 706346. | Tom Sepez |
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-02-13 | core: fix a few uninitialized members | Miklos Vajna |
2016-12-14 | More unique_ptr returns from DIB methods. | tsepez |
2016-12-14 | Return unique_ptr from GetAlphaMask. | tsepez |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |
2016-11-22 | handle antialiased rendering as premultiplied | caryclark |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-17 | fix corpus tests | caryclark |
2016-11-02 | Remove FX_BOOL from core | 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/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-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-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-06-22 | Remove some fx_dib functions with unused parameters. | thestig |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-02 | The PDFium source in core/fxge/dib implements a bit-blitting backend. | caryclark |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
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 |