1. 90fffb3 Simplify CPVT_GenerateAP interface by Dan Sinclair · 7 years ago
  2. 9521036 More more CPVT_GenerateAP methods to anonymous namespace by Dan Sinclair · 7 years ago
  3. 9df8033 Cleanup CPVT_GenerateAP by Dan Sinclair · 7 years ago
  4. e5a637c Hide CPVT_Dash in CPVT_GenerateAP by Dan Sinclair · 7 years ago
  5. 8e7f932 Convert CPVT_Color to CFX_Color by Dan Sinclair · 7 years ago
  6. d103b96 Remove CPVT_SectionInfo by Dan Sinclair · 7 years ago
  7. b7f9d8e Remove unused CPVT_SectionInfo::nTotalLines by Dan Sinclair · 7 years ago
  8. 7f1c6a5 Remove CPVT_Section by Dan Sinclair · 7 years ago
  9. 3bea564 Remove unused methods from CPDF_VariableText::Iterator. by Dan Sinclair · 7 years ago
  10. c720e3f Remove CPVT_WordPlace from CPVT_Section by Dan Sinclair · 7 years ago
  11. ce813f8 Remove CPVT_WordProps by Dan Sinclair · 7 years ago
  12. 480ca10 Remove unused CPVT_SecProps by Dan Sinclair · 7 years ago
  13. b01848a Remove unused parameters by Dan Sinclair · 7 years ago
  14. 921fe6b Move CPDF_RenderOptions members to private by Dan Sinclair · 7 years ago
  15. 023d645 Remove friend from CPDF_ApSettings by Dan Sinclair · 7 years ago
  16. 59454e1 Remove friends from form code by Dan Sinclair · 7 years ago
  17. 3862d24 Remove friends from CPDF_VariableText by Dan Sinclair · 7 years ago
  18. 59dfc62 Removing unused defines by Dan Sinclair · 7 years ago
  19. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  20. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  21. b872a93 Move CFX_WeakPtr to WeakPtr by Dan Sinclair · 7 years ago
  22. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  23. 8e9e3d8 Move CFX_StringPoolTemplate to StringPoolTemplate by Dan Sinclair · 7 years ago
  24. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  25. de44d15 Move CFX_MaybeOwned to fxcrt::MaybeOwned by Dan Sinclair · 7 years ago
  26. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  27. 69fe711 Make static const char* arrays more const. by Lei Zhang · 7 years ago
  28. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  29. af59cf1 Change CPDF_Form::ParseContent() to ParseContentWithParams(). by Lei Zhang · 7 years ago
  30. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  31. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  32. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  33. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  34. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  35. 3b20ec7 Avoid annotation popups to be clipped at page edges by Jane Liu · 7 years ago
  36. 130bf6f Add missing length check before getting element from string by Ryan Harrison · 7 years ago
  37. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  38. ddb9b7c Add checks of index operations on string classes by Ryan Harrison · 7 years ago
  39. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  40. 90555e0 Add CPDF_Stream::ReplaceData method. by Artem Strygin · 7 years ago
  41. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  42. 33805cc Remove single param Mid() method from string classes by Ryan Harrison · 7 years ago
  43. f9d6059 Added CPDF_NameTree::DeleteValueAndName() by Jane Liu · 7 years ago
  44. a5d2929 Added CPDF_NameTree::AddValueAndName() by Jane Liu · 7 years ago
  45. d0856ba Fix nits from commit 67ccef7. by Lei Zhang · 7 years ago
  46. 1a44cb4 Convert CFX_ListItem to use CFX_FloatRect by Dan Sinclair · 7 years ago
  47. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  48. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  49. 3628f8b Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::Intersect by Dan Sinclair · 7 years ago
  50. c8a17e5 Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideString by Jane Liu · 7 years ago
  51. dc1aa32 Added helper functions in the class CPDF_FileSpec by Jane Liu · 7 years ago
  52. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 7 years ago
  53. 67476e5 Converting CFX_ByteTextBuf to ostringstream in cpvt_generateap.cpp by Henrique Nakashima · 7 years ago
  54. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 7 years ago
  55. 84d8eb9 Avoid regenerating appearance stream when already present. by Henrique Nakashima · 7 years ago
  56. e17011d Minor change to AP generation logic by Jane Liu · 7 years ago
  57. eca45e0 Fixed optional content not rendered when OCGs array is empty. by Henrique Nakashima · 7 years ago
  58. 995a601 Cleanup fpdf_parser_decode by Nicolas Pena · 7 years ago
  59. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  60. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  61. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  62. edc1e4e Convert to CFX_UnownedPtr, part 9 by Tom Sepez · 8 years ago
  63. 033e565 Convert to CFX_UnownedPtr, part 5 by Tom Sepez · 8 years ago
  64. 655c783 Convert to CFX_UnownedPtr, part 3. by Tom Sepez · 8 years ago
  65. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  66. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  67. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 8 years ago
  68. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  69. 9ebdfcb Disallow CPDF_FormField with deep node trees. by Lei Zhang · 8 years ago
  70. 7831f57 Fix stack overflow in CFieldTree::Node::GetFieldInternal(). by Lei Zhang · 8 years ago
  71. 6e72b2e Remove more |new|s, part 2 by Tom Sepez · 8 years ago
  72. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 8 years ago
  73. d524e4b Delete some CFX string ctors. by Lei Zhang · 8 years ago
  74. 03f0fb0 Remove the friends of CPDF_FormField by Nicolas Pena · 8 years ago
  75. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  76. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 8 years ago
  77. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  78. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  79. deff61f Cleanup tagged code. by dan sinclair · 8 years ago
  80. 7f38961 Cleanup the tagged code by dan sinclair · 8 years ago
  81. 0b18e15 Use unique_ptr in the children of CFieldTree::Node by Nicolas Pena · 8 years ago
  82. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  83. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  84. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 8 years ago
  85. 08b96e7 Use unique_ptr in CFieldTree::Node by Nicolas Pena · 8 years ago
  86. a8c2b91 Remove dead CFX_Edit code and fix some typos. by Lei Zhang · 8 years ago
  87. 52f69b3 Make CPVT_WordPlace more conformant with the prevailing idioms. by Tom Sepez · 8 years ago
  88. 32b9455 Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it. by Tom Sepez · 8 years ago
  89. a105e00 Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. by Tom Sepez · 8 years ago
  90. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  91. 7a1220d Replace CLines class with std::vector<Cline>. by Tom Sepez · 8 years ago
  92. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  93. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  94. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  95. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  96. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  97. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  98. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  99. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  100. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago