1. 7855a2c Cleaning up memory allocation in CXFA_FM2JSContext - I by Dan Sinclair · 8 years ago
  2. e647799 Properly ref-count CFGAS_GEFont with CFX_RetainPtr. by tsepez · 8 years ago
  3. 6bb3b89 Remove CFX_MapPtrToPtr from xfa/fxfa. by tsepez · 8 years ago
  4. 48f776f Remove unused CPDF_ImageCacheEntry::GetCachedBitmap by Nicolas Pena · 8 years ago
  5. 91fd904 remove unused CFX_PtrToInt32 typedef by tsepez · 8 years ago
  6. e4d611c Remove CFX_MapPtrToPtr from xfa/fde. by tsepez · 8 years ago
  7. 0ef7ba0 Kill render_int.h by Nicolas Pena · 8 years ago
  8. dc39e37 Add missing operator<() to CFX_RetainPtr. by tsepez · 8 years ago
  9. 6745f96 Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow by tsepez · 8 years ago
  10. fff400a Remove CFX_ArrayTemplate in BC_QRCoderEncoder. by tsepez · 8 years ago
  11. 4741b29 Add CFX_RetainPtr Leak() and Unleak() methods by tsepez · 8 years ago
  12. d654d78 remove some CFX_ArrayTemplate in xfa_ffdocview.h by tsepez · 8 years ago
  13. 72f50f2 Cleanup ThemeProvider code by Dan Sinclair · 8 years ago
  14. c635c93 Remove the ::GetCapacity methods. by Dan Sinclair · 8 years ago
  15. 3cdcfeb Create individual exception methods. by Dan Sinclair · 8 years ago
  16. e8f6897 Convert CFWL_MonthCalendar to use return values by Dan Sinclair · 8 years ago
  17. 5e3b976 Check for overflow in JBig2 Huffman decoder by Dan Sinclair · 8 years ago
  18. fa07af3 Remove more CFX_ArrayTemplate in cfwl_notedriver.h. by tsepez · 8 years ago
  19. eda80ef Kill last use of CFX_PtrList. by tsepez · 8 years ago
  20. b38c5df Remove CFWL_ListBox::GetDataProviderItemText by Dan Sinclair · 8 years ago
  21. c8fd331 Cleaning out params in CPDFXFA_Context by Dan Sinclair · 8 years ago
  22. db194cf Use return values in CFWL_Scrollbar instead of out params by Dan Sinclair · 8 years ago
  23. 83c5eac Force stop of page tree traversal when max level reached by Nicolas Pena · 8 years ago
  24. 05f5412 Libtiff update with upstream by Nicolas Pena · 8 years ago
  25. fa05e97 Gold support in PDFium by stephana · 8 years ago
  26. aea7705 Use vector of unique_ptrs for page node children. by tsepez · 8 years ago
  27. d0bbccd Make CFX_Observable copy constructable. by tsepez · 8 years ago
  28. 04a4070 Missing null initializer in CPDF_StreamParser::ReadInlineStream by tsepez · 8 years ago
  29. 0fdeeb8 Relax the EncryptMetadata check. by tsepez · 8 years ago
  30. da587fa lcms: Sanitize floating point read by kcwu · 8 years ago
  31. d5b81ce Return unique_ptr<> from IPDF_StructTree by tsepez · 8 years ago
  32. ad3cd2a Better tests for password protected documents. by tsepez · 8 years ago
  33. 47fb8c0 Return unique_ptr from CFX_BinaryBuf::DetachBuffer() by tsepez · 8 years ago
  34. b04b96b Move window type mask up with masked flags by dsinclair · 8 years ago
  35. 6803489 Remove widget offscreen code. by dsinclair · 8 years ago
  36. 46a4bbf Cleanup widget edge related code by dsinclair · 8 years ago
  37. d924770 Remove more unused widget styles by dsinclair · 8 years ago
  38. 791a0cc Remove unused widget state flags by dsinclair · 8 years ago
  39. ea7657c Remove unused sysbtn code by dsinclair · 8 years ago
  40. 72a2202 Remove unused m_OtfFontData. by tsepez · 8 years ago
  41. 37b12ad Return unique_ptr from CXFA_FFApp::CreateDoc. by tsepez · 8 years ago
  42. b8642f8 More unique_ptr returns from DIB methods. by tsepez · 8 years ago
  43. c773932 Remove unused flags in CFWL_PushButton by dsinclair · 8 years ago
  44. 72c1bda Return unique_ptr from GetAlphaMask. by tsepez · 8 years ago
  45. 5e4388e Cleanup CFWL_MonthCalendar flags by dsinclair · 8 years ago
  46. 5bed98c Remove some usage of |return XXX.release()| anti-pattern. by tsepez · 8 years ago
  47. 6597391 Remove unused CFWL_Form flags by dsinclair · 8 years ago
  48. aefbe4b Remove unused CFWL_Edit flags. by dsinclair · 8 years ago
  49. 727a304 This CL removes some of the unused CFWL widget flags. by dsinclair · 8 years ago
  50. be5f029 Remove unused CFWL_ListBox code by dsinclair · 8 years ago
  51. f085db3 Add inline JPEGs. by rbpotter · 8 years ago
  52. 0d73909 Remove CJBig2_List in favor of std::vector<std::unique_ptr<>> by tsepez · 8 years ago
  53. 603f57b Update CFWL_ListBox to return instead of using out params. by dsinclair · 8 years ago
  54. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  55. 992ecf7 Verify precision length before converting to string. by dsinclair · 8 years ago
  56. 974b4a6 Return unique_ptr<>s from fxcodec/ by tsepez · 8 years ago
  57. 988599c Replace CFX_FloatArray with std::vector by tsepez · 8 years ago
  58. 05b4fc1 Use CFX_MaybeOwned<> in CPDF_Annot. by tsepez · 8 years ago
  59. 8df0234 fix linux build by caryclark · 8 years ago
  60. 8d5d00b Fix JBig2 decoding logic by weili · 8 years ago
  61. d340646 add flag for future Skia CL by reed · 8 years ago
  62. 8fed844 sync with latest skia api by caryclark · 8 years ago
  63. b1125f8 Fix dotted line drawing for GDI device driver by weili · 8 years ago
  64. 5dbb129 add flag for SkClipOps by reed · 8 years ago
  65. 9468639 Update ICU by dsinclair · 8 years ago
  66. 6814f49 update to latest skia api by caryclark · 8 years ago
  67. 1babeee Change CFWL_Widget::GetMatrix to return the matrix by dsinclair · 8 years ago
  68. 94afac9 Replace CFX_WideStringCArray with std::vector. by tsepez · 8 years ago
  69. 89ab499 Change layout item in CFWL_Widget type from void by dsinclair · 8 years ago
  70. 43ac44c Cleanup CFWL_Widget code to return CFX_RectFs where appropriate by dsinclair · 8 years ago
  71. 53ed03d Remove unused list data pointer by dsinclair · 8 years ago
  72. 80c40de Remove last usage of CFX_ObjectArray. by tsepez · 8 years ago
  73. 51709be Replace CFX_WideStringArray with std::vector by tsepez · 8 years ago
  74. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  75. 64f4e25 Use unique_ptr for CXFA_XMLParser. by tsepez · 8 years ago
  76. 1306b18 Replace CFX_ByteStringArray with std::vector. by tsepez · 8 years ago
  77. da911bc Convert GetWidgetRect to return rect. by dsinclair · 8 years ago
  78. 67c6ca3 Split CFWL_Widget::GetWidgetRect into two parts by dsinclair · 8 years ago
  79. a2cbc57 Cleanup return values in CFWL_ComboBox by dsinclair · 8 years ago
  80. 442997c Cleanup FWL default values part II. by dsinclair · 8 years ago
  81. 31559c9 lcms: avoid fixed number LUT optimization on inf values by kcwu · 8 years ago
  82. 7fa190d Cleanup default FWL params part I by dsinclair · 8 years ago
  83. 919c084 Cleanup caret show/hide code by dsinclair · 8 years ago
  84. 4614b45 Cleanup FWL Event and Message code. by dsinclair · 8 years ago
  85. 248cb27 Remove CFX_FormatString::Release() by tsepez · 8 years ago
  86. a9d29df Properly ref count IFX_FileAccess. by tsepez · 8 years ago
  87. cd5e12a Catch stray Retains() and Releases() outside of RetainPtr<>. by tsepez · 8 years ago
  88. 7cda31a Refcount IFGAS_ streams all the time, too by tsepez · 8 years ago
  89. ab5a20d Fix the way to check terminal field in interactive form by weili · 8 years ago
  90. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  91. 8f87550 re-enable skia caching by caryclark · 8 years ago
  92. 6bdb56c Fix FPDF_GetPageLabel API typo. by dsinclair · 8 years ago
  93. 1a1d764 Return unique_ptrs from CFX_DIBitmap::Clone(). by tsepez · 8 years ago
  94. 7341149 Fix a leak when TIFFRGBAImageBegin fails by npm · 8 years ago
  95. f6ee820 [android] Make pdfium_unittests work on Android. by jbudorick · 8 years ago
  96. d65fd10 enable skia gradients, fix bugs by caryclark · 8 years ago
  97. 4bed2af Rename fpdf_render_image and fpdf_render_text by npm · 8 years ago
  98. 0527ec5 Rename IFX_Stream to IFGAS_Stream. by tsepez · 8 years ago
  99. 8b6a0a5 Encode lcms files as utf-8 by Scott Graham · 8 years ago
  100. 959a904 Tidy fx_stream.h by tsepez · 8 years ago