summaryrefslogtreecommitdiff
path: root/xfa/fde/fde_render.cpp
AgeCommit message (Expand)Author
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-13Remove some single use interfacesDan Sinclair
2017-03-02Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE>Tom Sepez
2017-01-10Strip out custom allocator codeDan Sinclair
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-08-04Use smart pointers for class owned pointers under xfa/fdeweili
2016-06-09Remove C-style casts in xfa/fde.tsepez
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-07Remove FDE_HVISUALOBJ.dsinclair
2016-06-06Remove FDE_HDEVICESTATE.dsinclair
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-21Cleanup FDE interfaces.dsinclair
2016-04-13Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet.dsinclair
2016-04-12Remove IFDE_Pen and IFDE_Brush.dsinclair
2016-04-12Only SolidBrush types are created, remove other brushes.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair