1. 0cb9b8c Strip out custom allocator code by Dan Sinclair · 8 years ago
  2. 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 8 years ago
  3. 0e6438e Remove custom allocator from CFDE_TxtEdtBuf. by Dan Sinclair · 8 years ago
  4. 5e9066c Add CFDE_TxtEdtBuf tests by dsinclair · 8 years ago
  5. e647799 Properly ref-count CFGAS_GEFont with CFX_RetainPtr. by tsepez · 8 years ago
  6. e4d611c Remove CFX_MapPtrToPtr from xfa/fde. by tsepez · 8 years ago
  7. d924770 Remove more unused widget styles by dsinclair · 8 years ago
  8. aefbe4b Remove unused CFWL_Edit flags. by dsinclair · 8 years ago
  9. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  10. 51709be Replace CFX_WideStringArray with std::vector by tsepez · 8 years ago
  11. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  12. 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 8 years ago
  13. 442997c Cleanup FWL default values part II. by dsinclair · 8 years ago
  14. 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 8 years ago
  15. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  16. 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 8 years ago
  17. 2399152 Fix crash in CFDE_CSSSyntaxParser when parsing empty url by npm · 8 years ago
  18. 0354ccf Change TxtEdtEngine to return CFX_WideString by dan sinclair · 8 years ago
  19. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 8 years ago
  20. 4b91a2d Clean up CFGAS_GEFont by npm · 8 years ago
  21. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  22. 38eaf4b Cleanup cfwl_* files. by dsinclair · 8 years ago
  23. 8f3eb60 Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. by npm · 8 years ago
  24. d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
  25. 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 8 years ago
  26. 530c7ac Avoid dubious use of comma operator in fde_csssyntax.h by tsepez · 8 years ago
  27. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  28. fb50559 Merge the CFWL_*Imp classes into the IFWL_* classes. by dsinclair · 8 years ago
  29. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  30. aa69291 Switch CFX_SAXReader to use std::stack. by thestig · 8 years ago
  31. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  32. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  33. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  34. 9972ff9 Refactor CFX_FontCache to have only one in GE Module. by art-snake · 8 years ago
  35. c480899 Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of https://codereview.chromium.org/2158023002/ ) by dsinclair · 8 years ago
  36. cde5101 Fix memory leaking on ClosePage. by art-snake · 8 years ago
  37. 2ca2da5 Sort include entries. by dsinclair · 8 years ago
  38. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
  39. d691899 Split fx_font into multiple files, part 1. by npm · 8 years ago
  40. e0347a6 Remove fgas_system files. by dsinclair · 8 years ago
  41. 22eeccb Guard against undefined shift. by dsinclair · 8 years ago
  42. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  43. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  44. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  45. cddf825 Use smart pointers for class owned pointers under xfa/fde by weili · 8 years ago
  46. 9b671ac Use smart pointers for CFX_Font and CFX_Type3Font classes by weili · 8 years ago
  47. 69f160d Move CSSRuleCollection class to its own file by npm · 8 years ago
  48. 3496545 Cleanup fgas/crt. by dsinclair · 8 years ago
  49. bb95c50 Cleanup ownership of parser members by dsinclair · 8 years ago
  50. 85d1f2c Remove NULL in xfa/ by dsinclair · 9 years ago
  51. 907a522 Use FXFONT defines in place of integers. by thestig · 9 years ago
  52. ec51ac3 Another round of fx_ge cleanup. by thestig · 9 years ago
  53. eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 9 years ago
  54. 3fa3351 Cleanup XML parser code. by dsinclair · 9 years ago
  55. c14c958 Remove redundant casts, part 9. by tsepez · 9 years ago
  56. cfb77cc Get rid of NULLs in xfa/fde/ by thestig · 9 years ago
  57. 77b909e Remove more casts, part 7. by tsepez · 9 years ago
  58. e64c3c6 Remove C-style casts in xfa/fde. by tsepez · 9 years ago
  59. a4fdfc5 Replace IFGAS_Font with underlying concrete type by thestig · 9 years ago
  60. 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
  61. 705f829 Remove FDE_HVISUALOBJ. by dsinclair · 9 years ago
  62. 2e9cd3a Remove unused CFDE_TxtEdtEngine::SetBufChunkSize(). by tsepez · 9 years ago
  63. fe433f1 Remove FDE_HDEVICESTATE. by dsinclair · 9 years ago
  64. 48ddd86 Make GetDevFont() return a CFX_Font* instead of void* by tsepez · 9 years ago
  65. 16e587e Rename IFX_FontMgr to IFGAS_FontMgr by tsepez · 9 years ago
  66. b71dc76 Rename IFX_Font to IFGAS_Font by tsepez · 9 years ago
  67. b5032dd Remove two unused opaque handle types by tsepez · 9 years ago
  68. db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
  69. 2f109ab Avoid two C-style FX_WCHAR* casts in pdfium by brucedawson · 9 years ago
  70. 816ff7b Make sure CFDE_XMLSyntaxParser's buffer is null terminated. by ochang · 9 years ago
  71. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
  72. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  73. 25fa42f Clean up fx_ge.h and IWYU. by thestig · 9 years ago
  74. 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 9 years ago
  75. a2d699f Rename IFX_Unknown to IFX_Retainable. by tsepez · 9 years ago
  76. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  77. 788ac38 Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache by tsepez · 9 years ago
  78. 6c93df8 Move fgas_sax into individual files in fde. by dsinclair · 9 years ago
  79. fc2cdf8 fgas/ code cleanup. by dsinclair · 9 years ago
  80. f8d8ac4 Expand some typedefs to the original types by dsinclair · 9 years ago
  81. d1f843e Remove Release() from CFX_TxtBreak by tsepez · 9 years ago
  82. 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
  83. 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago
  84. d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 9 years ago
  85. fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 9 years ago
  86. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  87. 2a14bde Replace IFX_MemoryAllocator::Release() with delete. by tsepez · 9 years ago
  88. 4d06f83 Cleanup XFA-Specific memory allocators. by tsepez · 9 years ago
  89. 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
  90. e6ebf7a Cleanup IFDE_CSS interfaces. by dsinclair · 9 years ago
  91. b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
  92. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  93. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
  94. bc1cbab Remove IFDE_CSSTagProvider. by dsinclair · 9 years ago
  95. acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
  96. d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 9 years ago
  97. db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 9 years ago
  98. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  99. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  100. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago