summaryrefslogtreecommitdiff
path: root/xfa/fde
AgeCommit message (Expand)Author
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
2016-04-28Cleanup IFDE_CSS interfaces.dsinclair
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-21Remove IFDE_CSSTagProvider.dsinclair
2016-04-21Cleanup FDE interfaces.dsinclair
2016-04-19Store WideString, not raw pointer, in FX_TXTRUNtsepez
2016-04-15Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache.tsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez