1. 3b20ec7 Avoid annotation popups to be clipped at page edges by Jane Liu · 7 years ago
  2. 130bf6f Add missing length check before getting element from string by Ryan Harrison · 8 years ago
  3. 8a1758b Remove GetAt from string classes by Ryan Harrison · 8 years ago
  4. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 8 years ago
  5. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 8 years ago
  6. 90555e0 Add CPDF_Stream::ReplaceData method. by Artem Strygin · 8 years ago
  7. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 8 years ago
  8. 33805cc Remove single param Mid() method from string classes by Ryan Harrison · 8 years ago
  9. f9d6059 Added CPDF_NameTree::DeleteValueAndName() by Jane Liu · 8 years ago
  10. a5d2929 Added CPDF_NameTree::AddValueAndName() by Jane Liu · 8 years ago
  11. d0856ba Fix nits from commit 67ccef7. by Lei Zhang · 8 years ago
  12. 1a44cb4 Convert CFX_ListItem to use CFX_FloatRect by Dan Sinclair · 8 years ago
  13. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 8 years ago
  14. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 8 years ago
  15. 3628f8b Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::Intersect by Dan Sinclair · 8 years ago
  16. c8a17e5 Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideString by Jane Liu · 8 years ago
  17. dc1aa32 Added helper functions in the class CPDF_FileSpec by Jane Liu · 8 years ago
  18. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 8 years ago
  19. 67476e5 Converting CFX_ByteTextBuf to ostringstream in cpvt_generateap.cpp by Henrique Nakashima · 8 years ago
  20. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 8 years ago
  21. 84d8eb9 Avoid regenerating appearance stream when already present. by Henrique Nakashima · 8 years ago
  22. e17011d Minor change to AP generation logic by Jane Liu · 8 years ago
  23. eca45e0 Fixed optional content not rendered when OCGs array is empty. by Henrique Nakashima · 8 years ago
  24. 995a601 Cleanup fpdf_parser_decode by Nicolas Pena · 8 years ago
  25. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 8 years ago
  26. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  27. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  28. edc1e4e Convert to CFX_UnownedPtr, part 9 by Tom Sepez · 8 years ago
  29. 033e565 Convert to CFX_UnownedPtr, part 5 by Tom Sepez · 8 years ago
  30. 655c783 Convert to CFX_UnownedPtr, part 3. by Tom Sepez · 8 years ago
  31. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  32. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  33. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 8 years ago
  34. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  35. 9ebdfcb Disallow CPDF_FormField with deep node trees. by Lei Zhang · 8 years ago
  36. 7831f57 Fix stack overflow in CFieldTree::Node::GetFieldInternal(). by Lei Zhang · 8 years ago
  37. 6e72b2e Remove more |new|s, part 2 by Tom Sepez · 8 years ago
  38. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 8 years ago
  39. d524e4b Delete some CFX string ctors. by Lei Zhang · 8 years ago
  40. 03f0fb0 Remove the friends of CPDF_FormField by Nicolas Pena · 8 years ago
  41. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  42. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 8 years ago
  43. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  44. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  45. deff61f Cleanup tagged code. by dan sinclair · 8 years ago
  46. 7f38961 Cleanup the tagged code by dan sinclair · 8 years ago
  47. 0b18e15 Use unique_ptr in the children of CFieldTree::Node by Nicolas Pena · 8 years ago
  48. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  49. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  50. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 8 years ago
  51. 08b96e7 Use unique_ptr in CFieldTree::Node by Nicolas Pena · 8 years ago
  52. a8c2b91 Remove dead CFX_Edit code and fix some typos. by Lei Zhang · 8 years ago
  53. 52f69b3 Make CPVT_WordPlace more conformant with the prevailing idioms. by Tom Sepez · 8 years ago
  54. 32b9455 Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it. by Tom Sepez · 8 years ago
  55. a105e00 Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. by Tom Sepez · 8 years ago
  56. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  57. 7a1220d Replace CLines class with std::vector<Cline>. by Tom Sepez · 8 years ago
  58. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  59. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  60. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  61. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  62. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  63. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  64. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  65. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  66. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  67. 118a8e2 Replace rect.Transform(matrix) with matrix.TransformRect(rect) by Dan Sinclair · 8 years ago
  68. 071d786 Rename x,y to width,height for Size types by dan sinclair · 8 years ago
  69. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  70. 65c7c23 Remove FX_WSTRC usage by dan sinclair · 8 years ago
  71. f4a8c72 Properly refcount CPDF_StructElement by Tom Sepez · 8 years ago
  72. f716f0b Refcount CPDF_OCContext. by Tom Sepez · 8 years ago
  73. 0370d6b Cleanup CPDF_StructElement. by tsepez · 8 years ago
  74. a478dc5 Fix CPDF_InterForm::CheckRequiredFields and its callers. by Nicolas Pena · 8 years ago
  75. d18b867 Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoc by tsepez · 8 years ago
  76. d5b81ce Return unique_ptr<> from IPDF_StructTree by tsepez · 8 years ago
  77. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  78. 05b4fc1 Use CFX_MaybeOwned<> in CPDF_Annot. by tsepez · 8 years ago
  79. ab5a20d Fix the way to check terminal field in interactive form by weili · 8 years ago
  80. 05e0169 Make FDF document creation return unique_ptrs by tsepez · 8 years ago
  81. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  82. 733e068 Add API for getting page labels. by thestig · 8 years ago
  83. c675a2f Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annot by tsepez · 8 years ago
  84. 37b6d14 Split fwl/core class pt II. by dsinclair · 8 years ago
  85. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  86. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  87. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  88. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  89. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  90. f348066 Use more unique_ptrs for CPDF_Annot and friends. by thestig · 8 years ago
  91. 69bbfa8 Use more unique_ptrs in CPVT_GenerateAP. by thestig · 8 years ago
  92. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  93. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  94. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  95. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  96. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  97. f0d5b6c Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #11 id:200001 of https://codereview.chromium.org/2384883003/ ) by dsinclair · 8 years ago
  98. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  99. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  100. e5cb0b1 Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. by tsepez · 8 years ago