1. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
  2. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  3. 25fa42f Clean up fx_ge.h and IWYU. by thestig · 9 years ago
  4. 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 9 years ago
  5. a2d699f Rename IFX_Unknown to IFX_Retainable. by tsepez · 9 years ago
  6. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  7. 788ac38 Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache by tsepez · 9 years ago
  8. 6c93df8 Move fgas_sax into individual files in fde. by dsinclair · 9 years ago
  9. fc2cdf8 fgas/ code cleanup. by dsinclair · 9 years ago
  10. f8d8ac4 Expand some typedefs to the original types by dsinclair · 9 years ago
  11. d1f843e Remove Release() from CFX_TxtBreak by tsepez · 9 years ago
  12. 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
  13. 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago
  14. d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 9 years ago
  15. fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 9 years ago
  16. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  17. 2a14bde Replace IFX_MemoryAllocator::Release() with delete. by tsepez · 9 years ago
  18. 4d06f83 Cleanup XFA-Specific memory allocators. by tsepez · 9 years ago
  19. 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
  20. e6ebf7a Cleanup IFDE_CSS interfaces. by dsinclair · 9 years ago
  21. b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
  22. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  23. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
  24. bc1cbab Remove IFDE_CSSTagProvider. by dsinclair · 9 years ago
  25. acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
  26. d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 9 years ago
  27. db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 9 years ago
  28. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  29. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  30. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  31. 08153b1 Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. by dsinclair · 9 years ago
  32. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
  33. a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 9 years ago
  34. 25c223d Only SolidBrush types are created, remove other brushes. by dsinclair · 9 years ago
  35. 1fdde02 Cleaning up FDE_CSS Classes. by dsinclair · 9 years ago
  36. 98a689f Make static FX_WCHAR arrays more const. by thestig · 9 years ago
  37. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  38. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  39. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  40. 6e56a5e Replace FDE_XMLSYNTAX defines with enum classes. by dsinclair · 9 years ago
  41. d80e0a7 Remove _FXBSTR* and calls to FX_BSTRC. by dsinclair · 9 years ago
  42. 11ac93c Fix CData parsing in CFDE_XMLSyntaxParser. by dsinclair · 9 years ago
  43. ae95f76 Remove IFDE_XML* classes. by dsinclair · 9 years ago
  44. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 9 years ago
  45. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  46. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
  47. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  48. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  49. 4161c5c Make a few more const tables smaller. by Tom Sepez · 9 years ago
  50. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago