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