summaryrefslogtreecommitdiff
path: root/xfa/fde
AgeCommit message (Expand)Author
2016-08-11Remove fgas_system files.dsinclair
2016-08-11Guard against undefined shift.dsinclair
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.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-07-20Move CSSRuleCollection class to its own filenpm
2016-07-18Cleanup fgas/crt.dsinclair
2016-07-11Cleanup ownership of parser membersdsinclair
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-18Make code compile with clang_use_chrome_plugin (final)weili
2016-06-16Cleanup XML parser code.dsinclair
2016-06-10Remove redundant casts, part 9.tsepez
2016-06-10Get rid of NULLs in xfa/fde/thestig
2016-06-09Remove more casts, part 7.tsepez
2016-06-09Remove C-style casts in xfa/fde.tsepez
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-07Get rid of NULLs in core/thestig
2016-06-07Remove FDE_HVISUALOBJ.dsinclair
2016-06-06Remove unused CFDE_TxtEdtEngine::SetBufChunkSize().tsepez
2016-06-06Remove FDE_HDEVICESTATE.dsinclair
2016-06-06Make GetDevFont() return a CFX_Font* instead of void*tsepez
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-06-03Remove two unused opaque handle typestsepez
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-27Avoid two C-style FX_WCHAR* casts in pdfiumbrucedawson
2016-05-27Make sure CFDE_XMLSyntaxParser's buffer is null terminated.ochang
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-24Replace CFX_DSPATemplate with std::binary_search.dsinclair
2016-05-23Rename IFX_Unknown to IFX_Retainable.tsepez
2016-05-20Clean up XFA code which causes warningsweili
2016-05-19Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCachetsepez
2016-05-19Move fgas_sax into individual files in fde.dsinclair
2016-05-19fgas/ code cleanup.dsinclair
2016-05-19Expand some typedefs to the original typesdsinclair
2016-05-18Remove Release() from CFX_TxtBreaktsepez
2016-05-18Remove Release() from CFDE_TxtEdit* classestsepez
2016-05-18Split xfa/fee files into individual class files.dsinclair
2016-05-16Revert "Replace Release() { delete this; } in fde_xml_imp.h"Tom Sepez
2016-05-16Replace Release() { delete this; } in fde_xml_imp.htsepez
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-05-04Replace IFX_MemoryAllocator::Release() with delete.tsepez
2016-05-03Cleanup XFA-Specific memory allocators.tsepez
2016-04-28Do not check pointers before deleting them.thestig