Age | Commit message (Expand) | Author |
2016-05-06 | CFX_ArabicChar contains only static methods, no need to instantiate.chromium/2733chromium/2732chromium/2731chromium/2730 | tsepez |
2016-05-05 | Only set memory tool define if not set. | dsinclair |
2016-05-05 | Remove CLASSHASH defines in favour of an enum class. | dsinclair |
2016-05-05 | Avoid unused variable warnings on Linux | Wei Li |
2016-05-04 | Properly fix the warnings | Wei Li |
2016-05-04 | Enable 'treating warnings as errors' for 64 bit Win builds | weili |
2016-05-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-05-04 | Cleanup IFWL_Adapter interfaces. | dsinclair |
2016-05-04 | Cleanup CFWL_ThemePart data. | dsinclair |
2016-05-04 | Convert some theme defines to values. | dsinclair |
2016-05-04 | More define cleanup. | dsinclair |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-05-04 | Replace IFX_MemoryAllocator::Release() with delete. | tsepez |
2016-05-04 | Remove unused CFX_CPLTree<> template | tsepez |
2016-05-03 | Cleanup XFA-Specific memory allocators. | tsepez |
2016-05-03 | Remove FWL_WGTHITTEST_* defines in favour of enum class. | dsinclair |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 | tsepez |
2016-05-02 | Fix lint bugs. | thestig |
2016-05-02 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10 | tsepez |
2016-05-02 | Remove IFDE_TxtEdt interfaces where possible. | dsinclair |
2016-04-29 | Subtract instead of adding the negation. | thestig |
2016-04-29 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9 | tsepez |
2016-04-29 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 | tsepez |
2016-04-29 | Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 | tsepez |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-28 | Convert CFX_PtrArray to typesafe CFX_ArrayTemplate, Part 6 | tsepez |
2016-04-28 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 | tsepez |
2016-04-28 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4 | tsepez |
2016-04-28 | More FWL interface cleanup. | dsinclair |
2016-04-28 | Cleanup IFDE_CSS interfaces. | dsinclair |
2016-04-27 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 | tsepez |
2016-04-27 | Replace CFX_PtrArray with type-safe CFX_ArrayTemplate, Part 2 | tsepez |
2016-04-27 | Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. | tsepez |
2016-04-27 | More IFX_ interface cleanup. | dsinclair |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-27 | Remove IFX_SystemHandler. | dsinclair |
2016-04-26 | Fix Wvarargs warning in XFA error code.chromium/2722chromium/2721chromium/2719chromium/2718 | dsinclair |
2016-04-26 | Remove no-op ShowFileDialog(s). | tsepez |
2016-04-25 | Use std::map in xfa_ffdoc.cpp | tsepez |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-22 | Fix standalone mac build | dsinclair |
2016-04-21 | Remove IFDE_CSSTagProvider. | dsinclair |
2016-04-21 | Remove CFWL_Note. | dsinclair |
2016-04-21 | Make CFX_BasicArray non-copyable. | tsepez |
2016-04-21 | Cleanup FDE interfaces. | dsinclair |
2016-04-21 | Remove unused FWL flags | dsinclair |
2016-04-21 | Convert some FWL defines to enums. | dsinclair |
2016-04-20 | Cleanups from prior CLs. | dsinclair |
2016-04-20 | fix issue of Heap Use-After-Free in CXFA_LayoutItem::AddChild | jinming_wang |
2016-04-19 | Remove a few more char* members from structs/classes. | tsepez |