summaryrefslogtreecommitdiff
path: root/xfa/fde/fde_render.cpp
AgeCommit message (Expand)Author
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