summaryrefslogtreecommitdiff
path: root/core/fxge/dib/fx_dib_transform.cpp
AgeCommit message (Expand)Author
2017-03-31Split fx_dib part 3Nicolas Pena
2017-03-31Split fx_dib part 1Nicolas Pena
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2016-12-14More unique_ptr returns from DIB methods.tsepez
2016-12-14Return unique_ptr from GetAlphaMask.tsepez
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from coretsepez
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-08-09Fix typos of the word outer.thestig
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-06-07Get rid of NULLs in core/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Clean up CFX_ImageStretcher.thestig
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-14Move core/src/ up to core/.Dan Sinclair