1. 8ac7497 Remove ASSERT that was added to understand what was occuring by Ryan Harrison · 7 years ago
  2. e420d9c Add guard against reading more then expected from the page by Ryan Harrison · 7 years ago
  3. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  4. 2bf05a6 Leave space for null characters when getting text by Ryan Harrison · 7 years ago
  5. 7558414 Prepare for converting FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  6. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  7. c5ac057 Make FPDF_GetText stricter on inputs by Ryan Harrison · 7 years ago
  8. 0733a1b Change FPDFImageObj_GetImageFilter() to return byte strings. by Lei Zhang · 7 years ago
  9. f8763bb Properly handle \n, \r, \r\n when inserting text by Ryan Harrison · 7 years ago
  10. 671f0d4 Prevent FPDFAvail_IsDocAvail() from infinite looping. by Lei Zhang · 7 years ago
  11. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  12. df064df Change APIs to use FPDF_BYTESTRING for keys. by Lei Zhang · 7 years ago
  13. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  14. af59cf1 Change CPDF_Form::ParseContent() to ParseContentWithParams(). by Lei Zhang · 7 years ago
  15. cc2b38d Split IFX_Pause out of fx_basic by Dan Sinclair · 7 years ago
  16. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  17. cd07123 Move CFX_BinaryBuf out of fx_basic by Dan Sinclair · 7 years ago
  18. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  19. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  20. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  21. 31f7e4b Convert some form fill tests to use CFX_PointF coordinates. by Lei Zhang · 7 years ago
  22. 7bec2ff Remove parameter to TypeTextIntoTextField(). by Lei Zhang · 7 years ago
  23. 839692f Put some form tests in FPDFFormFillEmbeddertest subclasses. by Lei Zhang · 7 years ago
  24. 38adfc1 Implicitly create CFX_WideString() in form tests. by Lei Zhang · 7 years ago
  25. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  26. 61cb112 Convert find markers to Optionals in CPDF_TextPageFind by Ryan Harrison · 7 years ago
  27. 2b6e2a7 Pass more const CFX_Matrix* params in CFFL_FormFiller. by Lei Zhang · 7 years ago
  28. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  29. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  30. 0924119 Fixed ASan crash when unloading page with CFFL_ListBox. by Henrique Nakashima · 7 years ago
  31. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  32. 8a1081f Corrected the error setting after calling FPDF_LoadDocument() by Jane Liu · 7 years ago
  33. 4a65254 Simplifying state of CPDFSDK_PageView. by Henrique Nakashima · 7 years ago
  34. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago
  35. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  36. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  37. 8d7672e Fix some issues with individual image mask rendering by rbpotter · 7 years ago
  38. 6551362 Fixing crash on mouse movement in XFA form. by Henrique Nakashima · 7 years ago
  39. 75c6521 Add in missting string length check by Ryan Harrison · 7 years ago
  40. 63b2fc7 Check for possible empty object returns from NewFxDynamicObj() by Tom Sepez · 7 years ago
  41. b370e5a Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints} by Jane Liu · 7 years ago
  42. 0c6b07d Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() by Jane Liu · 7 years ago
  43. ca89829 API and test for retrieving metadata from image objects by Jane Liu · 7 years ago
  44. eb14e04 Change a bunch of methods to take a const CFX_Matrix& param. by Lei Zhang · 7 years ago
  45. bff66f1 Simplify CPWL_EditImpl_Undo. by Lei Zhang · 7 years ago
  46. 33c0300 Remove default argument from CPWL_Wnd::InvalidateRect(). by Lei Zhang · 7 years ago
  47. 3577cfb Do some cleanup in CPWL_Edit. by Lei Zhang · 7 years ago
  48. f5a0667 IFX_Edit_UndoItem implementations all take a valid CPWL_EditImpl*. by Lei Zhang · 7 years ago
  49. ae9c5ca Remove CPWL_EditImpl_UndoItem. by Lei Zhang · 7 years ago
  50. 5688d62 Remove CPWL_EditImpl::EnableOprNotify(). by Lei Zhang · 7 years ago
  51. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  52. d300234 Add a new public method to get the the origin of a character. by Andrew Weintraub · 7 years ago
  53. 0f6ceba Temporarily disable image mask individual rendering by rbpotter · 8 years ago
  54. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 8 years ago
  55. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 8 years ago
  56. abe8280 Add a FPDF_GetFileVersion() test for a linearized document. by Lei Zhang · 8 years ago
  57. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 8 years ago
  58. be63ab9 API and test for retrieving image filters from image objects by Jane Liu · 8 years ago
  59. d24b97e Unify of saving documents. by Artem Strygin · 8 years ago
  60. 2e5f0ae Added FPDFPageObj_Destroy() for freeing page objects created by Jane Liu · 8 years ago
  61. bd45656 Remove _MSC_VER from JS_Value.cpp by Tom Sepez · 8 years ago
  62. df950b8 Remove platform-specific IsFinite, JS_PortIsNan, and GetNan. by Tom Sepez · 8 years ago
  63. 5c09f4c Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 8 years ago
  64. a2da7c5 Enforce recent VC++ version (2015 or later). by Tom Sepez · 8 years ago
  65. 1952d17 Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others." by Henrique Nakashima · 8 years ago
  66. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 8 years ago
  67. 28fb7ba APIs and tests for extracting bitmaps from image objects by Jane Liu · 8 years ago
  68. b4fee4d Add CFFL_TextField class. by Lei Zhang · 8 years ago
  69. aea80dc Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 8 years ago
  70. 98073c8 Add a regression test for FPDF_ImportPages(). by Lei Zhang · 8 years ago
  71. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 8 years ago
  72. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 8 years ago
  73. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 8 years ago
  74. 95e5ac2 Fix bad change when converting Mid to Left/Right by Ryan Harrison · 8 years ago
  75. 90555e0 Add CPDF_Stream::ReplaceData method. by Artem Strygin · 8 years ago
  76. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 8 years ago
  77. 834ebec Implement read validator. by Artem Strygin · 8 years ago
  78. 3f7ff05 Unify FPDF_LoadXXXDocument functions. by Artem Strygin · 8 years ago
  79. 33805cc Remove single param Mid() method from string classes by Ryan Harrison · 8 years ago
  80. f63e813 Added FPDFDoc_DeleteAttachment() by Jane Liu · 8 years ago
  81. be38e16 Add TypeTextIntoTextField() helper functions to CPWL embeddertests. by Diana Gage · 8 years ago
  82. 6ba39e8 Allow CFX_RTemplate to work with CFX_FloatRect by Dan Sinclair · 8 years ago
  83. f8c0276 Add ClickOnFormFieldAtPoint() helper to FPDFFormFillEmbeddertest. by Diana Gage · 8 years ago
  84. 60bde10 Fix FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 8 years ago
  85. a37f2f1 Add another check for GetSelectedText(). by Diana Gage · 8 years ago
  86. 605fb60 Added missing STDCALL by Jane Liu · 8 years ago
  87. 364d18b flush but do not release skia driver by Cary Clark · 8 years ago
  88. c411eb9 Move fpdfsdk/pdfwindow to fpdfsdk/pwl by Dan Sinclair · 8 years ago
  89. 54a4214 Basic APIs and tests for adding attachments by Jane Liu · 8 years ago
  90. 6a388c1 Remove unused m_iRef in CPDFXFA_Page by Tom Sepez · 8 years ago
  91. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 8 years ago
  92. bfa2a97 Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot by Tom Sepez · 8 years ago
  93. beef5e4 Use named commands in CPWL_AppStream. by Dan Sinclair · 8 years ago
  94. 72cc6c6 Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READY by Dan Sinclair · 8 years ago
  95. 6b0158f Remove fxedit place classes in pdfwindow/ by Dan Sinclair · 8 years ago
  96. c08dc39 Remove fx_edit.h by Dan Sinclair · 8 years ago
  97. 677275e Cleanup some visibility in fxet_list.h by Dan Sinclair · 8 years ago
  98. a411719 Merge CFX_ListContainer into CFX_ListCtrl by Dan Sinclair · 8 years ago
  99. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 8 years ago
  100. 22bf7a5 Change Clear() to ClearSelection(). by Diana Gage · 8 years ago