1. 55469ae Fix UAF in SetVisible(). by Henrique Nakashima · 7 years ago
  2. 62b2180 Improve CPDF_ReadVaildator by Artem Strygin · 7 years ago
  3. 951b111 More define cleanup by Dan Sinclair · 7 years ago
  4. 73784e8 Allow to use null FX_DOWNLOADHINTS to check data availability by Artem Strygin · 7 years ago
  5. 10e1f05 Cleanup font defines by Dan Sinclair · 7 years ago
  6. 79eab23 Add Length1 in TrueType font streams by Nicolás Peña · 7 years ago
  7. 0e60b9e Implement FakeFileAccess. by Artem Strygin · 7 years ago
  8. 94df367 Fix load non first pages in linearized document with hints table. by Artem Strygin · 7 years ago
  9. 0ec10f9 Fix infinite loop on form availability check. by Artem Strygin · 7 years ago
  10. 5f95f36 Change bottom-top order in FontBBox by Nicolás Peña · 7 years ago
  11. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 7 years ago
  12. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  13. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  14. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  15. a7caeb5 Rename CFPDF_* classes by Dan Sinclair · 7 years ago
  16. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  17. f5777a1 Fix UAF after destroying a widget during OnBeforeKeyStroke(). by Henrique Nakashima · 7 years ago
  18. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  19. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  20. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  21. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  22. 959c2be Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager by Dan Sinclair · 7 years ago
  23. b896699 Move CFX_AutoRestorer to fxcrt::AutoRestorer by Dan Sinclair · 7 years ago
  24. b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 7 years ago
  25. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  26. eea6319 Cleanup CPWL_Caret code by Dan Sinclair · 7 years ago
  27. 89bf9ce Fix draw order of popup annotations. by Henrique Nakashima · 7 years ago
  28. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  29. 6f96034 Setting focus on a widget may destroy the widget by Dan Sinclair · 7 years ago
  30. 2d510f7 Remove unused methods and field in CFFL_FormFiller. by Henrique Nakashima · 7 years ago
  31. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  32. 7b1e53c Use unsigned types for app age, value age in widgets. by Tom Sepez · 7 years ago
  33. 134ac91 Introduce CPWL_Wnd::PrivateData class. by Tom Sepez · 7 years ago
  34. bf15730 Move CPWL_CREATPARAM to CPWL_Wnd::CreateParams by Tom Sepez · 7 years ago
  35. 022d13b Add ObservedPtrs to KillFocus path by Ryan Harrison · 7 years ago
  36. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  37. 69fe711 Make static const char* arrays more const. by Lei Zhang · 7 years ago
  38. b1f9205 OnBeforeKeystroke may invalidate the widget's window. by Tom Sepez · 7 years ago
  39. f0947bd Checkbox event fixed when triggered by a keyboard entry by Claudio DeSouza · 7 years ago
  40. 753818a Add more FPDF_GetMetaText() tests. by Lei Zhang · 7 years ago
  41. 188cf0c Add tests for FPDF_GetMetaText(). by Lei Zhang · 7 years ago
  42. 038740c Fix CPDFPathObjectFromFPDFPageObject() implementation. by Lei Zhang · 7 years ago
  43. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  44. b4a6948 Add readme files to some directories. by Henrique Nakashima · 7 years ago
  45. 8ac7497 Remove ASSERT that was added to understand what was occuring by Ryan Harrison · 7 years ago
  46. e420d9c Add guard against reading more then expected from the page by Ryan Harrison · 7 years ago
  47. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  48. 2bf05a6 Leave space for null characters when getting text by Ryan Harrison · 7 years ago
  49. 7558414 Prepare for converting FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  50. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  51. c5ac057 Make FPDF_GetText stricter on inputs by Ryan Harrison · 7 years ago
  52. 0733a1b Change FPDFImageObj_GetImageFilter() to return byte strings. by Lei Zhang · 7 years ago
  53. f8763bb Properly handle \n, \r, \r\n when inserting text by Ryan Harrison · 7 years ago
  54. 671f0d4 Prevent FPDFAvail_IsDocAvail() from infinite looping. by Lei Zhang · 7 years ago
  55. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  56. df064df Change APIs to use FPDF_BYTESTRING for keys. by Lei Zhang · 7 years ago
  57. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  58. af59cf1 Change CPDF_Form::ParseContent() to ParseContentWithParams(). by Lei Zhang · 7 years ago
  59. cc2b38d Split IFX_Pause out of fx_basic by Dan Sinclair · 7 years ago
  60. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  61. cd07123 Move CFX_BinaryBuf out of fx_basic by Dan Sinclair · 7 years ago
  62. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  63. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  64. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  65. 31f7e4b Convert some form fill tests to use CFX_PointF coordinates. by Lei Zhang · 7 years ago
  66. 7bec2ff Remove parameter to TypeTextIntoTextField(). by Lei Zhang · 7 years ago
  67. 839692f Put some form tests in FPDFFormFillEmbeddertest subclasses. by Lei Zhang · 7 years ago
  68. 38adfc1 Implicitly create CFX_WideString() in form tests. by Lei Zhang · 7 years ago
  69. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  70. 61cb112 Convert find markers to Optionals in CPDF_TextPageFind by Ryan Harrison · 7 years ago
  71. 2b6e2a7 Pass more const CFX_Matrix* params in CFFL_FormFiller. by Lei Zhang · 7 years ago
  72. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  73. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  74. 0924119 Fixed ASan crash when unloading page with CFFL_ListBox. by Henrique Nakashima · 7 years ago
  75. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  76. 8a1081f Corrected the error setting after calling FPDF_LoadDocument() by Jane Liu · 7 years ago
  77. 4a65254 Simplifying state of CPDFSDK_PageView. by Henrique Nakashima · 7 years ago
  78. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago
  79. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago
  80. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  81. 8d7672e Fix some issues with individual image mask rendering by rbpotter · 7 years ago
  82. 6551362 Fixing crash on mouse movement in XFA form. by Henrique Nakashima · 7 years ago
  83. 75c6521 Add in missting string length check by Ryan Harrison · 7 years ago
  84. 63b2fc7 Check for possible empty object returns from NewFxDynamicObj() by Tom Sepez · 7 years ago
  85. b370e5a Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints} by Jane Liu · 7 years ago
  86. 0c6b07d Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() by Jane Liu · 7 years ago
  87. ca89829 API and test for retrieving metadata from image objects by Jane Liu · 7 years ago
  88. eb14e04 Change a bunch of methods to take a const CFX_Matrix& param. by Lei Zhang · 7 years ago
  89. bff66f1 Simplify CPWL_EditImpl_Undo. by Lei Zhang · 7 years ago
  90. 33c0300 Remove default argument from CPWL_Wnd::InvalidateRect(). by Lei Zhang · 7 years ago
  91. 3577cfb Do some cleanup in CPWL_Edit. by Lei Zhang · 7 years ago
  92. f5a0667 IFX_Edit_UndoItem implementations all take a valid CPWL_EditImpl*. by Lei Zhang · 7 years ago
  93. ae9c5ca Remove CPWL_EditImpl_UndoItem. by Lei Zhang · 7 years ago
  94. 5688d62 Remove CPWL_EditImpl::EnableOprNotify(). by Lei Zhang · 7 years ago
  95. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  96. d300234 Add a new public method to get the the origin of a character. by Andrew Weintraub · 7 years ago
  97. 0f6ceba Temporarily disable image mask individual rendering by rbpotter · 8 years ago
  98. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 8 years ago
  99. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 8 years ago
  100. abe8280 Add a FPDF_GetFileVersion() test for a linearized document. by Lei Zhang · 8 years ago