1. 3793595 Move third_party/base/span.h to core/fxcrt by Lei Zhang · 1 year, 4 months ago
  2. 3f78476 Move NormalizeFontMetric() out of CPDF_Font by Lei Zhang · 1 year, 4 months ago
  3. b26a110 Rename _SKIA_SUPPORT_ to PDF_USE_SKIA by Lei Zhang · 1 year, 6 months ago
  4. 91d9d4e Move third_party/base/span.h into third_party/base/containers/ by Lei Zhang · 1 year, 10 months ago
  5. 357729f Consistently use `#if defined(_SKIA_SUPPORT_)` by Lei Zhang · 2 years, 2 months ago
  6. ae67f89 Removes _SKIA_SUPPORT_PATHS_ macro by K. Moon · 2 years, 6 months ago
  7. 832a694 Update old-style copyright headers by K. Moon · 2 years, 7 months ago
  8. 82c5172 Remove "PDF_" prefix from some standalone font functions. by Lei Zhang · 3 years, 2 months ago chromium/4980 chromium/4981
  9. 7b79764 Split part of CPDF_TrueTypeFont into DetermineEncoding(). by Lei Zhang · 3 years, 2 months ago chromium/4963 chromium/4964
  10. 6d041c7 Convert int to size_t in fpdf_sysfontinfo.cpp by Tom Sepez · 3 years, 3 months ago
  11. 1e151c6 Prefer {byte,wide}string.h inclusion over fx_string.h by Tom Sepez · 3 years, 6 months ago
  12. 311a00b Deprecate GET_TT_SHORT() in favor of FXSYS_UINT16_GET_MSBFIRST() by Tom Sepez · 3 years, 11 months ago
  13. 4facbc9 Consistently use defined() with _SKIA_SUPPORT_* macros. by Lei Zhang · 4 years, 10 months ago
  14. dde6f62 Create struct CFX_TextRenderOptions to represent text rendering options. by Hui Yingst · 5 years ago
  15. 44d0383 Rename FXFONT_BOLD flag to FXFONT_FORCE_BOLD. by Lei Zhang · 6 years ago chromium/3946 chromium/3947 chromium/3948
  16. 4ed84eb span-ify SystemFontInfoIface::GetFontData() by Tom Sepez · 6 years ago
  17. 692e77e Remove redundant read in CFX_FontMgr and CFX_FontMapper. by Tom Sepez · 6 years ago
  18. 108fb3a Move PDF_{Adobe,Unicode}NameFrom{Unicode,Adobe}() to core/fxge. by Tom Sepez · 6 years ago
  19. da0ade2 Fix includes in fx_font.h. by Lei Zhang · 6 years ago
  20. 1bdc49a Reorganize fx_font.h. by Lei Zhang · 6 years ago
  21. c85ee4e Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS. by Lei Zhang · 6 years ago
  22. 5da94fe Encapsulate CFX_GlyphBitmap. by Lei Zhang · 6 years ago
  23. 2cae3e2 Forward declare a bunch of classes. by Lei Zhang · 7 years ago
  24. bf2d7b7 Do IWYU for retain_ptr.h and unowned_ptr.h by Lei Zhang · 7 years ago
  25. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 7 years ago
  26. df93cd3 Replace some #ifdef PDF_ENABLE_XFA with runtime checks. by Tom Sepez · 7 years ago
  27. 417f344 Remove RenderDeviceDriverIface::GetCTM(). by Lei Zhang · 7 years ago
  28. 56569ac Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium by Dan Sinclair · 8 years ago
  29. 10e1f05 Cleanup font defines by Dan Sinclair · 8 years ago
  30. dd0e6e1 Cleanup font defines by Dan Sinclair · 8 years ago
  31. 86f5cf1 Cleanup some font headers by Dan Sinclair · 8 years ago
  32. 60830ae Hide FaceFontInfo inside CFX_FolderFontInfo by Dan Sinclair · 8 years ago
  33. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 8 years ago
  34. 655b347 Cleanup fx_freetype.h by Dan Sinclair · 8 years ago
  35. 698aed7 Cleanup FX macros by Dan Sinclair · 8 years ago
  36. 15dffdf Remove fx_text_int.h by Dan Sinclair · 8 years ago
  37. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 8 years ago
  38. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 8 years ago
  39. 275e260 Convert string class names by Ryan Harrison · 8 years ago
  40. bcd1e70 Remove fx_basic.h by Dan Sinclair · 8 years ago
  41. e0e2cd4 Cleanup some nits in CFX_Font by Nicolas Pena · 8 years ago
  42. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  43. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  44. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 8 years ago
  45. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 8 years ago
  46. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 8 years ago
  47. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 8 years ago
  48. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  49. 412fa65 Remove repeated flags from CPDF_Font by Nicolas Pena · 8 years ago chromium/3023
  50. 49f7deb Convert fx_font points to CFX_Point{F}s by Dan Sinclair · 8 years ago
  51. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  52. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  53. 72a2202 Remove unused m_OtfFontData. by tsepez · 8 years ago chromium/2953
  54. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  55. 85c8e7f Fixup lint flags. by Dan Sinclair · 9 years ago
  56. a1053a0 use skia text by caryclark · 9 years ago
  57. 12f3e4a Remove FX_BOOL from core by tsepez · 9 years ago
  58. ad2441e Rename IFX_ stream names by tsepez · 9 years ago chromium/2900
  59. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 9 years ago[Renamed (96%) from core/fxge/include/fx_font.h]
  60. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 9 years ago
  61. bfe9afc Remove FX_BOOL from cpdf_font by npm · 9 years ago chromium/2870 chromium/2871 chromium/2872
  62. 9972ff9 Refactor CFX_FontCache to have only one in GE Module. by art-snake · 9 years ago
  63. c480899 Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of https://codereview.chromium.org/2158023002/ ) by dsinclair · 9 years ago
  64. ea3c3be Remove duplicated charset definitions, and move them to fx_font.h by npm · 9 years ago
  65. cde5101 Fix memory leaking on ClosePage. by art-snake · 9 years ago chromium/2862
  66. 01b67ed Refactor CPDF_Document by creating new methods by npm · 9 years ago
  67. c29fc70 Fix memory management errors for font loading and copying by weili · 9 years ago
  68. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 9 years ago
  69. 19ecc23 Move CFX_FaceCache to its own file by npm · 9 years ago
  70. 1a8946b Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. by npm · 9 years ago
  71. d691899 Split fx_font into multiple files, part 1. by npm · 9 years ago
  72. b88b8e4 Delete m_ExtHandle and RetainFont because they are not being used. by npm · 9 years ago
  73. f73893a Splitting fx_ge_fontmap.cpp by npm · 9 years ago
  74. 22b05fc Remove FX_FONTCACHE_DEFINE by tsepez · 9 years ago
  75. 9b671ac Use smart pointers for CFX_Font and CFX_Type3Font classes by weili · 9 years ago
  76. 726b3db Remove some fx_dib functions with unused parameters. by thestig · 9 years ago
  77. 907a522 Use FXFONT defines in place of integers. by thestig · 9 years ago
  78. 950e68f Remove unused CFX_Font members. by thestig · 9 years ago
  79. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 9 years ago
  80. 6aac8a8 Remove even more const casting from core. by tsepez · 9 years ago
  81. 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
  82. a31d4a9 Change CFX_Font::GetPsName() to return a CFX_ByteString. by thestig · 9 years ago
  83. 24508df Clean up some Android/Windows code. by thestig · 9 years ago
  84. 7b21423 Clean up CFX_RenderDevice::DrawNormalText(). by thestig · 9 years ago
  85. 992def0 Don't use LCD antialiasing if Fontconfig doesn't support hinting by thomasanderson · 9 years ago
  86. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  87. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
  88. ea98238 Record all fonts, not just one per charset. by dsinclair · 9 years ago
  89. 2d4a4fc Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. by dsinclair · 9 years ago
  90. cdc1369 Remove IFX_FontEnumerator by dsinclair · 9 years ago
  91. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago[Renamed (98%) from core/include/fxge/fx_font.h]
  92. f8a5ef3 Support the device font cache by caryclark · 9 years ago
  93. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 9 years ago chromium/2692 chromium/2693 chromium/2694 chromium/2695
  94. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 9 years ago
  95. 676947c Added bounds checking to GetNameFromTT to handle corrupt files. by Tom Sepez · 9 years ago
  96. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  97. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  98. 68b4a4a Reland "Fix chromium-style errors." by Dan Sinclair · 9 years ago
  99. 5949122 Revert "Fix chromium-style errors." by Dan Sinclair · 9 years ago
  100. c582c0d Fix chromium-style errors. by Dan Sinclair · 9 years ago