1. 646634b Cleanup not supported Field code by dan sinclair · 7 years ago
  2. 111488c Cleanup visiblity in Field by dan sinclair · 7 years ago
  3. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  4. 04e4dc8 Fix rounding of colour values by Dan Sinclair · 7 years ago
  5. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  6. 6dc4fb8 Remove friends from PWL classes by Dan Sinclair · 7 years ago
  7. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  8. 90fffb3 Simplify CPVT_GenerateAP interface by Dan Sinclair · 7 years ago
  9. 077f643 Add FPDFCatalog_IsTagged to public API. by Henrique Nakashima · 7 years ago
  10. 8e7f932 Convert CPVT_Color to CFX_Color by Dan Sinclair · 7 years ago
  11. a74a627 Move HasXFAField out from XFA feature flag by Ryan Harrison · 7 years ago
  12. 1886471 Fix UAF in SaveData on all of CFFL_* types. by Luật Nguyễn · 7 years ago
  13. 7f1c6a5 Remove CPVT_Section by Dan Sinclair · 7 years ago
  14. ce813f8 Remove CPVT_WordProps by Dan Sinclair · 7 years ago
  15. 480ca10 Remove unused CPVT_SecProps by Dan Sinclair · 7 years ago
  16. 671a799 Remove more unused params by Dan Sinclair · 7 years ago
  17. b01848a Remove unused parameters by Dan Sinclair · 7 years ago
  18. 569817c Add ObservedPtr to catch Widget being killed by JS by Ryan Harrison · 7 years ago
  19. 1a45ce3 Add ObservedPtrs to catch issues in SaveData by Ryan Harrison · 7 years ago
  20. 921fe6b Move CPDF_RenderOptions members to private by Dan Sinclair · 7 years ago
  21. b23246b Roll FT to ae7dc1f62d826083d418e86cce3f66a76dff038a by Nicolas Pena · 7 years ago
  22. 55469ae Fix UAF in SetVisible(). by Henrique Nakashima · 7 years ago
  23. 62b2180 Improve CPDF_ReadVaildator by Artem Strygin · 7 years ago
  24. 951b111 More define cleanup by Dan Sinclair · 7 years ago
  25. 73784e8 Allow to use null FX_DOWNLOADHINTS to check data availability by Artem Strygin · 7 years ago
  26. 10e1f05 Cleanup font defines by Dan Sinclair · 7 years ago
  27. 79eab23 Add Length1 in TrueType font streams by Nicolás Peña · 7 years ago
  28. 0e60b9e Implement FakeFileAccess. by Artem Strygin · 7 years ago
  29. 94df367 Fix load non first pages in linearized document with hints table. by Artem Strygin · 7 years ago
  30. 0ec10f9 Fix infinite loop on form availability check. by Artem Strygin · 7 years ago
  31. 5f95f36 Change bottom-top order in FontBBox by Nicolás Peña · 7 years ago
  32. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 7 years ago
  33. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  34. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  35. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  36. a7caeb5 Rename CFPDF_* classes by Dan Sinclair · 7 years ago
  37. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  38. f5777a1 Fix UAF after destroying a widget during OnBeforeKeyStroke(). by Henrique Nakashima · 7 years ago
  39. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  40. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  41. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  42. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  43. 959c2be Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager by Dan Sinclair · 7 years ago
  44. b896699 Move CFX_AutoRestorer to fxcrt::AutoRestorer by Dan Sinclair · 7 years ago
  45. b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 7 years ago
  46. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  47. eea6319 Cleanup CPWL_Caret code by Dan Sinclair · 7 years ago
  48. 89bf9ce Fix draw order of popup annotations. by Henrique Nakashima · 7 years ago
  49. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  50. 6f96034 Setting focus on a widget may destroy the widget by Dan Sinclair · 7 years ago
  51. 2d510f7 Remove unused methods and field in CFFL_FormFiller. by Henrique Nakashima · 7 years ago
  52. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  53. 7b1e53c Use unsigned types for app age, value age in widgets. by Tom Sepez · 7 years ago
  54. 134ac91 Introduce CPWL_Wnd::PrivateData class. by Tom Sepez · 7 years ago
  55. bf15730 Move CPWL_CREATPARAM to CPWL_Wnd::CreateParams by Tom Sepez · 7 years ago
  56. 022d13b Add ObservedPtrs to KillFocus path by Ryan Harrison · 7 years ago
  57. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  58. 69fe711 Make static const char* arrays more const. by Lei Zhang · 7 years ago
  59. b1f9205 OnBeforeKeystroke may invalidate the widget's window. by Tom Sepez · 7 years ago
  60. f0947bd Checkbox event fixed when triggered by a keyboard entry by Claudio DeSouza · 7 years ago
  61. 753818a Add more FPDF_GetMetaText() tests. by Lei Zhang · 7 years ago
  62. 188cf0c Add tests for FPDF_GetMetaText(). by Lei Zhang · 7 years ago
  63. 038740c Fix CPDFPathObjectFromFPDFPageObject() implementation. by Lei Zhang · 7 years ago
  64. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  65. b4a6948 Add readme files to some directories. by Henrique Nakashima · 7 years ago
  66. 8ac7497 Remove ASSERT that was added to understand what was occuring by Ryan Harrison · 7 years ago
  67. e420d9c Add guard against reading more then expected from the page by Ryan Harrison · 7 years ago
  68. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  69. 2bf05a6 Leave space for null characters when getting text by Ryan Harrison · 7 years ago
  70. 7558414 Prepare for converting FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  71. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  72. c5ac057 Make FPDF_GetText stricter on inputs by Ryan Harrison · 7 years ago
  73. 0733a1b Change FPDFImageObj_GetImageFilter() to return byte strings. by Lei Zhang · 7 years ago
  74. f8763bb Properly handle \n, \r, \r\n when inserting text by Ryan Harrison · 7 years ago
  75. 671f0d4 Prevent FPDFAvail_IsDocAvail() from infinite looping. by Lei Zhang · 7 years ago
  76. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  77. df064df Change APIs to use FPDF_BYTESTRING for keys. by Lei Zhang · 7 years ago
  78. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  79. af59cf1 Change CPDF_Form::ParseContent() to ParseContentWithParams(). by Lei Zhang · 7 years ago
  80. cc2b38d Split IFX_Pause out of fx_basic by Dan Sinclair · 7 years ago
  81. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  82. cd07123 Move CFX_BinaryBuf out of fx_basic by Dan Sinclair · 7 years ago
  83. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  84. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  85. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  86. 31f7e4b Convert some form fill tests to use CFX_PointF coordinates. by Lei Zhang · 7 years ago
  87. 7bec2ff Remove parameter to TypeTextIntoTextField(). by Lei Zhang · 7 years ago
  88. 839692f Put some form tests in FPDFFormFillEmbeddertest subclasses. by Lei Zhang · 7 years ago
  89. 38adfc1 Implicitly create CFX_WideString() in form tests. by Lei Zhang · 7 years ago
  90. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  91. 61cb112 Convert find markers to Optionals in CPDF_TextPageFind by Ryan Harrison · 7 years ago
  92. 2b6e2a7 Pass more const CFX_Matrix* params in CFFL_FormFiller. by Lei Zhang · 7 years ago
  93. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  94. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 7 years ago
  95. 0924119 Fixed ASan crash when unloading page with CFFL_ListBox. by Henrique Nakashima · 7 years ago
  96. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  97. 8a1081f Corrected the error setting after calling FPDF_LoadDocument() by Jane Liu · 7 years ago
  98. 4a65254 Simplifying state of CPDFSDK_PageView. by Henrique Nakashima · 7 years ago
  99. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago
  100. 878b27d Converted CFX_Matrix::TransformRect() to take in consts by Jane Liu · 7 years ago