summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2016-05-19Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCachetsepez
2016-05-19Work around sign compare error from commit be9b894.thestig
2016-05-19Move fgas_sax into individual files in fde.dsinclair
2016-05-19fgas/ code cleanup.dsinclair
2016-05-19Remove CFX_MapPtrToPtr in xfa_ffdocview.htsepez
2016-05-19Remove Release() from CXFA_FM2JSContexttsepez
2016-05-19Remove CFX_DSPATemplate usage in CXFA_TextParserdsinclair
2016-05-19Expand some typedefs to the original typesdsinclair
2016-05-19Cleanup unused fgas/ code.dsinclair
2016-05-19Remove Release() from CFX_StreamImp, rename to IFX_StreamImptsepez
2016-05-19Remove Release() from CXFA_WidgetLayoutDatatsepez
2016-05-18Remove Release() from CFX_TxtBreaktsepez
2016-05-18Remove Release() from CFDE_TxtEdit* classestsepez
2016-05-18Remove Release() from CXFA_FWLThemetsepez
2016-05-18Remove Release() from CXFA_ScriptContexttsepez
2016-05-18Cleanup XFA_HASHCODE usage.dsinclair
2016-05-18Remove Release() from CFX_SAXReadertsepez
2016-05-18Remove Release() from CXFA_RenderContexttsepez
2016-05-18Remove Release() from CXFA_WidgetAccIteratortsepez
2016-05-18Remove Release() from CXFA_ChecksumContexttsepez
2016-05-18Split xfa/fee files into individual class files.dsinclair
2016-05-18Pass objects instead of strings for undo/redo records.dsinclair
2016-05-17Remove some CFX_ArrayTemplate<> usage from fxjsetsepez
2016-05-17Replace XFA_N with valuedsinclair
2016-05-17Remove Release() from IFX_CharIter, use unique_ptrs.chromium/2742chromium/2741tsepez
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-16Remove Release() { delete this; } in CFXA_Data{Importer,Exporter}tsepez
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-16Fix the code that causes warningsweili
2016-05-16Remove XFA_WIDGETEVENT definesdsinclair
2016-05-16Remove { delete this; } anti-pattern from IXFA_WidgetIteratortsepez
2016-05-16Remove some c_str() calls from StringCs in xfa docs.tsepez
2016-05-16Replace FX_WSTRC(L"xyz").c_str() with just L"xyz"tsepez
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-13ReplaceSelections() methods never called.tsepez
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-12Replace CXFA_PtrSetTemplate with std::unordered_set.tsepez
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-05-11Use STL map for m_eventTargets.tsepez
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-05-06CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730tsepez
2016-05-05Only set memory tool define if not set.dsinclair
2016-05-05Remove CLASSHASH defines in favour of an enum class.dsinclair
2016-05-05Avoid unused variable warnings on LinuxWei Li
2016-05-04Properly fix the warningsWei Li
2016-05-04Enable 'treating warnings as errors' for 64 bit Win buildsweili