summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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
2016-05-04Convert FWL_ERR into an enum class.dsinclair
2016-05-04Cleanup IFWL_Adapter interfaces.dsinclair
2016-05-04Cleanup CFWL_ThemePart data.dsinclair
2016-05-04Convert some theme defines to values.dsinclair
2016-05-04More define cleanup.dsinclair
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-05-04Replace IFX_MemoryAllocator::Release() with delete.tsepez
2016-05-04Remove unused CFX_CPLTree<> templatetsepez
2016-05-03Cleanup XFA-Specific memory allocators.tsepez
2016-05-03Remove FWL_WGTHITTEST_* defines in favour of enum class.dsinclair
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11tsepez
2016-05-02Fix lint bugs.thestig
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10tsepez
2016-05-02Remove IFDE_TxtEdt interfaces where possible.dsinclair
2016-04-29Subtract instead of adding the negation.thestig
2016-04-29Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9tsepez
2016-04-29Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8tsepez
2016-04-29Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7tsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-28Convert CFX_PtrArray to typesafe CFX_ArrayTemplate, Part 6tsepez
2016-04-28Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5tsepez
2016-04-28Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4tsepez
2016-04-28More FWL interface cleanup.dsinclair
2016-04-28Cleanup IFDE_CSS interfaces.dsinclair
2016-04-27Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3tsepez
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate, Part 2tsepez
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-27Remove IFX_SystemHandler.dsinclair
2016-04-26Fix Wvarargs warning in XFA error code.chromium/2722chromium/2721chromium/2719chromium/2718dsinclair
2016-04-26Remove no-op ShowFileDialog(s).tsepez
2016-04-25Use std::map in xfa_ffdoc.cpptsepez
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-22Fix standalone mac builddsinclair
2016-04-21Remove IFDE_CSSTagProvider.dsinclair
2016-04-21Remove CFWL_Note.dsinclair
2016-04-21Make CFX_BasicArray non-copyable.tsepez