1. 6b94f01 Replace FX_DOUBLE with underlying double type. by Dan Sinclair · 8 years ago
  2. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  3. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  4. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  5. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  6. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  7. f7fccbd Remove CFX_RTFPieceArray and use std::vector by Dan Sinclair · 8 years ago
  8. 312ce17 Remove CFX_StackTemplate in xfa_utils.h. by Tom Sepez · 8 years ago
  9. 22c7012 Tidy xfa_utils_unittest.cpp by Tom Sepez · 8 years ago
  10. 9a8a965 Add unit test for xfa node iterators by Tom Sepez · 8 years ago
  11. 9a785af remove CFX_StackTemplate<CFDE_XMLNode*> by Tom Sepez · 8 years ago
  12. d4db58f Remove CXFA_NodeStack by Tom Sepez · 8 years ago
  13. b0d3160 Change CreateBreak to return a unique_ptr by Dan Sinclair · 8 years ago
  14. bef7389 Return values instead of out params by Dan Sinclair · 8 years ago
  15. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  16. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  17. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  18. d7de8e1 Convert FX_RTFLINEALIGNMENT to an enum class by Dan Sinclair · 8 years ago
  19. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  20. 1026eab Remove unused RTF Break Policies by Dan Sinclair · 8 years ago
  21. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  22. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  23. efcf362 Merge CFX_PathGenerator into CFX_Path. by Dan Sinclair · 8 years ago
  24. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  25. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  26. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  27. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  28. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  29. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  30. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  31. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  32. 071d786 Rename x,y to width,height for Size types by dan sinclair · 8 years ago
  33. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  34. c222907 Cleanup out params in XFA layout code. by Dan Sinclair · 8 years ago
  35. 10def51 More CXFA_ItemLayoutProcessor cleanup by Dan Sinclair · 8 years ago
  36. e5f4f22 Cleanup xfa layout code by dan sinclair · 8 years ago
  37. aaf0bdc Remove unused parameter by dan sinclair · 8 years ago
  38. 65c7c23 Remove FX_WSTRC usage by dan sinclair · 8 years ago
  39. 44b297b Clean up CSS code to match styles. by dan sinclair · 8 years ago
  40. 51d02b3 use std::vector in cfx_graphics.h and xfa_ffwidget.h by Tom Sepez · 8 years ago
  41. 35ee5bb Cleanup memory in CFDE_CSSStyleSelector by Dan Sinclair · 8 years ago
  42. 03de884 Remove last usage of IFX_Retainable. by Tom Sepez · 8 years ago
  43. 7e5fdd0 Track CFDE_CSSComputedStyle with retained ptrs by Dan Sinclair · 8 years ago
  44. b76f49b Remove unused author and and user stylesheets by Dan Sinclair · 8 years ago
  45. 6414b27 Cleanup CSS parsing by Dan Sinclair · 8 years ago
  46. a0b2d23 Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector by tsepez · 8 years ago
  47. c757d9a Remove some |void Release() { delete this; }| anti-pattern. by tsepez · 8 years ago
  48. 82aa396 Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t> by tsepez · 8 years ago
  49. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  50. 85c532b use unique_ptr in xfa_checksum.h by tsepez · 8 years ago
  51. 19c209d Split CFDE_CSSPrimitiveValue apart by Dan Sinclair · 8 years ago
  52. 783a7e0 Avoid endless loop deleting CFGAS_GEFont. by tsepez · 8 years ago
  53. b9fbe6e Rename FDE_CSSRECT and FDE_CSSLENGTH by Dan Sinclair · 8 years ago
  54. cfb856c Remove IFDE_CSS interfaces which are only implemented once. by Dan Sinclair · 8 years ago
  55. 98d00b2 Remove used items from the CSS code. by Dan Sinclair · 8 years ago
  56. 96f482c Convert FDE CSS enums to enum classes. by Dan Sinclair · 8 years ago
  57. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago
  58. 0cb9b8c Strip out custom allocator code by Dan Sinclair · 8 years ago
  59. 1f5d498 Split xfa_textlayout apart. by Dan Sinclair · 8 years ago
  60. 3128d1c Remove more _LP* typedefs. by tsepez · 8 years ago
  61. 591ed14 Remove CFX_MapPtrToPtr and templates. by tsepez · 8 years ago
  62. 469f6da use unique_ptr in cxfa_layoutprocessor.h by tsepez · 8 years ago
  63. 2a998ad Cleaning up memory allocation in CXFA_FM2JSContext - III by Dan Sinclair · 8 years ago
  64. 647f284 Cleaning up memory allocation in CXFA_FM2JSContext - II by Dan Sinclair · 8 years ago
  65. 7855a2c Cleaning up memory allocation in CXFA_FM2JSContext - I by Dan Sinclair · 8 years ago
  66. e647799 Properly ref-count CFGAS_GEFont with CFX_RetainPtr. by tsepez · 8 years ago
  67. 6bb3b89 Remove CFX_MapPtrToPtr from xfa/fxfa. by tsepez · 8 years ago
  68. d654d78 remove some CFX_ArrayTemplate in xfa_ffdocview.h by tsepez · 8 years ago
  69. c635c93 Remove the ::GetCapacity methods. by Dan Sinclair · 8 years ago
  70. 3cdcfeb Create individual exception methods. by Dan Sinclair · 8 years ago
  71. eda80ef Kill last use of CFX_PtrList. by tsepez · 8 years ago
  72. c8fd331 Cleaning out params in CPDFXFA_Context by Dan Sinclair · 8 years ago
  73. ad3cd2a Better tests for password protected documents. by tsepez · 8 years ago
  74. 37b12ad Return unique_ptr from CXFA_FFApp::CreateDoc. by tsepez · 8 years ago
  75. 603f57b Update CFWL_ListBox to return instead of using out params. by dsinclair · 8 years ago
  76. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  77. 988599c Replace CFX_FloatArray with std::vector by tsepez · 8 years ago
  78. 94afac9 Replace CFX_WideStringCArray with std::vector. by tsepez · 8 years ago
  79. 89ab499 Change layout item in CFWL_Widget type from void by dsinclair · 8 years ago
  80. 43ac44c Cleanup CFWL_Widget code to return CFX_RectFs where appropriate by dsinclair · 8 years ago
  81. 80c40de Remove last usage of CFX_ObjectArray. by tsepez · 8 years ago
  82. 51709be Replace CFX_WideStringArray with std::vector by tsepez · 8 years ago
  83. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  84. 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 8 years ago
  85. da911bc Convert GetWidgetRect to return rect. by dsinclair · 8 years ago
  86. a2cbc57 Cleanup return values in CFWL_ComboBox by dsinclair · 8 years ago
  87. 442997c Cleanup FWL default values part II. by dsinclair · 8 years ago
  88. 7fa190d Cleanup default FWL params part I by dsinclair · 8 years ago
  89. 4614b45 Cleanup FWL Event and Message code. by dsinclair · 8 years ago
  90. 248cb27 Remove CFX_FormatString::Release() by tsepez · 8 years ago
  91. cd5e12a Catch stray Retains() and Releases() outside of RetainPtr<>. by tsepez · 8 years ago
  92. 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 8 years ago
  93. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  94. 1a1d764 Return unique_ptrs from CFX_DIBitmap::Clone(). by tsepez · 8 years ago
  95. 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 8 years ago
  96. f78bf1a Make concrete stream classes private to .cpp, part 3 by tsepez · 8 years ago
  97. 991f618 Move Init to constructor in CXFA_FMProgram by Nicolas Pena · 8 years ago
  98. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  99. f11380f Use unique_ptr in CFXA_FM expressions constructors by npm · 8 years ago
  100. eb9625c Use unique pointers in CXFA_FMParse by npm · 8 years ago