1. 1e32d81 Remove some .release() calls in cpdf_renderstatus by tsepez · 8 years ago
  2. 9e4fca7 Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmap by npm · 8 years ago
  3. 43f382c Move CPDF_ImageRenderer from render_int by npm · 8 years ago
  4. 171071d fix negative font size by caryclark · 8 years ago
  5. 733e068 Add API for getting page labels. by thestig · 8 years ago
  6. 5048731 Multiply safely in CCodec_TiffContext::Decode by npm · 8 years ago
  7. c675a2f Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annot by tsepez · 8 years ago
  8. 6136ec6 Ensure CPDF_CountedObjects only made from owned references. by tsepez · 8 years ago
  9. 687fbde handle antialiased rendering as premultiplied by caryclark · 8 years ago
  10. 89a2d92 pdfium: Fix inconsistent number of color components of ICC profile by kcwu · 8 years ago
  11. 1aff265 Continue splitting pageint.h into per-class files by tsepez · 8 years ago
  12. 12ff1eb Avoid calls to WrapUnique in CPDF_streamparser by tsepez · 8 years ago
  13. 37b6d14 Split fwl/core class pt II. by dsinclair · 8 years ago
  14. 6a1c9bd Use more unique_ptrs in CPDF_Image. by thestig · 8 years ago
  15. 06104a8 Remove some WrapUnique() calls by returing unique_ptrs by tsepez · 8 years ago
  16. 4ccdb14 Remove iCompress parameter to CPDF_Image::SetImage(). by thestig · 8 years ago
  17. 8a5e15d Make CPDF_ImageObject::m_Matrix private. by thestig · 8 years ago
  18. d88090f Remove some void* usage in fx_crypt.cpp by tsepez · 8 years ago
  19. bcd3e53 Check dimensions and content of bitmaps in EmbedderTests. by thestig · 8 years ago
  20. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  21. aa3922d Remove unused CRYPT_SetPubKeyDecryptor() by tsepez · 8 years ago
  22. f5cabbf Add unit test for fdrm's MD5 by tsepez · 8 years ago
  23. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  24. 7daa6fb Fix CPDFImage::IsInline(). by thestig · 8 years ago
  25. ca5300a Continue splitting up render_int by npm · 8 years ago
  26. 3702566 Clean up CPDF_PageContentGenerator. by thestig · 8 years ago
  27. a1053a0 use skia text by caryclark · 8 years ago
  28. d8f710c Provide perfect-forwarding in CPDF_Object templates. by tsepez · 8 years ago
  29. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  30. 430ab83 Add unit test for CXFA_FileRead. by tsepez · 8 years ago
  31. 0201377 fix corpus tests by caryclark · 8 years ago
  32. 483f3c4 Move CPDF_RenderStatus from render_int by npm · 8 years ago
  33. 935c631 Move CPDF_DocRenderData from render_int by npm · 8 years ago
  34. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  35. cc4d0a4 Move ByteStringPool from document to indirect object holder. by tsepez · 8 years ago
  36. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  37. af177fe Create a subset of skia support for paths only by caryclark · 8 years ago
  38. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  39. f16f6b8 Revert of Create a subset of skia support for paths only (patchset #10 id:180001 of https://codereview.chromium.org/2491693002/ ) by dsinclair · 8 years ago
  40. 5d22329 Create a subset of skia support for paths only by caryclark · 8 years ago
  41. 137a344 Make CPDF_PageContentGenerator methods take object numbers by tsepez · 8 years ago
  42. be83b31 Properly release caches in CPDF_DocRenderData by npm · 8 years ago
  43. dc40c40 Relax colorspace checks in CPDF_DIBSource::CreateDecoder(). by thestig · 8 years ago
  44. 5937d0d Fix sevg above CPDF_PageContentGenerator::ProcessImage() by tsepez · 8 years ago
  45. f348066 Use more unique_ptrs for CPDF_Annot and friends. by thestig · 8 years ago
  46. 69bbfa8 Use more unique_ptrs in CPVT_GenerateAP. by thestig · 8 years ago
  47. 61f8e9c Do not load main cross ref table for first page in linearized pdf. by art-snake · 8 years ago
  48. 3f8cb53 Add early returns in CJBig2_TRDProc::decode_Arith when decode fails. by npm · 8 years ago
  49. c0a4777 Fix receiving page, if it have not obj num. by art-snake · 8 years ago
  50. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  51. 1e21c0d Revert of Clean up fx_codec_icc.cpp (patchset #1 id:1 of https://codereview.chromium.org/2482663002/ ) by kcwu · 8 years ago
  52. 4f610ef Define IsFloatEqual macro properly. by thestig · 8 years ago
  53. 28c888b Cleanup CPDF_DeviceCS and friends. by thestig · 8 years ago
  54. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  55. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  56. 0d830c1 Hold trailers via unique_ptrs. by tsepez · 8 years ago
  57. 5ab31ef Use unique_ptr return from CPDF_Parser::ParseIndirectObject() by tsepez · 8 years ago
  58. c09625c Rename CPDF_Linearized to CPDF_LinearizedHeader by tsepez · 8 years ago
  59. a97fc7c Remove unused CFX_QuartzDevice(Driver) classes. by npm · 8 years ago
  60. 014b012 Clean up fpdf_page_parsers by npm · 8 years ago
  61. 240dec5 Reland of Unify some code by art-snake · 8 years ago
  62. a94fc11 Clean up fx_codec_icc.cpp by kcwu · 8 years ago
  63. 19cd7cc Revert of Unify some code (patchset #14 id:260001 of https://codereview.chromium.org/2466023002/ ) by dsinclair · 8 years ago
  64. 71333dc Unify some code by art-snake · 8 years ago
  65. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  66. 931d087 Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr. by tsepez · 8 years ago
  67. 1d08c50 CHECK for re-addition of indirect objects by tsepez · 8 years ago
  68. ec64cee Traverse PDF page tree only once in CPDF_Document Try 3 by npm · 8 years ago
  69. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  70. 761eed2 Assert objnum non-zero in ReplaceIndirectObjectIfHigherGeneration() by tsepez · 8 years ago
  71. f0d5b6c Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #11 id:200001 of https://codereview.chromium.org/2384883003/ ) by dsinclair · 8 years ago
  72. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  73. 7f3a8c3 Clean up CPDF_SyntaxParser a little bit by npm · 8 years ago
  74. 20ef5b9 Move CPDF_Document insert methods from namespace by npm · 8 years ago
  75. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  76. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  77. fcb1728 Fix founding difference in pdfium_test on AdobeCMYK_to_sRGB by brucedawson · 8 years ago
  78. 5a22582 Re-land "Change FX_BOOL definition from int to bool." by tsepez · 8 years ago
  79. da3447b Fix bool / int mismatch for win64 by tsepez · 8 years ago
  80. a3580f9 Fix a memory leak in CPDF_SecurityHandler. by thestig · 8 years ago
  81. 461b1d9 Fix loading page using hint tables. by art-snake · 8 years ago
  82. fea997e remove deprecated skia transfer mode usage by caryclark · 8 years ago
  83. 747dcf7 Revert of Change FX_BOOL definition from int to bool. (patchset #15 id:250001 of https://codereview.chromium.org/2453473003/ ) by dsinclair · 8 years ago
  84. dd65283 Change FX_BOOL definition from int to bool. by tsepez · 8 years ago
  85. e47a08b Fix FX_BOOL / int issue in fx_skia_device.cpp by tsepez · 8 years ago
  86. 900f421 Revert of Traverse PDF page tree only once in CPDF_Document Try 2 (patchset #3 id:40001 of https://codereview.chromium.org/2442403002/ ) by npm · 8 years ago
  87. b849e81 Use CompositeMask instead of TransferBitmap when drawing type 3 text by npm · 8 years ago
  88. 5bca5ca Change some ints to bools in JBIG2 code. by thestig · 8 years ago
  89. 159ba95 Stop casting function pointers to data pointers in fx_win32_gdipext.cpp. by tsepez · 8 years ago
  90. 71ba588 Fix more FX_BOOL / int noise in core/fpdfsdk by tsepez · 8 years ago
  91. 605c9f7 Fix FX_BOOL / int noise in JBig2, pass 3 by tsepez · 8 years ago
  92. eaddead Fix FX_BOOL / int noise in JBig2, pass 2 by tsepez · 8 years ago
  93. 169e0ae Fix FX_BOOL / int noise in JBig2_Grd*Proc by tsepez · 8 years ago
  94. 5c15e67 Fix some FX_BOOL / int noise in core/fx* by tsepez · 8 years ago
  95. f39074c Fix some FX_BOOL / int noise in fxcrt. by tsepez · 8 years ago
  96. e5cb0b1 Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. by tsepez · 8 years ago
  97. cd5f026 Add more checks to tiff_read() and tiff_seek(). by thestig · 8 years ago
  98. d3a2009 Traverse PDF page tree only once in CPDF_Document by npm · 8 years ago
  99. 1842be8 Avoid some FX_BOOL/bool noise in fx_codec_fax.cpp by tsepez · 8 years ago
  100. 16b703c Fix some bool/int mismatches. by tsepez · 8 years ago