1. cc3d0ce Move FxFreeDeleter to fx_memory_wrappers.h by Tom Sepez · 4 years, 10 months ago
  2. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 4 years, 10 months ago
  3. a64a04c Avoid some unnecessary copying in CPDF_TextPage. by Lei Zhang · 5 years ago
  4. ffff6c5 Make CPDF_Font a retainable type. by Tom Sepez · 5 years ago
  5. 5cf6e20 API to return text range for weblinks by Ankit Kumar 🌪️ · 5 years ago
  6. c2cdb2e Fix 24 ClangTidy - Readability/Naming findings in /pdfium/. by Andrew Weintraub · 5 years ago
  7. a733d82 Remove class CPDF_PageObjectList. by Tom Sepez · 5 years ago
  8. 3f041c6 Make CPDF_TextPageFind::IsMatchWholeWord() a standalone function. by Lei Zhang · 6 years ago
  9. fb622d6 Make CPDF_TextPageFind creation go through Create() method. by Lei Zhang · 6 years ago
  10. 80984c9 Consolidate code into CPDF_TextPageFind::ExtractFindWhat(). by Lei Zhang · 6 years ago
  11. 0f19413 Move parameters from CPDF_TextPageFind::FindFirst() to ctor. by Lei Zhang · 6 years ago
  12. ccadca4 Add CPDF_TextPage::size(). by Lei Zhang · 6 years ago
  13. a74f258 Simplify CPDF_TextPageFind::FindPrev(). by Lei Zhang · 6 years ago
  14. 025edab Remove useless CPDF_TextPageFind members. by Lei Zhang · 6 years ago
  15. ca5a5ba Remove checks for impossible situations in CPDF_TextPageFind. by Lei Zhang · 6 years ago
  16. dc5cb3a Replace CPDF_TextPageFind flags with options. by Lei Zhang · 6 years ago
  17. 7696d46 Initialize CPDF_TextPageFind members in the header. by Lei Zhang · 6 years ago
  18. a7eba4c Fix an integer overflow inside cpdf_textpage.cpp. by Lei Zhang · 6 years ago
  19. a1f94aa Remove some CFX_Matrix::Concat() calls. by Lei Zhang · 6 years ago
  20. 4609c5d Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit(). by Lei Zhang · 6 years ago
  21. 890eac2 Prefer WideString() over L"". by Tom Sepez · 6 years ago
  22. f263530 Use FXSYS_IsDecimalDigit() in more places. by Lei Zhang · 6 years ago
  23. f03f781 Split pdfium_unittests sources. by Lei Zhang · 6 years ago
  24. 966e10c Make core/ pass gn check. by Lei Zhang · 6 years ago
  25. 995374a Split core/fxcrt build rules into core/fxcrt/BUILD.gn. by Lei Zhang · 6 years ago
  26. 8460088 Split most core build rules into various BUILD.gn files in core. by Lei Zhang · 6 years ago
  27. 673b90a Rename CPDF_ContentMark to CPDF_ContentMarks. by Henrique Nakashima · 6 years ago
  28. d982649 Encapsulate CPDF_PageObject's rect member. by Lei Zhang · 6 years ago
  29. 38772e9 Remove more uncalled methods in core/ by Tom Sepez · 6 years ago
  30. 4d92af5 Handle non-printing characters at beginning of extraction region by Ryan Harrison · 6 years ago
  31. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  32. 441ef21 More cleanup in CPDF_TextPage by Nicolas Pena · 6 years ago
  33. 1cb4d6b Cleanup CalculateBaseSpace in CPDF_TextPage by Nicolas Pena · 6 years ago
  34. 203339a Fix shadowed variables by Ryan Harrison · 6 years ago
  35. 4c47285 Cleanup CPDF_TextPage::GetRectArray by Nicolas Pena · 6 years ago
  36. aa987a9 Remove default arg from CFX_BinaryBuf::EstimateSize(). by Tom Sepez · 6 years ago
  37. 3bee9c6 Add FPDFTextObj_GetText() API by Miklos Vajna · 6 years ago
  38. 144107d Create API for adding content marks and setting their params. by Henrique Nakashima · 6 years ago
  39. 6c4ca9f Delete CPDF_ContentMark::HasRef() by Henrique Nakashima · 6 years ago
  40. c62e848 Avoid more .c_str() usage, part 3 by Tom Sepez · 6 years ago
  41. b372dc6 Remove explicit calls to x->operator[] by Tom Sepez · 6 years ago
  42. 49fa50d Use FPDFText_GetBoundedText() to get the visible text in a test. by Lei Zhang · 6 years ago
  43. 468652f Remove some more unused #defines by Tom Sepez · 6 years ago
  44. 96805eb Return earlier in CPDF_TextPage::ProcessInsertObject() when possible. by Lei Zhang · 6 years ago
  45. 08d96f1 Simplify various functions in CPDF_TextPage. by Lei Zhang · 6 years ago
  46. 9ec0bca Simplify more code in CPDF_TextObject. by Lei Zhang · 6 years ago
  47. 91a2af0 Move some CPDF_TextPage methods into an anonymous namespace. by Lei Zhang · 6 years ago
  48. 7a38ca4 Initialize CPDF_TextPage members in the header. by Lei Zhang · 6 years ago
  49. 4bbbca4 Clean up CFX_BidiString. by Lei Zhang · 6 years ago
  50. 7235434 Reorganize Unicode_GetNormalization() some more. by Lei Zhang · 6 years ago
  51. 8dbad1e Add CPDF_TextPage::GetPrevCharInfo() helper method. by Lei Zhang · 6 years ago
  52. 5c723d4 Simplify Unicode_GetNormalization() and caller. by Lei Zhang · 6 years ago
  53. cbfcffd Fix some nits in CPDF_TextPage. by Lei Zhang · 6 years ago
  54. c4242b2 Change GetDisplayMatrix methods to take FX_RECT. by Lei Zhang · 6 years ago
  55. e372ad7 Use ByteStringView / pdfium::span in CPDF font as appropriate. by Tom Sepez · 6 years ago
  56. 36bbc24 Use more const pointers in CPDF_ContentMarkItem. by Lei Zhang · 6 years ago
  57. aff4577 Simplify code in CPDF_TextPage. by Lei Zhang · 6 years ago
  58. ef44194 Remove non-const ref parameters in CPDF_TextPage. by Lei Zhang · 6 years ago
  59. b020a8c Remove redundant code in CPDF_TextPage::CountRects(). by Lei Zhang · 6 years ago
  60. 704a617 Avoid crashing in FPDFText_CountRects() for invalid start values. by Lei Zhang · 6 years ago
  61. 20c9477 Avoid crashing in FPDFText_CountRects() for negative count values. by Lei Zhang · 6 years ago
  62. 735eda9 Remove all usages of FXSYS_iswASCIIalpha by Ryan Harrison · 6 years ago
  63. 15c0fcc Remove all usages of FXSYS_iswASCIIalnum by Ryan Harrison · 6 years ago
  64. 69da36c Explicitly mark helper methods that only operate on ASCII ranges by Ryan Harrison · 7 years ago
  65. e24d5a8 Get rid of some static variables. by Tom Sepez · 7 years ago
  66. 886f932 Correct mapping text to characters for characters missing from font by Ryan Harrison · 7 years ago
  67. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  68. dbac8ca Fix typo introduced in cleanup of IsHyphen by Ryan Harrison · 7 years ago
  69. 7625021 Change FPDFText_GetRect() to return a boolean. by Lei Zhang · 7 years ago
  70. be912d7 Convert ExtractSubString to return Optional<WideString> by Ryan Harrison · 7 years ago
  71. c560a8c Convert usages of pdfium::Optional to Optional by Ryan Harrison · 7 years ago
  72. b8d8680 Get rid of else after break/continue/return. by Lei Zhang · 7 years ago
  73. 8b357e7 Rewrite lower level details of extracting text from page by Ryan Harrison · 7 years ago
  74. 4f1c7f3 Convert CPDF_TextObject to not use CollectionSize by Dan Sinclair · 7 years ago
  75. a27e55e Change CPDF_ContentMark to return size_t for counts. by Lei Zhang · 7 years ago
  76. 9a93484 Make sure that iterator stays in bounds during IsHypen by Ryan Harrison · 7 years ago
  77. c5a729e Revert cleanup of IsHyphen and reimplement by Ryan Harrison · 7 years ago
  78. c130381 Encapsulate CPDF_FormObject members. by Lei Zhang · 7 years ago
  79. 25e763e Fix cpdf_textpage so it doesn't omit spaces. by Andrew Weintraub · 7 years ago
  80. 59dfc62 Removing unused defines by Dan Sinclair · 7 years ago
  81. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  82. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  83. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  84. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  85. 06c6855 Rewrite IsHyphen using string operations by Ryan Harrison · 7 years ago
  86. 740bcd8 Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. by Tom Sepez · 7 years ago
  87. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  88. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  89. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  90. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  91. 61cb112 Convert find markers to Optionals in CPDF_TextPageFind by Ryan Harrison · 7 years ago
  92. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  93. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  94. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  95. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  96. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 7 years ago
  97. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  98. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  99. 672a172 Simplify FX_GetMirrorChar() code. by Lei Zhang · 7 years ago
  100. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago