1. 818e190 Remove parameters which are always null by dsinclair · 8 years ago
  2. 7fa5513 Banish CFX_PrivateData to the XFA side by tsepez · 8 years ago
  3. ec3da5b Rename FXJSE_HRUNTIME to v8::Isolate by dsinclair · 8 years ago
  4. 65be4b1 Complete or comment a couple Script_NodeClass functions by weili · 8 years ago
  5. 648575a Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} by tsepez · 8 years ago
  6. 5aaa9bc Correctly implement GetPartState() function by weili · 9 years ago
  7. 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 9 years ago
  8. 1529756 Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. by tsepez · 9 years ago
  9. a2d699f Rename IFX_Unknown to IFX_Retainable. by tsepez · 9 years ago
  10. 09e139e Remove unused class CXFA_FFDocWidgetIterator by weili · 9 years ago
  11. 7ee2e53 Remove Release() from CFX_RTFBreak by tsepez · 9 years ago
  12. 524fa62 Clean up more XFA code which causes warnings by weili · 9 years ago
  13. 4cafdef Return no style in GetItemStyles() for item of null pointer by weili · 9 years ago
  14. a2c06e4 Use enum type for char type variables by weili · 9 years ago
  15. f0a1282 Remove Release() from CFX_Barcode by tsepez · 9 years ago
  16. 76852be Fix /analyze warnings in fxbarcode/ by tsepez · 9 years ago
  17. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  18. dc3ccdf Fix a bug on scrollbar's checking theme states by weili · 9 years ago
  19. 7aaaae6 Use std::map in CXFA_ItemLayoutProcessor by tsepez · 9 years ago
  20. bc34be4 Use std::map for CFX_GEFont::m_FontMapper by tsepez · 9 years ago
  21. 24ca59c Fix unreachable code in fwl_comboboximp.cpp by tsepez · 9 years ago
  22. 92b5402 Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpp by tsepez · 9 years ago
  23. 192bb33 Use std::map, std::unique_ptr in fwl_widgetmgrimp.h by tsepez · 9 years ago
  24. 5a5180e Use std::map in CXFA_FontMgr and CXFA_PDFFontMgr by tsepez · 9 years ago
  25. 788ac38 Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache by tsepez · 9 years ago
  26. 8b45eb1 Work around sign compare error from commit be9b894. by thestig · 9 years ago
  27. 6c93df8 Move fgas_sax into individual files in fde. by dsinclair · 9 years ago
  28. fc2cdf8 fgas/ code cleanup. by dsinclair · 9 years ago
  29. d77f417 Remove CFX_MapPtrToPtr in xfa_ffdocview.h by tsepez · 9 years ago
  30. bc2f0c5 Remove Release() from CXFA_FM2JSContext by tsepez · 9 years ago
  31. c7600f9 Remove CFX_DSPATemplate usage in CXFA_TextParser by dsinclair · 9 years ago
  32. f8d8ac4 Expand some typedefs to the original types by dsinclair · 9 years ago
  33. bc91641 Cleanup unused fgas/ code. by dsinclair · 9 years ago
  34. d89fcb8 Remove Release() from CFX_StreamImp, rename to IFX_StreamImp by tsepez · 9 years ago
  35. 2346793 Remove Release() from CXFA_WidgetLayoutData by tsepez · 9 years ago
  36. d1f843e Remove Release() from CFX_TxtBreak by tsepez · 9 years ago
  37. 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
  38. 0aae2a7 Remove Release() from CXFA_FWLTheme by tsepez · 9 years ago
  39. f1a52ca Remove Release() from CXFA_ScriptContext by tsepez · 9 years ago
  40. cbfef57 Cleanup XFA_HASHCODE usage. by dsinclair · 9 years ago
  41. 1763f62 Remove Release() from CFX_SAXReader by tsepez · 9 years ago
  42. a039bc2 Remove Release() from CXFA_RenderContext by tsepez · 9 years ago
  43. e7b2853 Remove Release() from CXFA_WidgetAccIterator by tsepez · 9 years ago
  44. 501e8cd Remove Release() from CXFA_ChecksumContext by tsepez · 9 years ago
  45. 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago
  46. be9b894 Pass objects instead of strings for undo/redo records. by dsinclair · 9 years ago
  47. 56286b3 Remove some CFX_ArrayTemplate<> usage from fxjse by tsepez · 9 years ago
  48. 0c268e9 Replace XFA_N with value by dsinclair · 9 years ago
  49. 8bdb290 Remove Release() from IFX_CharIter, use unique_ptrs. by tsepez · 9 years ago
  50. 935d8d5 XFA_WIDGETSTATUS cleanup. by dsinclair · 9 years ago
  51. 3857904 Remove Release() { delete this; } in CFXA_Data{Importer,Exporter} by tsepez · 9 years ago
  52. d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 9 years ago
  53. fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 9 years ago
  54. 3cc01f2 Fix the code that causes warnings by weili · 9 years ago
  55. c6450bb Remove XFA_WIDGETEVENT defines by dsinclair · 9 years ago
  56. cc4d6d8 Remove { delete this; } anti-pattern from IXFA_WidgetIterator by tsepez · 9 years ago
  57. 3f80c86 Remove some c_str() calls from StringCs in xfa docs. by tsepez · 9 years ago
  58. b22504a Replace FX_WSTRC(L"xyz").c_str() with just L"xyz" by tsepez · 9 years ago
  59. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  60. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  61. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
  62. 8adc153 ReplaceSelections() methods never called. by tsepez · 9 years ago
  63. 28c7844 Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. by tsepez · 9 years ago
  64. 39fbb7e Clean up CFX_ImageTransformer. by thestig · 9 years ago
  65. aadedf9 Replace CXFA_PtrSetTemplate with std::unordered_set. by tsepez · 9 years ago
  66. f7fe678 Add much-needed Find() method for CFX_*StringC by tsepez · 9 years ago
  67. 877a547 Use STL map for m_eventTargets. by tsepez · 9 years ago
  68. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  69. e00f75c CFX_ArabicChar contains only static methods, no need to instantiate. by tsepez · 9 years ago
  70. 1f00dbf Only set memory tool define if not set. by dsinclair · 9 years ago
  71. b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
  72. 439bb9e Avoid unused variable warnings on Linux by Wei Li · 9 years ago
  73. 5fe7ae7 Properly fix the warnings by Wei Li · 9 years ago
  74. 6e1ae86 Enable 'treating warnings as errors' for 64 bit Win builds by weili · 9 years ago
  75. c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
  76. 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 9 years ago
  77. b7675f6 Cleanup CFWL_ThemePart data. by dsinclair · 9 years ago
  78. ef43608 Convert some theme defines to values. by dsinclair · 9 years ago
  79. 8f4bf9a More define cleanup. by dsinclair · 9 years ago
  80. 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
  81. 2a14bde Replace IFX_MemoryAllocator::Release() with delete. by tsepez · 9 years ago
  82. 4c133f3 Remove unused CFX_CPLTree<> template by tsepez · 9 years ago
  83. 4d06f83 Cleanup XFA-Specific memory allocators. by tsepez · 9 years ago
  84. 89fcde8 Remove FWL_WGTHITTEST_* defines in favour of enum class. by dsinclair · 9 years ago
  85. 6020e45 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 by tsepez · 9 years ago
  86. fbe14b9 Fix lint bugs. by thestig · 9 years ago
  87. 8f0d0da Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10 by tsepez · 9 years ago
  88. b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
  89. 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
  90. e801d4e Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9 by tsepez · 9 years ago
  91. d5d07dc Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 by tsepez · 9 years ago
  92. d15ba4e Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 by tsepez · 9 years ago
  93. 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
  94. a310984 Convert CFX_PtrArray to typesafe CFX_ArrayTemplate, Part 6 by tsepez · 9 years ago
  95. 33a747d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 by tsepez · 9 years ago
  96. aef780d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4 by tsepez · 9 years ago
  97. 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
  98. e6ebf7a Cleanup IFDE_CSS interfaces. by dsinclair · 9 years ago
  99. bb0d446 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 by tsepez · 9 years ago
  100. 0e5f87a Replace CFX_PtrArray with type-safe CFX_ArrayTemplate, Part 2 by tsepez · 9 years ago