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