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