summaryrefslogtreecommitdiff
path: root/xfa/fde/css
AgeCommit message (Expand)Author
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-11Remove fgas_system files.dsinclair
2016-08-04Use smart pointers for class owned pointers under xfa/fdeweili
2016-07-20Move CSSRuleCollection class to its own filenpm
2016-07-18Cleanup fgas/crt.dsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-18Make code compile with clang_use_chrome_plugin (final)weili
2016-06-10Get rid of NULLs in xfa/fde/thestig
2016-06-09Remove C-style casts in xfa/fde.tsepez
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-05-27Avoid two C-style FX_WCHAR* casts in pdfiumbrucedawson
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-19fgas/ code cleanup.dsinclair
2016-05-19Expand some typedefs to the original typesdsinclair
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-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-15Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache.tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-11Cleaning up FDE_CSS Classes.dsinclair
2016-04-06Make static FX_WCHAR arrays more const.thestig
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Remove _FXBSTR* and calls to FX_BSTRC.dsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.Dan Sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair