1. 469f6da use unique_ptr in cxfa_layoutprocessor.h by tsepez · 9 years ago
  2. 2a998ad Cleaning up memory allocation in CXFA_FM2JSContext - III by Dan Sinclair · 9 years ago
  3. 647f284 Cleaning up memory allocation in CXFA_FM2JSContext - II by Dan Sinclair · 9 years ago
  4. 7855a2c Cleaning up memory allocation in CXFA_FM2JSContext - I by Dan Sinclair · 9 years ago
  5. e647799 Properly ref-count CFGAS_GEFont with CFX_RetainPtr. by tsepez · 9 years ago
  6. 6bb3b89 Remove CFX_MapPtrToPtr from xfa/fxfa. by tsepez · 9 years ago
  7. 91fd904 remove unused CFX_PtrToInt32 typedef by tsepez · 9 years ago
  8. e4d611c Remove CFX_MapPtrToPtr from xfa/fde. by tsepez · 9 years ago
  9. fff400a Remove CFX_ArrayTemplate in BC_QRCoderEncoder. by tsepez · 9 years ago
  10. d654d78 remove some CFX_ArrayTemplate in xfa_ffdocview.h by tsepez · 9 years ago
  11. 72f50f2 Cleanup ThemeProvider code by Dan Sinclair · 9 years ago
  12. c635c93 Remove the ::GetCapacity methods. by Dan Sinclair · 9 years ago
  13. 3cdcfeb Create individual exception methods. by Dan Sinclair · 9 years ago
  14. e8f6897 Convert CFWL_MonthCalendar to use return values by Dan Sinclair · 9 years ago
  15. fa07af3 Remove more CFX_ArrayTemplate in cfwl_notedriver.h. by tsepez · 9 years ago
  16. eda80ef Kill last use of CFX_PtrList. by tsepez · 9 years ago
  17. b38c5df Remove CFWL_ListBox::GetDataProviderItemText by Dan Sinclair · 9 years ago
  18. c8fd331 Cleaning out params in CPDFXFA_Context by Dan Sinclair · 9 years ago
  19. db194cf Use return values in CFWL_Scrollbar instead of out params by Dan Sinclair · 9 years ago
  20. ad3cd2a Better tests for password protected documents. by tsepez · 9 years ago
  21. b04b96b Move window type mask up with masked flags by dsinclair · 9 years ago
  22. 6803489 Remove widget offscreen code. by dsinclair · 9 years ago
  23. 46a4bbf Cleanup widget edge related code by dsinclair · 9 years ago
  24. d924770 Remove more unused widget styles by dsinclair · 9 years ago
  25. 791a0cc Remove unused widget state flags by dsinclair · 9 years ago
  26. ea7657c Remove unused sysbtn code by dsinclair · 9 years ago
  27. 37b12ad Return unique_ptr from CXFA_FFApp::CreateDoc. by tsepez · 9 years ago
  28. b8642f8 More unique_ptr returns from DIB methods. by tsepez · 9 years ago
  29. c773932 Remove unused flags in CFWL_PushButton by dsinclair · 9 years ago
  30. 5e4388e Cleanup CFWL_MonthCalendar flags by dsinclair · 9 years ago
  31. 6597391 Remove unused CFWL_Form flags by dsinclair · 9 years ago
  32. aefbe4b Remove unused CFWL_Edit flags. by dsinclair · 9 years ago
  33. 727a304 This CL removes some of the unused CFWL widget flags. by dsinclair · 9 years ago
  34. be5f029 Remove unused CFWL_ListBox code by dsinclair · 9 years ago
  35. 603f57b Update CFWL_ListBox to return instead of using out params. by dsinclair · 9 years ago
  36. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 9 years ago
  37. 988599c Replace CFX_FloatArray with std::vector by tsepez · 9 years ago
  38. 1babeee Change CFWL_Widget::GetMatrix to return the matrix by dsinclair · 9 years ago
  39. 94afac9 Replace CFX_WideStringCArray with std::vector. by tsepez · 9 years ago
  40. 89ab499 Change layout item in CFWL_Widget type from void by dsinclair · 9 years ago
  41. 43ac44c Cleanup CFWL_Widget code to return CFX_RectFs where appropriate by dsinclair · 9 years ago
  42. 53ed03d Remove unused list data pointer by dsinclair · 9 years ago
  43. 80c40de Remove last usage of CFX_ObjectArray. by tsepez · 9 years ago
  44. 51709be Replace CFX_WideStringArray with std::vector by tsepez · 9 years ago
  45. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 9 years ago
  46. 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 9 years ago
  47. 1306b18 Replace CFX_ByteStringArray with std::vector. by tsepez · 9 years ago
  48. da911bc Convert GetWidgetRect to return rect. by dsinclair · 9 years ago
  49. 67c6ca3 Split CFWL_Widget::GetWidgetRect into two parts by dsinclair · 9 years ago
  50. a2cbc57 Cleanup return values in CFWL_ComboBox by dsinclair · 9 years ago
  51. 442997c Cleanup FWL default values part II. by dsinclair · 9 years ago
  52. 7fa190d Cleanup default FWL params part I by dsinclair · 9 years ago
  53. 919c084 Cleanup caret show/hide code by dsinclair · 9 years ago
  54. 4614b45 Cleanup FWL Event and Message code. by dsinclair · 9 years ago
  55. 248cb27 Remove CFX_FormatString::Release() by tsepez · 9 years ago
  56. a9d29df Properly ref count IFX_FileAccess. by tsepez · 9 years ago
  57. cd5e12a Catch stray Retains() and Releases() outside of RetainPtr<>. by tsepez · 9 years ago
  58. 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 9 years ago
  59. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 9 years ago
  60. 1a1d764 Return unique_ptrs from CFX_DIBitmap::Clone(). by tsepez · 9 years ago
  61. 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 9 years ago
  62. 959a904 Tidy fx_stream.h by tsepez · 9 years ago
  63. f78bf1a Make concrete stream classes private to .cpp, part 3 by tsepez · 9 years ago
  64. d912f6b Make concrete stream classes private to .cpp, part 2 by tsepez · 9 years ago
  65. 991f618 Move Init to constructor in CXFA_FMProgram by Nicolas Pena · 9 years ago
  66. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 9 years ago
  67. f11380f Use unique_ptr in CFXA_FM expressions constructors by npm · 9 years ago
  68. 2399152 Fix crash in CFDE_CSSSyntaxParser when parsing empty url by npm · 9 years ago
  69. eb9625c Use unique pointers in CXFA_FMParse by npm · 9 years ago
  70. 0354ccf Change TxtEdtEngine to return CFX_WideString by dan sinclair · 9 years ago
  71. 41ba08e Add CFWL_ListBox::IsMultiSelection(). by thestig · 9 years ago
  72. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 9 years ago
  73. 0ce11ee Rename IFWL classes which do not have CFWL equivalents by dsinclair · 9 years ago
  74. 4e847e3 More unique_ptrs in CXFA_FMParse::ParseForeachExpression and avoid leak by npm · 9 years ago
  75. 7c47e1d Remove DataProvider from CFWL_WidgetProperties by dsinclair · 9 years ago
  76. 7172b71 Remove IFWL_CombobBox::DataProvider by Dan Sinclair · 9 years ago
  77. 0ced827 Remove listbox providers and build into listbox by Dan Sinclair · 9 years ago
  78. 209821f Remove plumbing for today value by dsinclair · 9 years ago
  79. e36430e Make Update and DrawWidget pure virtual by dsinclair · 9 years ago
  80. 1a7534a Rename IFWL_App to CFWL_App by dsinclair · 9 years ago
  81. d643729 Rename IFWL_Timer and IFWL_TimerInfo by dsinclair · 9 years ago
  82. e50184c Rename common methods between ifwl and cfwl. by dsinclair · 9 years ago
  83. 4572c8a Remove the GetCaption dataprovider method by dsinclair · 9 years ago
  84. 4bd717b Remove FwlEventMask by dsinclair · 9 years ago
  85. 37b6d14 Split fwl/core class pt II. by dsinclair · 9 years ago
  86. 4b91a2d Clean up CFGAS_GEFont by npm · 9 years ago
  87. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 9 years ago
  88. 30e5f30 Remove customized layout flag from FWL by dsinclair · 9 years ago
  89. 43170f4 Update SetThemeColor and SetThemeData by dsinclair · 9 years ago
  90. ac9934b Remove FWL_GetThemeColor by dsinclair · 9 years ago
  91. 738be2b Remove FWL_GetThemeLayout by dsinclair · 9 years ago
  92. 0ed26b2 Remove theme id from themeproviders by dsinclair · 9 years ago
  93. 85c8e7f Fixup lint flags. by Dan Sinclair · 9 years ago
  94. dd17234 Split fwl/core class pt I. by dsinclair · 9 years ago
  95. b4455b9 Remove unused FWL_WGTSTYLE_Icon by dsinclair · 9 years ago
  96. 14d3a9e Remove unset FWL_WGTSTYLE_NarrowCaption by dsinclair · 9 years ago
  97. 55323f3 Remove unset FWL_WGTSTYLE_Caption by dsinclair · 9 years ago
  98. 88cb0a3 Remove unread m_InfoStart from IFWL_Form. by dsinclair · 9 years ago
  99. aa17f57 Remove form resize type by dsinclair · 9 years ago
  100. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 9 years ago