1. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  2. 48cd65d Rename remaining fx_codec*.cpp to match class and .h file name by Tom Sepez · 6 years ago[Renamed (99%) from core/fxcodec/codec/fx_codec_icc.cpp]
  3. 81fcde7 Use pdfium::span with CPDF_IccProfile and friends. by Lei Zhang · 6 years ago
  4. 238947c Remove out param from CCodec_IccModule::CreateTransform_sRGB(). by Lei Zhang · 6 years ago
  5. 013d065 Add ScopedCmsProfile. by Lei Zhang · 6 years ago
  6. 1839a4b Clean up CLcmsCmm. by Lei Zhang · 6 years ago
  7. f7155bf Delete dead code in CCodec_IccModule. by Lei Zhang · 6 years ago
  8. 2895880 Better determine if ICC colorspaces can be used for blending. by Lei Zhang · 6 years ago
  9. ae7bcb7 Remove CFX_FixedBufGrow from fx_codec_icc.cpp by Nicolas Pena · 6 years ago
  10. ac8357b Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector' by Nicolas Pena · 6 years ago
  11. 5de481e Remove almost all usages of CFX_FixedBufGrow with std::vector by Nicolas Pena · 6 years ago
  12. fe9ea0e Remove unreachable code in fx_codec_icc by Nicolás Peña · 7 years ago
  13. 7acd826 Forward declare codec modules in fx_codec.h. by Lei Zhang · 7 years ago
  14. 4793f34 Split CFX_FixedBufGrow out of fx_basic by Dan Sinclair · 7 years ago
  15. f752039 LCMS: rename folder by Nicolas Pena · 7 years ago
  16. d79ac21 Move CMYKtoRGB methods to fx_codec and clean them up by Nicolas Pena · 7 years ago
  17. 58bf3de Cleanup ICC code part 1 by Nicolas Pena · 7 years ago
  18. 0fafb4f core: allow building against system lcms2 by Miklos Vajna · 7 years ago
  19. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 7 years ago
  20. e115b2e Remove unneeded void* casts. by Lei Zhang · 7 years ago
  21. 4650ded Revert "Remove CFX_FixedBufGrow" by Nicolás Peña · 7 years ago
  22. 55d1d01 Remove CFX_FixedBufGrow by Dan Sinclair · 7 years ago
  23. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 7 years ago
  24. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 7 years ago
  25. 89a2d92 pdfium: Fix inconsistent number of color components of ICC profile by kcwu · 8 years ago
  26. 1e21c0d Revert of Clean up fx_codec_icc.cpp (patchset #1 id:1 of https://codereview.chromium.org/2482663002/ ) by kcwu · 8 years ago
  27. a94fc11 Clean up fx_codec_icc.cpp by kcwu · 8 years ago
  28. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  29. fcb1728 Fix founding difference in pdfium_test on AdobeCMYK_to_sRGB by brucedawson · 8 years ago
  30. 8a4e286 Move core/fxcodec/codec/include and core/fxcodec/include files up by dsinclair · 8 years ago
  31. a5b37f6 Remove dead code in CCodec_IccModule by kcwu · 8 years ago
  32. 160bd0e Double AdobeCMYK_to_sRGB speed with faster rounding by brucedawson · 8 years ago
  33. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 8 years ago
  34. 4997b22 Get rid of NULLs in core/ by thestig · 8 years ago
  35. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 8 years ago
  36. d55e11e Remove ICodec_* Interfaces. by dsinclair · 8 years ago
  37. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 8 years ago
  38. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 8 years ago
  39. 764ec51 Move core/src/ up to core/. by Dan Sinclair · 8 years ago[Renamed (99%) from core/src/fxcodec/codec/fx_codec_icc.cpp]
  40. 79fcb5f Change colorspace's number of components to be unsigned by Wei Li · 8 years ago
  41. 50cce60 Fixing whitespace lint errors. by Dan Sinclair · 9 years ago
  42. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  43. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  44. a9fa50f Merge to XFA: Fix relative includes within core/ by Lei Zhang · 9 years ago
  45. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  46. 09d33bc Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). by Tom Sepez · 9 years ago
  47. da180e9 Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). by Lei Zhang · 9 years ago
  48. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  49. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  50. 6d8b1c2 Merge to XFA: Cleanup: Do not check pointers before deleting them. by Lei Zhang · 9 years ago
  51. c498289 Merge to XF: Disintermediation. by Tom Sepez · 9 years ago
  52. 8be5575 Merge to XFA: Move lcms2 into third_party by Tom Sepez · 9 years ago
  53. 95e854f Remove trailing whitespaces in core, XFA edition. by Lei Zhang · 9 years ago
  54. 6581175 Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. by Tom Sepez · 9 years ago
  55. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  56. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  57. d50b172 Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. by Tom Sepez · 9 years ago
  58. 2c41044 Merge to XFA: Replace FX_NEW with new, remote tests from fxcodec by Lei Zhang · 9 years ago
  59. 6fc8cbb Merge to XFA: Kill CFX_Object. by Tom Sepez · 9 years ago
  60. 1dfbe60 Use number of components from ICC profile and alternate color space by Bo Xu · 10 years ago
  61. a550e4c Revert of Use number of components from ICC profile and alternateCS (patchset #1 of https://codereview.chromium.org/493163003/) by Bo Xu · 10 years ago
  62. be83103 Use number of components from ICC profile and alternate color space by Bo Xu · 10 years ago
  63. 3e4b1bc Stack-buffer-overflow in IccLib_Translate by foxit · 10 years ago
  64. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  65. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago