1. ce67be4 Fix crash when inserting empty path by Nicolas Pena · 8 years ago
  2. 603a31d Add blend to GraphicsData by Nicolas Pena · 8 years ago
  3. 957480c Allow zero length streams when parsing. by Dan Sinclair · 8 years ago
  4. 6500c6f Check validity of color indices in bmp_decode_rgb by Nicolas Pena · 8 years ago
  5. 8f38e4f Converting CFX_ByteTextBuf to ostringstream in cpdf_pagecontentgenerator. by Henrique Nakashima · 8 years ago
  6. 2de0703 Converting CFX_ByteTextBuf to ostringstream in cpdf_syntax_parser.cpp. by Henrique Nakashima · 8 years ago
  7. c6fd58d Trimming brackets and quotes outside URLs. by Henrique Nakashima · 8 years ago
  8. 897c4b9 Converting CFX_ByteTextBuf to ostringstream in fdpf_parser_decode.cpp. by Henrique Nakashima · 8 years ago
  9. 59c1ac0 Simplify CPDF_Array::RemoveAt(index, size). by Lei Zhang · 8 years ago
  10. 7e2d1f4 Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream."" by Henrique Nakashima · 8 years ago
  11. 53827cb Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream." by Henrique Nakashima · 8 years ago
  12. 4633d52 Adding constructor of CFX_ByteString that takes a std::ostringstream. by Henrique Nakashima · 8 years ago
  13. 2ddf1cc Guard against undefined shifting in JPX decoder by Dan Sinclair · 8 years ago
  14. 0915087 Replacing CFX_ByteTextBuf with stringstream in cpdf_streamparser.cpp. by Henrique Nakashima · 8 years ago
  15. defe54d Fixing click area for links with a URL with prepended text. by Henrique Nakashima · 8 years ago
  16. d9d6c29 Fix EmptyCreation test by Nicolas Pena · 8 years ago
  17. 6c5ea10 Add start of CFGAS_FormatString tests by Dan Sinclair · 8 years ago
  18. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 8 years ago
  19. 5171a27 Use unique_ptrs for codec contexts in ccodec_progressivedecoder. by Tom Sepez · 8 years ago
  20. 5f34d47 Move CCodec_GifModule state to CGifContext by Tom Sepez · 8 years ago
  21. 19cda48 Missing one unowned_ptr in ccodec_progressivedecoder.h by Tom Sepez · 8 years ago
  22. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 8 years ago
  23. 9c6b37c Rename FXJPEG_Context and use unowned ptr by Tom Sepez · 8 years ago
  24. db9faec Put all CCodec_PngModule state into its context. by Tom Sepez · 8 years ago
  25. fc04f41 Move all of ccodec_bmpmodule state to its context by Tom Sepez · 8 years ago
  26. 26cb2fa Use unowned ptr back to delegates in codec modules by Tom Sepez · 8 years ago
  27. 2c20003 Fix small ordering issue in CFX_ProgressiveDecoder cleanup. by Tom Sepez · 8 years ago
  28. 0704e9b Release unowned m_pTiffContext before deleting through it by Tom Sepez · 8 years ago
  29. 9a50579 Do not store pointer to IFX_Pause in CCodec_Jbig2Context by Tom Sepez · 8 years ago
  30. 56e5e67 IFX_Pause is passed to CJBig2_Context, no need to store. by Tom Sepez · 8 years ago
  31. 385d32f Fix CPDF_PageRenderContext cleanup by Tom Sepez · 8 years ago
  32. 06bbdef Add public API for setting the blend mode on a page object. by wileyrya · 8 years ago
  33. cdfc035 Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed. by Tom Sepez · 8 years ago
  34. fb9c11b Release unowned CS reference before maybe destroying owned one by Tom Sepez · 8 years ago
  35. 169b301 Use proper file names in core/fpdfapi/font by Nicolas Pena · 8 years ago
  36. f677e18 Rename Probe() to ProbeForLowSeverityLifetimeIssue(). by Tom Sepez · 8 years ago
  37. 741c362 Avoid dangling encrypt dict pointer in CPDF_Parser by Tom Sepez · 8 years ago
  38. d928181 Simplify CPDF_Page ctor. by Lei Zhang · 8 years ago
  39. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 8 years ago
  40. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 8 years ago
  41. 1c26a6e Use more STL algorithms in fx_coordinates.cpp. by Lei Zhang · 8 years ago
  42. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 8 years ago
  43. b7deb9b Remove some unused defines by Dan Sinclair · 8 years ago
  44. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  45. 3a4c408 Rename CPDF_LinkExtract test file to match class by Dan Sinclair · 8 years ago
  46. 5acacd3 Break apart the pageint.h file. by Dan Sinclair · 8 years ago
  47. e0e2cd4 Cleanup some nits in CFX_Font by Nicolas Pena · 8 years ago
  48. 0fafb4f core: allow building against system lcms2 by Miklos Vajna · 8 years ago
  49. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  50. edc1e4e Convert to CFX_UnownedPtr, part 9 by Tom Sepez · 8 years ago
  51. 4734512 Convert to CFX_UnownedPtr, part 8 by Tom Sepez · 8 years ago
  52. a38f798 Use CheckedNumeric in BiInterpolImpl by Nicolas Pena · 8 years ago
  53. 08f4b77 Convert to CFX_UnownedPtr, part 4. by Tom Sepez · 8 years ago
  54. 033e565 Convert to CFX_UnownedPtr, part 5 by Tom Sepez · 8 years ago
  55. 655c783 Convert to CFX_UnownedPtr, part 3. by Tom Sepez · 8 years ago
  56. 6f3593c Remove longjmp from the Gif module by Nicolas Pena · 8 years ago
  57. 258909c Make CPDF_ImageCacheEntry retain CPDF_Image by Tom Sepez · 8 years ago
  58. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  59. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  60. 355954b Fix crypto calculation regression due to typo by Wei Li · 8 years ago
  61. ed75ee2 CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr. by Tom Sepez · 8 years ago
  62. 6c8ed64 Better identify web links by trimming irrelevant chars by Wei Li · 8 years ago
  63. 910b763 Use std::vector and std::sort() in CPDF_PageRenderCache. by Lei Zhang · 8 years ago
  64. bf014cf Fix off-by-one introduced at ab20404 by Tom Sepez · 8 years ago
  65. 7ec8eaa Back-fill some functionality for CFX_UnownedPtr by Tom Sepez · 8 years ago
  66. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  67. 6d69108 Remove image dimension params that are never used. by Lei Zhang · 8 years ago
  68. f605c24 Add more CFX_UnownedPtr usage. by Tom Sepez · 8 years ago
  69. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 8 years ago
  70. e6792f9 Fix typo in CFX_ImageTransformer::Continue by Nicolas Pena · 8 years ago
  71. cfd5685 Fix a situation where images are not properly rendered. by Lei Zhang · 8 years ago
  72. a3cf977 CFX_UnownedPtr: check during assignment time as well. by Tom Sepez · 8 years ago
  73. 17f4e02 Reland: Small fix in CPDF_TrueTypeFont load by Nicolas Pena · 8 years ago
  74. 938f211 SkPictureRecorder.h includes less, so we have to IWYU by Mike Reed · 8 years ago
  75. 7876609 Gif: Detect string decoding errors by Nicolas Pena · 8 years ago
  76. b332581 Revert "Small fix in CPDF_TrueTypeFont load" by Nicolás Peña · 8 years ago
  77. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  78. dde95d8 Small fix in CPDF_TrueTypeFont load by Nicolas Pena · 8 years ago
  79. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  80. 5885494 Simplify ContrastAdjust(). by Lei Zhang · 8 years ago
  81. 0c7f94f Remove gamma code by Dan Sinclair · 8 years ago
  82. 4b78b18 Remove unused flags from CPDF_Creator by Nicolas Pena · 8 years ago
  83. 34f8e1f Gif: error out on invalid code sizes by Nicolas Pena · 8 years ago
  84. d2afac1 Convert CPSOutput to an IFX_WriteStream by dan sinclair · 8 years ago
  85. 017ebba Add a WriteString method to IFX_WriteStream by dan sinclair · 8 years ago
  86. ef73cf5 Rename ErrorData and fix potential leak by Nicolas Pena · 8 years ago
  87. 2199ab8 Merge FXGIF_Context and CGifDecompressor into CGifContext by Nicolas Pena · 8 years ago
  88. 3c58aa0 Use clamp() in a couple more places. by Lei Zhang · 8 years ago
  89. a5085d4 Rename render device classes by Dan Sinclair · 8 years ago
  90. e6324fa Remove unused GetPlatformSurface and GetDC methods by dan sinclair · 8 years ago
  91. 0dc8571 Do not use vector data() when it is empty by Nicolas Pena · 8 years ago
  92. 830897a Move map and codec loading into manager by Dan Sinclair · 8 years ago
  93. dbc3d3e Fixup Initialize spelling by Dan Sinclair · 8 years ago
  94. 6e4ecaf Stop rendering if a span length overflowed in AGG by Nicolas Pena · 8 years ago
  95. bdc4580 Split DCT decoder creation from CPDF_DIBSource::CreateDecoder(). by Lei Zhang · 8 years ago
  96. 0a08926 Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite member. by Lei Zhang · 8 years ago
  97. 5b59033 Store the offset in the archive buffer by Dan Sinclair · 8 years ago
  98. aa70228 Cleaning up Edit code by Dan Sinclair · 8 years ago
  99. 2e2ee0e Cleanup CGifDecompressor part 2 by Nicolas Pena · 8 years ago
  100. 3e2d1ac Simplify CPDF_ImageRenderer::StartRenderDIBSource(). by Lei Zhang · 8 years ago