1. 1448cc1 Add FPDFText_GetTextRenderMode() API by Miklos Vajna · 6 years ago
  2. c9aa2f8 Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanup by Tom Sepez · 6 years ago
  3. 20c3677 Revert "Simplify CPDF_PageOrganizer::UpdateReference method." by Lei Zhang · 6 years ago
  4. 3edb806 Remove redundant FPDF_PAGEOBJECT null-ness checks. by Lei Zhang · 6 years ago
  5. 35ab1bd Simplify CPDF_PageOrganizer::UpdateReference method. by Artem Strygin · 6 years ago
  6. 20eca1e Rework of loading of CPDF_Document. by Artem Strygin · 6 years ago
  7. 0a6dbef Add some more consts to unowned pointers. by Tom Sepez · 6 years ago
  8. b865442 Make CPDF_Document::m_pRootDict an UnownedPtr<>. by Tom Sepez · 6 years ago
  9. 8625d3b Add FPDFTextObj_GetFontSize() API by Miklos Vajna · 6 years ago
  10. 8b8031d Follow up to removing JS alert/beep magic numbers by Ryan Harrison · 6 years ago
  11. 9fff1c7 Avoid some duplicate const/non-const getters. by Tom Sepez · 6 years ago
  12. a327030 Rework of Fixing metadata not read from linearized file. by Artem Strygin · 6 years ago
  13. c3cc2ab Clean up constant values for JS alert and beep by Ryan Harrison · 6 years ago
  14. 0dcf1f4 Do not save content stream if all page objects were removed from it. by Henrique Nakashima · 6 years ago
  15. 3d81315 Pass output parameters as pointers in ijs_event_context by Tom Sepez · 6 years ago
  16. d9fb538 Remove duplicate method for generating alerts by Ryan Harrison · 6 years ago
  17. cc4802e Fix a couple of CPDF_DefaultAppearance::GetFont usages by Nicolas Pena · 6 years ago
  18. b6b01cb Re-work some more c_str() usage. by Tom Sepez · 6 years ago
  19. e84e618 c_str() calls not needed when writing to ostream by Tom Sepez · 6 years ago
  20. e005dc3 Move fxcrt::{Byte,Wide}Strings with std::move(). by Tom Sepez · 6 years ago
  21. c765d2a Add FPDFText_GetMatrix() API by Miklos Vajna · 6 years ago
  22. 27cf78d Rewrite content stream regeneration. by Henrique Nakashima · 6 years ago
  23. 8e63177 Collapse some more xfa/non-xfa code in cpdfsdk annots. by Tom Sepez · 6 years ago
  24. 4c48b10 Add FPDFText_LoadStandardFont to public API by Nicolas Pena · 6 years ago
  25. dae73f5 Tidy FFLCommon() by Tom Sepez · 6 years ago
  26. 5f03299 CPDFSDK_Widget(): bDisplay arg always passed as true (default). by Tom Sepez · 6 years ago
  27. 62d8ebe Comment some more #else // PDF_ENABLE_XFA by Tom Sepez · 6 years ago
  28. 6eb7939 Fill m_ContentStream field in CPDF_PageObject. by Henrique Nakashima · 6 years ago
  29. ef9fe9e FPDFPage_New(), FPDF_LoadPage(): Fallthru into PDF case if no XFA context. by Tom Sepez · 6 years ago
  30. 8128485 CheckUnSupportError() always called with FPDF_ERR_SUCCESS. by Tom Sepez · 6 years ago
  31. a3843c9 Remove some #ifdef XFA in favor of runtime checks. by Tom Sepez · 6 years ago
  32. 82c730b Make empty document always have empty privileges by Tom Sepez · 6 years ago
  33. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  34. fb72726 Implement CPDF_Object::MakeReference method. by Artem Strygin · 6 years ago
  35. 9bc7a21 Consolidate bounding box logic. by Lei Zhang · 6 years ago
  36. fc615c6 Add constants for PDF 1.7 spec, table 3.27. by Lei Zhang · 6 years ago
  37. c268464 Allow setting current page on Foreground XFA docs by Ryan Harrison · 6 years ago
  38. 76d01fe Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter. by Lei Zhang · 6 years ago
  39. d8a8f27 Write some FPDFTransformEmbedderTests. by Lei Zhang · 6 years ago
  40. 49fa50d Use FPDFText_GetBoundedText() to get the visible text in a test. by Lei Zhang · 6 years ago
  41. a0608aa Consolidate repeated constants in FPDFTextEmbeddertest. by Lei Zhang · 6 years ago
  42. 888af47 Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). by Henrique Nakashima · 6 years ago
  43. 5ebfd64 Test to show editing a PageObject and saving the .pdf duplicates it. by Henrique Nakashima · 6 years ago
  44. 9ce75b8 Add ability to log click events reaching PDFium by Ryan Harrison · 6 years ago
  45. eababa1 Use CPDF_StreamAcc to data access of CPDF_Stream. by Artem Strygin · 6 years ago
  46. c22d671 Introduce IJS_Runtime::ScopedEventContext helper class. by Tom Sepez · 6 years ago
  47. 778e59e Tidy parser lifecycle state machine in CPDF_PageObjectHolder. by Tom Sepez · 6 years ago
  48. 354ed20 Revert "Create m_ContentStream field in CPDF_PageObject." by Henrique Nakashima · 6 years ago
  49. d3d8287 Create m_ContentStream field in CPDF_PageObject. by Henrique Nakashima · 6 years ago
  50. 6cec70a Revert "Convert (void) to static_cast<void> in C++ code" by Ryan Harrison · 6 years ago
  51. fbcc5d9 Add test for FPDF_GetPageSizeByIndex() by Tom Sepez · 6 years ago
  52. ac42dd2 Improve FPDFPath_GetMatrix() tests by Miklos Vajna · 6 years ago
  53. 80c6ab7 Convert (void) to static_cast<void> in C++ code by Ryan Harrison · 6 years ago
  54. f06ed6d Revert "Make CPDF_Document cache CPDF_Pages" by Tom Sepez · 6 years ago
  55. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  56. 2491990 Revert "Make pagview decisions at runtime for non-xfa pages." by Tom Sepez · 6 years ago
  57. 28d30b4 Revert "Remove more ifndef XFA cases" by Tom Sepez · 6 years ago
  58. 037d938 Revert "Make FPDF_LoadPage return either page type at runtime." by Tom Sepez · 6 years ago
  59. 97f4d67 Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs by Miklos Vajna · 6 years ago
  60. 38cb726 Remove more ifndef XFA cases by Tom Sepez · 6 years ago
  61. 0b4984c Make FPDF_LoadPage return either page type at runtime. by Tom Sepez · 6 years ago
  62. abdf7e1 Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr() by Tom Sepez · 6 years ago
  63. b80edf3 Creating XFA context shouldn't be a side-effect of FPDF_* conversion. by Tom Sepez · 6 years ago
  64. 3018c1c Return unique_ptr from CPDFXFA_Context::GetTimerMgr() by Tom Sepez · 6 years ago
  65. 2d11d72 Make CPDF_Document own its Extension. by Tom Sepez · 6 years ago
  66. 1118a66 Make XFA pixel tests more stable by Ryan Harrison · 6 years ago
  67. d8126c2 Make pagview decisions at runtime for non-xfa pages. by Tom Sepez · 6 years ago
  68. 656eb84 Move codepage/charset methods into related places. by Artem Strygin · 6 years ago
  69. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  70. f0d9d28 Make CPDF_Document cache CPDF_Pages by Tom Sepez · 6 years ago
  71. 491112b Add FPDFPath_GetDrawMode() API by Miklos Vajna · 6 years ago
  72. fffdeeb Add const/non-const versions of remaining CPDF_Dictionary methods. by Lei Zhang · 6 years ago
  73. 45a5524 Replace some ifdef PDF_ENABLE_XFA, part 3. by Tom Sepez · 6 years ago
  74. ca027339 Replace some #ifdefs PDF_ENABLE_XFA, part 2. by Tom Sepez · 6 years ago
  75. df93cd3 Replace some #ifdef PDF_ENABLE_XFA with runtime checks. by Tom Sepez · 6 years ago
  76. 2aa4b2f Make CPDF_Page retainable. by Tom Sepez · 6 years ago
  77. b1ec280 Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). by Lei Zhang · 6 years ago
  78. de579ab Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). by Lei Zhang · 6 years ago
  79. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  80. 0d86f76 Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor(). by Lei Zhang · 6 years ago
  81. 710fa99 Mark CPDF_Object pointers in pattern code as const. by Lei Zhang · 6 years ago
  82. cbf1550 [xfa] Generate CXFA_EventParam.newText dynamically by Dan Sinclair · 6 years ago
  83. dbf13f6 Improve constness for more CPDF_Objects pointers. by Lei Zhang · 6 years ago
  84. 86688de Make friend RetainPtr<T> statements consistently public. by Lei Zhang · 6 years ago
  85. 7f472cd Remove useless CPDFSDK_Widget::SetDefaultValue(). by Lei Zhang · 6 years ago
  86. 59cc386 Order CHKs in alphabetical order within each file by Nicolas Pena · 6 years ago
  87. 366df7f Add FPDFPageObj_GetStrokeWidth() API by Miklos Vajna · 6 years ago
  88. 11bb178 Remove useless CPWL_ListBox::KillFocus(). by Lei Zhang · 6 years ago
  89. c647ed6 Deprecate several Path/Text APIs. by Nicolas Pena · 6 years ago
  90. 30f739c Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView by Dan Sinclair · 6 years ago
  91. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  92. db3c6ce Update third_party/base/compiler_specific.h. by Lei Zhang · 6 years ago
  93. a7ff4dc Cleanup CPDF_Form parsing code by Dan Sinclair · 6 years ago
  94. ff3d00d Add regression test for XFA crash under CPDF_LinkList::GetPageLinks(). by Tom Sepez · 6 years ago
  95. 3d1ab2d Add CPDF_Transparency. by Lei Zhang · 6 years ago
  96. 3774c7a Add proper const/non-const versions of CPDF_Array methods. by Lei Zhang · 6 years ago
  97. 7e28208 Add proper const/non-const versions of CPDF_Object methods. by Lei Zhang · 6 years ago
  98. df1298a Add several FPDFPageObj_* APIs by Nicolas Pena · 6 years ago
  99. 7b094f8 Revert "Ensure that XFA Pages always have a corresponding PDF page" by Henrique Nakashima · 6 years ago
  100. 55bbb0a Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. by Lei Zhang · 6 years ago