- 8adc153 ReplaceSelections() methods never called. by tsepez · 9 years ago
- 28c7844 Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. by tsepez · 9 years ago
- 39fbb7e Clean up CFX_ImageTransformer. by thestig · 9 years ago
- aadedf9 Replace CXFA_PtrSetTemplate with std::unordered_set. by tsepez · 9 years ago
- f7fe678 Add much-needed Find() method for CFX_*StringC by tsepez · 9 years ago
- 877a547 Use STL map for m_eventTargets. by tsepez · 9 years ago
- f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
- e00f75c CFX_ArabicChar contains only static methods, no need to instantiate. by tsepez · 9 years ago
- 1f00dbf Only set memory tool define if not set. by dsinclair · 9 years ago
- b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
- 439bb9e Avoid unused variable warnings on Linux by Wei Li · 9 years ago
- 5fe7ae7 Properly fix the warnings by Wei Li · 9 years ago
- 6e1ae86 Enable 'treating warnings as errors' for 64 bit Win builds by weili · 9 years ago
- c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
- 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 9 years ago
- b7675f6 Cleanup CFWL_ThemePart data. by dsinclair · 9 years ago
- ef43608 Convert some theme defines to values. by dsinclair · 9 years ago
- 8f4bf9a More define cleanup. by dsinclair · 9 years ago
- 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
- 2a14bde Replace IFX_MemoryAllocator::Release() with delete. by tsepez · 9 years ago
- 4c133f3 Remove unused CFX_CPLTree<> template by tsepez · 9 years ago
- 4d06f83 Cleanup XFA-Specific memory allocators. by tsepez · 9 years ago
- 89fcde8 Remove FWL_WGTHITTEST_* defines in favour of enum class. by dsinclair · 9 years ago
- 6020e45 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 by tsepez · 9 years ago
- fbe14b9 Fix lint bugs. by thestig · 9 years ago
- 8f0d0da Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10 by tsepez · 9 years ago
- b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
- 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
- e801d4e Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9 by tsepez · 9 years ago
- d5d07dc Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 by tsepez · 9 years ago
- d15ba4e Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 by tsepez · 9 years ago
- 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
- a310984 Convert CFX_PtrArray to typesafe CFX_ArrayTemplate, Part 6 by tsepez · 9 years ago
- 33a747d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 by tsepez · 9 years ago
- aef780d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4 by tsepez · 9 years ago
- 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
- e6ebf7a Cleanup IFDE_CSS interfaces. by dsinclair · 9 years ago
- bb0d446 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 by tsepez · 9 years ago
- 0e5f87a Replace CFX_PtrArray with type-safe CFX_ArrayTemplate, Part 2 by tsepez · 9 years ago
- b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
- 303e525 More IFX_ interface cleanup. by dsinclair · 9 years ago
- 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
- b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
- 76c5379 Fix Wvarargs warning in XFA error code. by dsinclair · 9 years ago
- 186a78e Remove no-op ShowFileDialog(s). by tsepez · 9 years ago
- 084174a Use std::map in xfa_ffdoc.cpp by tsepez · 9 years ago
- b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
- 6d8555d Fix standalone mac build by dsinclair · 9 years ago
- bc1cbab Remove IFDE_CSSTagProvider. by dsinclair · 9 years ago
- 5d9da0c Remove CFWL_Note. by dsinclair · 9 years ago
- d00a912 Make CFX_BasicArray non-copyable. by tsepez · 9 years ago
- acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
- c104dfa Remove unused FWL flags by dsinclair · 9 years ago
- f87058d Convert some FWL defines to enums. by dsinclair · 9 years ago
- a553279 Cleanups from prior CLs. by dsinclair · 9 years ago
- b02012d fix issue of Heap Use-After-Free in CXFA_LayoutItem::AddChild by jinming_wang · 9 years ago
- 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 9 years ago
- d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 9 years ago
- 1117828 Remove fullscreen code. by dsinclair · 9 years ago
- 0582ad1 XFA unused function cleanup by dsinclair · 9 years ago
- 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 9 years ago
- 9b3656b Remove unused FWL Panel code. by dsinclair · 9 years ago
- 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 9 years ago
- 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 9 years ago
- db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 9 years ago
- b1a5959 Simplify XFA event handling. by thestig · 9 years ago
- 6f167c3 Change string argument type to GetFormatDataValue. by tsepez · 9 years ago
- 70c5520 Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. by tsepez · 9 years ago
- ff242e0 Avoid needless construction of CFX_ByteStrings during string building by tsepez · 9 years ago
- 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
- 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
- bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
- ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
- b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
- c4c17fb Remove unused FWL methods by dsinclair · 9 years ago
- 9f3dbbc Cleanup CPDFXFA_Page. by thestig · 9 years ago
- 380f20a Remove some FWL code. by dsinclair · 9 years ago
- 08153b1 Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. by dsinclair · 9 years ago
- 65ffa4a Re-enable warning 4701 for GN build and some cleanup by weili · 9 years ago
- eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
- 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
- a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 9 years ago
- d55e11e Remove ICodec_* Interfaces. by dsinclair · 9 years ago
- ea98238 Record all fonts, not just one per charset. by dsinclair · 9 years ago
- 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 9 years ago
- 25c223d Only SolidBrush types are created, remove other brushes. by dsinclair · 9 years ago
- 1fdde02 Cleaning up FDE_CSS Classes. by dsinclair · 9 years ago
- e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
- 2d4a4fc Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. by dsinclair · 9 years ago
- cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 9 years ago
- 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
- 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 9 years ago
- 1596f0a Cleanup DEPS files after include/ changes. by dsinclair · 9 years ago
- 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
- 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
- 98a689f Make static FX_WCHAR arrays more const. by thestig · 9 years ago
- 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 9 years ago
- 088632c Fix spelling for SetSelectedItems by dsinclair · 9 years ago
- e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
- 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago