1. 415d1ec Bring CmykEncode() into conformance with ArgbEncode() by Tom Sepez · 3 years, 6 months ago chromium/4309 chromium/4310
  2. 8a75d59 Avoid multiplying by 0x010101 for RGB value computation by Tom Sepez · 3 years, 6 months ago
  3. c570c11 Provide better logging from CJS_PublicMethods's AlertIfPossible(). by Tom Sepez · 3 years, 6 months ago
  4. 2d61ff8 Tolerate empty local in JS_DateParse(). by Tom Sepez · 3 years, 6 months ago chromium/4307
  5. c7ea56a Add a pixel test for CFX_ImageTransformer. by Lei Zhang · 3 years, 6 months ago chromium/4306
  6. d1a24fb FPDFAnnot_GetSubtype: recognize the Redact annotation sub-type by Miklos Vajna · 3 years, 6 months ago
  7. f6b7559 Roll MarkupSafe from f2fb0f21ef1e to 0944e71f4b2c (1 revision) by pdfium-autoroll · 3 years, 6 months ago chromium/4305
  8. 153af945 Split the lambda expression inside CFX_ImageTransformer::CalcColor(). by Lei Zhang · 3 years, 6 months ago chromium/4303 chromium/4304
  9. ec2aca0 Reduce the number of parameters in bilinear_interpol(). by Lei Zhang · 3 years, 6 months ago
  10. 0d090a9 Merge CPDF_FixedMatrix into CFX_BilinearMatrix subclass. by Tom Sepez · 3 years, 6 months ago
  11. c84681b Rename "cdata" variables in CFX_ImageTransformer to "calc_data". by Lei Zhang · 3 years, 6 months ago
  12. 7d983df Inline WriteColorResult(). by Lei Zhang · 3 years, 6 months ago
  13. 8b8be4c Remove CFX_WindowsDIB. by Lei Zhang · 3 years, 6 months ago
  14. 815569d De-duplicate definition of struct PixelWeight by Tom Sepez · 3 years, 6 months ago
  15. 82a9c34 Roll third_party/freetype/src/ 80389cab7..007c109b4 (3 commits) by Lei Zhang · 3 years, 6 months ago
  16. 8b82a5e Consolidate platform RGB format definition in CFX_DIBBase by Tom Sepez · 3 years, 6 months ago
  17. 79a7620 Remove loading of unused gdiplus functions. by Lei Zhang · 3 years, 6 months ago chromium/4302
  18. eb37137 Remove most CFX_WindowsDIB code. by Lei Zhang · 3 years, 6 months ago
  19. 68c771a Bicubic image transforms are not used by PDFium. by Tom Sepez · 3 years, 6 months ago
  20. 685352c Further reduce manual memory management in CGdiplusExt::LoadDIBitmap(). by Lei Zhang · 3 years, 6 months ago
  21. 81044fe Remove some references to |cmyk| from fxge/dib. by Tom Sepez · 3 years, 6 months ago
  22. c6a2b9f Make class CFX_DIBitmap::Channel private. by Tom Sepez · 3 years, 6 months ago
  23. a8c33d4 Replace manual memory allocation / deletion with a unique_ptr. by Lei Zhang · 3 years, 6 months ago
  24. 616a426 Remove arguments from CFX_DIBitmap::LoadChannel() by Tom Sepez · 3 years, 6 months ago
  25. 5ffae65 Make FXDIB_Channel an enum class and nest in CFX_DIBitmap. by Tom Sepez · 3 years, 6 months ago
  26. e4d1f38 Remove unused members in CFX_ImageStretcher. by Lei Zhang · 3 years, 6 months ago
  27. 69f164b Remove a CFX_DIBitmap::CompositeRect() parameter. by Lei Zhang · 3 years, 6 months ago
  28. 5390745 Slightly simplify CFX_ImageTransformer. by Lei Zhang · 3 years, 6 months ago
  29. 20e4de4 Use more spans in CFX_ScanlineCompositor for palette data. by Lei Zhang · 3 years, 6 months ago
  30. 0517bfe Remove `FXDIB_Format::kRgba`. by Lei Zhang · 3 years, 6 months ago chromium/4301
  31. 2200f83 Remove `FXDIB_Format::k8bppRgba`. by Lei Zhang · 3 years, 6 months ago
  32. 337086d Remove lots of unused CMYK code. by Lei Zhang · 3 years, 6 months ago
  33. 41fffde Remove `FXDIB_Format::kCmyk`. by Lei Zhang · 3 years, 6 months ago
  34. c4482f0 Remove `FXDIB_Format::k8bppCmyk`. by Lei Zhang · 3 years, 6 months ago
  35. 6579c8b Remove `FXDIB_Format::k1bppCmyk`. by Lei Zhang · 3 years, 6 months ago
  36. f0f7e46 Use IsOpaqueImage() in CFX_DIBitmap::MultiplyAlpha(). by Tom Sepez · 3 years, 6 months ago
  37. 467b4ec Remove parameter from CFX_WindowsDIB::LoadFromBuf(). by Lei Zhang · 3 years, 6 months ago
  38. d86ca92 Disallow more CFX_ScanlineCompositor conversions. by Lei Zhang · 3 years, 6 months ago chromium/4300
  39. 10d48c7 Move MakeMaybeAlphaRGBFormat() to the only file where it is used. by Lei Zhang · 3 years, 6 months ago
  40. 78a9e85 Rename CFX_DIBBase::IsAlphaMask() to IsMask(). by Tom Sepez · 3 years, 6 months ago
  41. aa8154a Add some unit tests for CFX_DIBBase::GetOverlapRect(). by Lei Zhang · 3 years, 6 months ago
  42. d23c2a2 Remove 2 CPDF_ImageRenderer::Start() parameters. by Lei Zhang · 3 years, 6 months ago
  43. 2cd415d Pass CFX_BitmapCompositor::m_BlendType to compositor. by Tom Sepez · 3 years, 6 months ago
  44. e03bf7b Prevent undefined behavior in CFX_DIBBase::GetOverlapRect(). by Lei Zhang · 3 years, 6 months ago
  45. cefb38d Make core/fxge/{fx_dib.h,dib/fx_dib_main.cpp} consistently named. by Tom Sepez · 3 years, 6 months ago
  46. 0964640 Move some FXDIB_Format functions from .h to .cpp file by Tom Sepez · 3 years, 6 months ago
  47. 26813ad Make FXDIB_format an enum class. by Tom Sepez · 3 years, 6 months ago
  48. 299fe92 Roll third_party/freetype/src/ 840ce58f9..80389cab7 (1 commit) by Lei Zhang · 3 years, 6 months ago chromium/4298
  49. 5f08a4f Roll third_party/freetype/src/ 20186d1be..840ce58f9 (14 commits) by Lei Zhang · 3 years, 6 months ago
  50. ed2d69b Remove a strlen() call in CFX_FolderFontInfo::FindFont(). by Lei Zhang · 3 years, 6 months ago
  51. e09dbc6 Simplify CFX_FolderFontInfoTest initialization. by Lei Zhang · 3 years, 6 months ago
  52. 93957e1 Improve font family name matching method. by Hui Yingst · 3 years, 6 months ago
  53. 5d92976 Do not process CMYK images in CompositePalBitmapLine(). by Lei Zhang · 3 years, 6 months ago
  54. 17eba20 Remove FXRC_CMYK_OUTPUT. by Lei Zhang · 3 years, 6 months ago
  55. a921cc9 Remove CMYK support from CFX_SkiaDeviceDriver. by Lei Zhang · 3 years, 6 months ago
  56. ba5ec78 Simplify CFX_Renderer. by Lei Zhang · 3 years, 6 months ago
  57. 3e2b8f3 Remove CMYK output support from CFX_Renderer. by Lei Zhang · 3 years, 6 months ago
  58. 5747bba Tidy CFX_Renderer. by Lei Zhang · 3 years, 6 months ago
  59. 2564664 Change Arial font's charset value to CHARSET_FLAG_ANSI for testing. by Hui Yingst · 3 years, 6 months ago
  60. f4aa8ca Use macro definitions for charsets in CFX_FolderFontInfoTest. by Hui Yingst · 3 years, 6 months ago
  61. e7dcc62 Fix |pitch_family| values in CFX_FolderFontInfoTest. by Hui Yingst · 3 years, 6 months ago
  62. f786605 Declare 1 variable per line in CFX_ScanlineCompositor. by Lei Zhang · 3 years, 6 months ago
  63. da8e0ad Get rid of dead CYMK output code in CPSPrinterDriver and CFX_PSRenderer. by Lei Zhang · 3 years, 6 months ago
  64. b6b659e Use std::make_unique() in more Windows-only fxge code. by Lei Zhang · 3 years, 6 months ago
  65. 1dd0692 Disallow some CFX_ScanlineCompositor conversions. by Lei Zhang · 3 years, 6 months ago
  66. 139ff79 Adjust conditions for some NOTREACHED() in CFX_DIBitmap. by Lei Zhang · 3 years, 6 months ago
  67. 1105ef8 Roll Catapult from 0de987471899 to 89eeef5150cb (76 revisions) by pdfium-autoroll · 3 years, 6 months ago chromium/4297
  68. 2f56cfe Change CFX_ScanlineCompositor::Init() to take a span. by Lei Zhang · 3 years, 6 months ago chromium/4296
  69. 7dd5297 Track depth of palettes in CFX_ScanlineCompositor. by Tom Sepez · 3 years, 6 months ago
  70. b0e46b0 Change CFX_DIBBase::SetPalette() to take a span. by Lei Zhang · 3 years, 6 months ago
  71. 654fad0 Add CFX_DIBBase::GetPaletteSpan(). by Lei Zhang · 3 years, 6 months ago
  72. 5956fc5 Remove an unnecessary call in CPDF_TransferFuncDIB ctor. by Lei Zhang · 3 years, 6 months ago
  73. 4307258 Change `CFX_DIBBase::m_pPalette` to a vector. by Lei Zhang · 3 years, 6 months ago
  74. 59ad940 Move some repeated code in CPDF_DIB into helper methods. by Lei Zhang · 3 years, 6 months ago
  75. d1723df Split CFX_DIBBase::GetPalette() into HasPalette() and GetPaletteData(). by Lei Zhang · 3 years, 6 months ago
  76. baed40c Make CFX_DIBBase::GetPalette() return a const pointer. by Lei Zhang · 3 years, 6 months ago
  77. 700a2c3 Remove FXARGB_TODIB(). by Lei Zhang · 3 years, 6 months ago
  78. 0384bf2 Do IWYU for fx_memory_wrappers.h. by Lei Zhang · 3 years, 6 months ago
  79. 7722d4c Do some cleanup in CPWL_CBButton. by Lei Zhang · 3 years, 6 months ago
  80. 606ab98 Avoid relocations in struct PDF_PSOpName. by Lei Zhang · 3 years, 6 months ago chromium/4295
  81. 3034615 Pass rect by const-ref to CPWL_ListCtrl::NotifyIface::OnInvalidateRect() by Tom Sepez · 3 years, 6 months ago
  82. 22337f3 Split CPWL_CBButton and CPWL_CBListBox into their own files by Tom Sepez · 3 years, 6 months ago
  83. ac4a02b Get rid of CFFL_PrivateData copy and assign. by Tom Sepez · 3 years, 6 months ago
  84. 9580f4f Split CFFL_PrivateData off into its own .h/.cpp files by Tom Sepez · 3 years, 6 months ago
  85. 055495d Split IPWL_FillerNotify off into its own .h file. by Tom Sepez · 3 years, 6 months ago chromium/4294
  86. 5a14e0a Replace class CFWL_List_Notify with a virtual interface. by Tom Sepez · 3 years, 6 months ago
  87. 7dd9dbd Reverse order of CPWL_ListCtrl and CPWL_List_Notify cleanup by Tom Sepez · 3 years, 6 months ago
  88. a58a676 Split up xfa/fgas/BUILD.gn by crt/ and font/ directories by Tom Sepez · 3 years, 6 months ago chromium/4293
  89. 45eae7b Move xfa/fxgraphics to xfa/fgas/graphics. by Tom Sepez · 3 years, 6 months ago
  90. 8a5699d Observe CFX_Timer's timer handler objects. by Tom Sepez · 3 years, 6 months ago
  91. b495871 Make CJS_Object's ObjDefnID be one-based. by Tom Sepez · 3 years, 6 months ago
  92. 4affe8b Use "= default" for constructors. by Lei Zhang · 3 years, 6 months ago
  93. 1bd7936 Nest class CPLST_Select as CPWL_ListCtrl::SelectState. by Tom Sepez · 3 years, 6 months ago
  94. 737b4a9 Rename fpdfsdk/pwl/cpwl_list_impl.{cpp,h} to cpwl_list_ctrl.{cpp,h} by Tom Sepez · 3 years, 6 months ago
  95. 538433c Explain why kFuncTag/kClassTag should remain as strings. by Lei Zhang · 3 years, 6 months ago chromium/4292
  96. 02b1794 Bump up `kMaxFormLevel`. by Lei Zhang · 3 years, 6 months ago
  97. 4f81d81 Add a pixel test with many layers of form xobjects. by Lei Zhang · 3 years, 6 months ago
  98. 53f083a7 Garbage collect last CFWL_ classes. by Tom Sepez · 3 years, 6 months ago
  99. 810f16e Comment some fields as allowed for stack only types. by Tom Sepez · 3 years, 6 months ago
  100. 607f1e4 Disable FPDFFormFillEmbedderTest.FormText on Windows for Skia and SkiaPaths. by Hui Yingst · 3 years, 6 months ago