1. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  2. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  3. de44d15 Move CFX_MaybeOwned to fxcrt::MaybeOwned by Dan Sinclair · 7 years ago
  4. b896699 Move CFX_AutoRestorer to fxcrt::AutoRestorer by Dan Sinclair · 7 years ago
  5. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  6. af59cf1 Change CPDF_Form::ParseContent() to ParseContentWithParams(). by Lei Zhang · 7 years ago
  7. cc2b38d Split IFX_Pause out of fx_basic by Dan Sinclair · 7 years ago
  8. 4793f34 Split CFX_FixedBufGrow out of fx_basic by Dan Sinclair · 7 years ago
  9. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  10. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  11. 8d7672e Fix some issues with individual image mask rendering by rbpotter · 7 years ago
  12. 4a0cbf9 Pass a CPDF_ImageObject* into CPDF_ImageRenderer::Start(). by Lei Zhang · 7 years ago
  13. 364d18b flush but do not release skia driver by Cary Clark · 7 years ago
  14. f768baf Let CPDF_MeshStream::ReadVertexRow return a vector by Nicolas Pena · 7 years ago
  15. f55e72e Cleanup CPDF_RenderOptions colour members. by Dan Sinclair · 7 years ago
  16. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago
  17. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  18. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  19. 5acacd3 Break apart the pageint.h file. by Dan Sinclair · 7 years ago
  20. a38f798 Use CheckedNumeric in BiInterpolImpl by Nicolas Pena · 7 years ago
  21. b45324b Use NOTREACHED() in more places. by Lei Zhang · 7 years ago
  22. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 7 years ago
  23. a5085d4 Rename render device classes by Dan Sinclair · 7 years ago
  24. 0a08926 Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite member. by Lei Zhang · 7 years ago
  25. 615bb96 Remove default params in CFX_DIBSource by Nicolas Pena · 7 years ago
  26. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 7 years ago
  27. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 7 years ago
  28. e150045 Return unique_ptr from CPDF_RenderStatus::CloneObjStates(). by Tom Sepez · 7 years ago
  29. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 7 years ago
  30. c3202a9 Let CPDF_ImageRenderer own the CFX_ImageRenderer by Nicolas Pena · 7 years ago
  31. 05e6a80 RefCount CPDF_Type3Cache all the time. by Tom Sepez · 7 years ago
  32. 3a1d9b4 RefCount CPDF_TransferFunc all the time. by Tom Sepez · 7 years ago
  33. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  34. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 7 years ago
  35. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 7 years ago
  36. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 7 years ago
  37. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 7 years ago
  38. 4650ded Revert "Remove CFX_FixedBufGrow" by Nicolás Peña · 7 years ago
  39. 55d1d01 Remove CFX_FixedBufGrow by Dan Sinclair · 7 years ago
  40. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 7 years ago
  41. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 7 years ago
  42. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 7 years ago
  43. ef81390 Fix infinite loops in CPDF_MeshStream. by Lei Zhang · 8 years ago
  44. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  45. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  46. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  47. 49f7deb Convert fx_font points to CFX_Point{F}s by Dan Sinclair · 8 years ago
  48. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  49. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  50. 940f559 Reland Cleanup CPDF_MeshStream by Dan Sinclair · 8 years ago
  51. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  52. ceb3ab5 Revert "Cleanup CPDF_MeshStream" by dsinclair · 8 years ago
  53. 58e4c5a Clean up CPDF_TextObject a bit by Nicolas Pena · 8 years ago
  54. 9787a74 Cleanup CPDF_MeshStream by Dan Sinclair · 8 years ago
  55. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  56. 687a79c Cleanup CFX_Matrix related methods by Dan Sinclair · 8 years ago
  57. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  58. 118a8e2 Replace rect.Transform(matrix) with matrix.TransformRect(rect) by Dan Sinclair · 8 years ago
  59. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  60. 071d786 Rename x,y to width,height for Size types by dan sinclair · 8 years ago
  61. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  62. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
  63. 0fa4717 Remove CFX_ArrayTemplate from fpdfapi by tsepez · 8 years ago
  64. 0ef7ba0 Kill render_int.h by Nicolas Pena · 8 years ago
  65. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  66. 8f87550 re-enable skia caching by caryclark · 8 years ago
  67. 1a1d764 Return unique_ptrs from CFX_DIBitmap::Clone(). by tsepez · 8 years ago
  68. 8a463c5 Remove fpdf_render.cpp by Nicolas Pena · 8 years ago
  69. 3c0f366 Add some methods in CPDF_ImageRenderer by npm · 8 years ago
  70. 1e32d81 Remove some .release() calls in cpdf_renderstatus by tsepez · 8 years ago
  71. 43f382c Move CPDF_ImageRenderer from render_int by npm · 8 years ago
  72. 687fbde handle antialiased rendering as premultiplied by caryclark · 8 years ago
  73. 37b6d14 Split fwl/core class pt II. by dsinclair · 8 years ago
  74. ca5300a Continue splitting up render_int by npm · 8 years ago
  75. 0201377 fix corpus tests by caryclark · 8 years ago
  76. 483f3c4 Move CPDF_RenderStatus from render_int by npm · 8 years ago