1. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  2. 8153561 Do IWYU for cpdf_dictionary.h. by Lei Zhang · 6 years ago
  3. 90ad6b3 Remove one CSection::m_pVT null check by Tom Sepez · 6 years ago
  4. 143cc99 Tidy CPVT_WordRange by Tom Sepez · 6 years ago
  5. 28df406 Add booleans for form flags in CPDF_FormField. by Lei Zhang · 6 years ago
  6. 66095eb Add methods to read specific field flags in CPDF_FormField. by Lei Zhang · 6 years ago
  7. be4e055 Remove unreachable null checks in CPDF_ActionFields by Tom Sepez · 6 years ago
  8. 39cf6a7 Change |virtual ~Foo(){}| to |virtual ~Foo()=default;| by Tom Sepez · 6 years ago
  9. 7cabaf1 CPDF_VariableText::m_nHorzScale is always 100 by Tom Sepez · 6 years ago
  10. 912f2d1 Remove several more unused methods from core/ by Tom Sepez · 6 years ago
  11. 80482dc Remove unused method CPDF_ActionFields::GetFieldsCount() by Tom Sepez · 6 years ago
  12. 244e24e Remove unused method CPDF_Bookmark::GetColorRef. by Tom Sepez · 6 years ago
  13. 61d8d02 Remove unused methods in CPDF_DocJSActions. by Tom Sepez · 6 years ago
  14. 9ef93d0 Reland "Make potentially dangerous Actions require a user click." by Henrique Nakashima · 6 years ago
  15. c52e300 Fix #include ordering / formatting. by Lei Zhang · 6 years ago
  16. fed6e12 Give CFX_GraphStateData a work-over. by Tom Sepez · 6 years ago
  17. 97f4483 Revert "Make potentially dangerous Actions require a user click." by Henrique Nakashima · 6 years ago
  18. 9d784c2 Make potentially dangerous Actions require a user click. by Henrique Nakashima · 6 years ago
  19. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  20. 456e970 Remove FPDFDOC_ prefix from non-public functions by Tom Sepez · 6 years ago
  21. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  22. 76525c4 Remove unnecessary ToArray() calls and locals in CPDF_Dest. by Lei Zhang · 6 years ago
  23. ce26d7d Change CPDF_MetadataTest test data to static const char data[]. by Lei Zhang · 6 years ago
  24. 367ed46 Use pdfium::span<> in CPDF_Stream::SetData(). by Tom Sepez · 6 years ago
  25. e919ec1 Remove deprecated FPDFDest_GetPageIndex() API. by Lei Zhang · 6 years ago
  26. ae38636 Use UnownedPtr in CPDF_VariableText by Tom Sepez · 6 years ago
  27. f6144d4 Fix reversed arguments to GenerateResourceDict(). by Lei Zhang · 6 years ago
  28. 4a14a8d Simplify CPDF_InterForm::GenerateNewResourceName(). by Lei Zhang · 6 years ago
  29. b2e6b4c Replace optional bool bNotify with enum type. by Tom Sepez · 6 years ago
  30. 8c068b3 Remove default level from FPDF_GetFieldAttr(). by Tom Sepez · 6 years ago
  31. 9e4a664 Remove unused form/args of AddWindowsFont() by Tom Sepez · 6 years ago
  32. ed17699 Make CFX_ReadOnlyMemoryStream take a span. by Lei Zhang · 6 years ago
  33. b850c98 Move CPDFSDK_MemoryAccess to fxcrt. by Lei Zhang · 6 years ago
  34. 6fdfe387 Kill some optional parameters that are always supplied. by Tom Sepez · 6 years ago
  35. 6655d95 Remove |typedef struct| in favor of just |struct|. by Tom Sepez · 6 years ago
  36. 34dab07 Move ByteString::FromUnicode() to WideString::ToDefANSI() by Tom Sepez · 6 years ago
  37. c9171e1 Use moar ToXMLElement() in place of static_cast<>. by Tom Sepez · 6 years ago
  38. 35b51e9 Create popup with Contents only for same annotations subtypes. by Henrique Nakashima · 6 years ago
  39. beb56d6 Avoid writing const/non-const versions of the same function. by Lei Zhang · 6 years ago
  40. 144107d Create API for adding content marks and setting their params. by Henrique Nakashima · 6 years ago
  41. 9fff1c7 Avoid some duplicate const/non-const getters. by Tom Sepez · 6 years ago
  42. a964f2a Remove WideString::c_str() calls where possible. by Tom Sepez · 6 years ago
  43. 9c292fe Avoid const-refs to implicitly constructed strings. by Tom Sepez · 6 years ago
  44. cc4802e Fix a couple of CPDF_DefaultAppearance::GetFont usages by Nicolas Pena · 6 years ago
  45. e005dc3 Move fxcrt::{Byte,Wide}Strings with std::move(). by Tom Sepez · 6 years ago
  46. 62d8ebe Comment some more #else // PDF_ENABLE_XFA by Tom Sepez · 6 years ago
  47. fb72726 Implement CPDF_Object::MakeReference method. by Artem Strygin · 6 years ago
  48. 888af47 Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). by Henrique Nakashima · 6 years ago
  49. 4023c87 Remove uselesss code. by Artem Strygin · 6 years ago
  50. 656eb84 Move codepage/charset methods into related places. by Artem Strygin · 6 years ago
  51. fffdeeb Add const/non-const versions of remaining CPDF_Dictionary methods. by Lei Zhang · 6 years ago
  52. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  53. 2d3a785 Remove CPDF_FormField::{Insert,Clear}Option by Tom Sepez · 6 years ago
  54. 18f7fbc Mark some pointers as non-const in CPDF_NameTree. by Lei Zhang · 6 years ago
  55. dbf13f6 Improve constness for more CPDF_Objects pointers. by Lei Zhang · 6 years ago
  56. 86688de Make friend RetainPtr<T> statements consistently public. by Lei Zhang · 6 years ago
  57. db3c6ce Update third_party/base/compiler_specific.h. by Lei Zhang · 6 years ago
  58. a7ff4dc Cleanup CPDF_Form parsing code by Dan Sinclair · 6 years ago
  59. 55bbb0a Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. by Lei Zhang · 6 years ago
  60. e5c0fa9 Make one more CPDF_PageObjectHolder member protected. by Lei Zhang · 6 years ago
  61. 0cc77c9 Add some getters for CPDF_PageObjectHolder. by Lei Zhang · 6 years ago
  62. 7018064 Add a CFX_XMLDocument class. by Dan Sinclair · 7 years ago
  63. f8ffc04 Fix slight type inconsistencies discovered with strict FPDF API types. by Tom Sepez · 7 years ago
  64. bb47f9a Revert "Change CFX_XML Save to take a write stream" by dsinclair · 7 years ago
  65. 9a3a770 Change CFX_XML Save to take a write stream by Dan Sinclair · 7 years ago
  66. 8e753ca Convert CFX_XMLParser to take a IFX_SeekableStream by dan sinclair · 7 years ago
  67. 2617056 Add constants for PDF 1.7 spec, table 3.4. by Lei Zhang · 7 years ago
  68. 8b0cf76 Merge CFX_XMLElement and CFX_XMLAttributeNode by dan sinclair · 7 years ago
  69. a7b1559 Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h by Tom Sepez · 7 years ago
  70. b747531 Remove CPWL_Edit rich text support by dan sinclair · 7 years ago
  71. 19ae9bf Use CFX_XML instead of CXML in CPDF_Metadata by dan sinclair · 7 years ago
  72. 00e72c1 Add CPDF_Metadata unittests by dan sinclair · 7 years ago
  73. e04b66c Move SharedForm check to CPDF_Metadata class by dan sinclair · 7 years ago
  74. 1638179 Add index parameter to quadpoints getter and setter. by Ralf Sippl · 7 years ago
  75. 5389439 Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser. by Tom Sepez · 7 years ago
  76. 28bb2f2 Remove DefaultAppearance HasColor and return an optional instead by Dan Sinclair · 7 years ago
  77. 4c22dd5 Use Optional to determine if appearance stream as font by Dan Sinclair · 7 years ago
  78. a17a0e2 Remove CPDF_DefaultAppearance reference params by Dan Sinclair · 7 years ago
  79. 53a8093 Use CPDF_DefaultAppearance instead of custom parsing by Dan Sinclair · 7 years ago
  80. 14094f2 Remove ByteString PDF_NameDecode by Dan Sinclair · 7 years ago
  81. aaed698 Consolidate QuadPoints reading code in fpdfsdk. by Lei Zhang · 7 years ago
  82. 4f7479a Change FXSYS_RGB() to FXSYS_BGR(). by Lei Zhang · 7 years ago
  83. b3a5240 Calculate AP for multi-line markup annotations correctly by Ralf Sippl · 7 years ago
  84. 7d75650 Add a CFX_PathData::AppendRect() variant. by Lei Zhang · 7 years ago
  85. 2c3cfa7 Fix blend mode in generated AP by Ralf Sippl · 7 years ago
  86. 073b99d Cleanup CPDF_DefaultAppearance by dan sinclair · 7 years ago
  87. 0d0d3ad Remove default params from CPDF_DefaultAppearance methods by dan sinclair · 7 years ago
  88. 3baef5c Remove unused methods from CPDF_DefaultAppearance by dan sinclair · 7 years ago
  89. 7544a4b CPDF_InterForm::ResetForm always returns true by dan sinclair · 7 years ago
  90. 507fb4e Convert Before{Selection|Value}Change to return a bool by dan sinclair · 7 years ago
  91. f19255a Remove BeforeFormImportData and BeforeFormReset by dan sinclair · 7 years ago
  92. 4ce3f6e Remove uncalled AfterFormImportData by dan sinclair · 7 years ago
  93. 0bc02c1 Add some more missing consts. by Tom Sepez · 7 years ago
  94. f6ecadb Renable -Wimplicit-fallthrough for PDFium. by Nico Weber · 7 years ago
  95. 71a7d37 Deprecate FPDFDest_GetPageIndex and create a fixed version. by Henrique Nakashima · 7 years ago
  96. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  97. 2f7a018 Remove redundant checks in CPVT_WordRange::Intersect(). by Lei Zhang · 7 years ago
  98. bc48692 Fix identical if/else blocks. by Lei Zhang · 7 years ago
  99. 6e59fb5 Remove more unneeded includes and code from headers. by Lei Zhang · 7 years ago
  100. 2056fac Add support for XFA specific FormField types by Ryan Harrison · 7 years ago