1. 5171a27 Use unique_ptrs for codec contexts in ccodec_progressivedecoder. by Tom Sepez · 8 years ago
  2. 5f34d47 Move CCodec_GifModule state to CGifContext by Tom Sepez · 8 years ago
  3. 19cda48 Missing one unowned_ptr in ccodec_progressivedecoder.h by Tom Sepez · 8 years ago
  4. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 8 years ago
  5. 9c6b37c Rename FXJPEG_Context and use unowned ptr by Tom Sepez · 8 years ago
  6. db9faec Put all CCodec_PngModule state into its context. by Tom Sepez · 8 years ago
  7. fc04f41 Move all of ccodec_bmpmodule state to its context by Tom Sepez · 8 years ago
  8. 26cb2fa Use unowned ptr back to delegates in codec modules by Tom Sepez · 8 years ago
  9. 2c20003 Fix small ordering issue in CFX_ProgressiveDecoder cleanup. by Tom Sepez · 8 years ago
  10. 0704e9b Release unowned m_pTiffContext before deleting through it by Tom Sepez · 8 years ago
  11. 9a50579 Do not store pointer to IFX_Pause in CCodec_Jbig2Context by Tom Sepez · 8 years ago
  12. 56e5e67 IFX_Pause is passed to CJBig2_Context, no need to store. by Tom Sepez · 8 years ago
  13. 385d32f Fix CPDF_PageRenderContext cleanup by Tom Sepez · 8 years ago
  14. 06bbdef Add public API for setting the blend mode on a page object. by wileyrya · 8 years ago
  15. cdfc035 Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed. by Tom Sepez · 8 years ago
  16. fb9c11b Release unowned CS reference before maybe destroying owned one by Tom Sepez · 8 years ago
  17. 169b301 Use proper file names in core/fpdfapi/font by Nicolas Pena · 8 years ago
  18. f677e18 Rename Probe() to ProbeForLowSeverityLifetimeIssue(). by Tom Sepez · 8 years ago
  19. 741c362 Avoid dangling encrypt dict pointer in CPDF_Parser by Tom Sepez · 8 years ago
  20. d928181 Simplify CPDF_Page ctor. by Lei Zhang · 8 years ago
  21. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 8 years ago
  22. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 8 years ago
  23. 1c26a6e Use more STL algorithms in fx_coordinates.cpp. by Lei Zhang · 8 years ago
  24. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 8 years ago
  25. b7deb9b Remove some unused defines by Dan Sinclair · 8 years ago
  26. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  27. 3a4c408 Rename CPDF_LinkExtract test file to match class by Dan Sinclair · 8 years ago
  28. 5acacd3 Break apart the pageint.h file. by Dan Sinclair · 8 years ago
  29. e0e2cd4 Cleanup some nits in CFX_Font by Nicolas Pena · 8 years ago
  30. 0fafb4f core: allow building against system lcms2 by Miklos Vajna · 8 years ago
  31. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  32. edc1e4e Convert to CFX_UnownedPtr, part 9 by Tom Sepez · 8 years ago
  33. 4734512 Convert to CFX_UnownedPtr, part 8 by Tom Sepez · 8 years ago
  34. a38f798 Use CheckedNumeric in BiInterpolImpl by Nicolas Pena · 8 years ago
  35. 08f4b77 Convert to CFX_UnownedPtr, part 4. by Tom Sepez · 8 years ago
  36. 033e565 Convert to CFX_UnownedPtr, part 5 by Tom Sepez · 8 years ago
  37. 655c783 Convert to CFX_UnownedPtr, part 3. by Tom Sepez · 8 years ago
  38. 6f3593c Remove longjmp from the Gif module by Nicolas Pena · 8 years ago
  39. 258909c Make CPDF_ImageCacheEntry retain CPDF_Image by Tom Sepez · 8 years ago
  40. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  41. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  42. 355954b Fix crypto calculation regression due to typo by Wei Li · 8 years ago
  43. ed75ee2 CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr. by Tom Sepez · 8 years ago
  44. 6c8ed64 Better identify web links by trimming irrelevant chars by Wei Li · 8 years ago
  45. 910b763 Use std::vector and std::sort() in CPDF_PageRenderCache. by Lei Zhang · 8 years ago
  46. bf014cf Fix off-by-one introduced at ab20404 by Tom Sepez · 8 years ago
  47. 7ec8eaa Back-fill some functionality for CFX_UnownedPtr by Tom Sepez · 8 years ago
  48. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  49. 6d69108 Remove image dimension params that are never used. by Lei Zhang · 8 years ago
  50. f605c24 Add more CFX_UnownedPtr usage. by Tom Sepez · 8 years ago
  51. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 8 years ago
  52. e6792f9 Fix typo in CFX_ImageTransformer::Continue by Nicolas Pena · 8 years ago
  53. cfd5685 Fix a situation where images are not properly rendered. by Lei Zhang · 8 years ago
  54. a3cf977 CFX_UnownedPtr: check during assignment time as well. by Tom Sepez · 8 years ago
  55. 17f4e02 Reland: Small fix in CPDF_TrueTypeFont load by Nicolas Pena · 8 years ago
  56. 938f211 SkPictureRecorder.h includes less, so we have to IWYU by Mike Reed · 8 years ago
  57. 7876609 Gif: Detect string decoding errors by Nicolas Pena · 8 years ago
  58. b332581 Revert "Small fix in CPDF_TrueTypeFont load" by Nicolás Peña · 8 years ago
  59. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  60. dde95d8 Small fix in CPDF_TrueTypeFont load by Nicolas Pena · 8 years ago
  61. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  62. 5885494 Simplify ContrastAdjust(). by Lei Zhang · 8 years ago
  63. 0c7f94f Remove gamma code by Dan Sinclair · 8 years ago
  64. 4b78b18 Remove unused flags from CPDF_Creator by Nicolas Pena · 8 years ago
  65. 34f8e1f Gif: error out on invalid code sizes by Nicolas Pena · 8 years ago
  66. d2afac1 Convert CPSOutput to an IFX_WriteStream by dan sinclair · 8 years ago
  67. 017ebba Add a WriteString method to IFX_WriteStream by dan sinclair · 8 years ago
  68. ef73cf5 Rename ErrorData and fix potential leak by Nicolas Pena · 8 years ago
  69. 2199ab8 Merge FXGIF_Context and CGifDecompressor into CGifContext by Nicolas Pena · 8 years ago
  70. 3c58aa0 Use clamp() in a couple more places. by Lei Zhang · 8 years ago
  71. a5085d4 Rename render device classes by Dan Sinclair · 8 years ago
  72. e6324fa Remove unused GetPlatformSurface and GetDC methods by dan sinclair · 8 years ago
  73. 0dc8571 Do not use vector data() when it is empty by Nicolas Pena · 8 years ago
  74. 830897a Move map and codec loading into manager by Dan Sinclair · 8 years ago
  75. dbc3d3e Fixup Initialize spelling by Dan Sinclair · 8 years ago
  76. 6e4ecaf Stop rendering if a span length overflowed in AGG by Nicolas Pena · 8 years ago
  77. bdc4580 Split DCT decoder creation from CPDF_DIBSource::CreateDecoder(). by Lei Zhang · 8 years ago
  78. 0a08926 Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite member. by Lei Zhang · 8 years ago
  79. 5b59033 Store the offset in the archive buffer by Dan Sinclair · 8 years ago
  80. aa70228 Cleaning up Edit code by Dan Sinclair · 8 years ago
  81. 2e2ee0e Cleanup CGifDecompressor part 2 by Nicolas Pena · 8 years ago
  82. 3e2d1ac Simplify CPDF_ImageRenderer::StartRenderDIBSource(). by Lei Zhang · 8 years ago
  83. 58577fd Use FXSYS_IntToTwoHexChars() in more places. by Lei Zhang · 8 years ago
  84. 6e10d00 Fix typos for the word start. by Lei Zhang · 8 years ago
  85. 8a6fdad Create common CXML_Object base class for CXML_Content and CXML_Element. by Tom Sepez · 8 years ago
  86. 6161445 Edit code cleanup by Dan Sinclair · 8 years ago
  87. 808828c Cleanup of CGifDecompressor part 1 by Nicolas Pena · 8 years ago
  88. ae4656e Move FPDF_FILEWRITE adapter to own file by Dan Sinclair · 8 years ago
  89. a0b1954 Rename fpdf_edit_create.cpp to cpdf_creator.cpp by Dan Sinclair · 8 years ago
  90. e02b2bc Use CXFA_TextUserData in place of CFX_Retainable where possible. by Tom Sepez · 8 years ago
  91. f82efcc Remove editint.h and create individual headers by Dan Sinclair · 8 years ago
  92. 3ba6010 Remove CPDF_Creator friends by Dan Sinclair · 8 years ago
  93. c68b1e7 Remove AppendObject from CPDF_Creator by Dan Sinclair · 8 years ago
  94. 309d4db Cleanup CPDF_Creator defines and method names by Dan Sinclair · 8 years ago
  95. 615bb96 Remove default params in CFX_DIBSource by Nicolas Pena · 8 years ago
  96. 486f141 Check bits to decode will fit before decoding by Dan Sinclair · 8 years ago
  97. 2df760f core: allow building against system zlib by Miklos Vajna · 8 years ago
  98. 332ef54 Remove type-unsafe void* / uint8_t* usage in fx_crypt.h by Tom Sepez · 8 years ago
  99. ab20404 Split out CPDF_CMap::m_pLeading into separate members. by Tom Sepez · 8 years ago
  100. 60cc3ba Cleanup CStretchEngine and its CWeightTable by Nicolas Pena · 8 years ago