summaryrefslogtreecommitdiff
path: root/xfa/fde/fde_gedevice.cpp
AgeCommit message (Expand)Author
2016-09-15Fix memory leaking on ClosePage.chromium/2862art-snake
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-17Split fx_font into multiple files, part 1.npm
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-08-04Use smart pointers for class owned pointers under xfa/fdeweili
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-06-23Remove NULL in xfa/dsinclair
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-10Get rid of NULLs in xfa/fde/thestig
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-06Remove FDE_HDEVICESTATE.dsinclair
2016-06-06Make GetDevFont() return a CFX_Font* instead of void*tsepez
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-05-26Remove default argument from RestoreState() methods.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