1. 0f35a9e Use unique ptrs to free all varieties of annots. by Tom Sepez · 5 years ago
  2. 6c401d5 Use CFX_RectF::ToFloatRect() instead of explicit arithmetic. by Tom Sepez · 5 years ago
  3. d7b4ec0 Replace dwStatus arguments with specific enums by Tom Sepez · 6 years ago
  4. a5230e2 Select/deselect and isIndexSelected for Comboboxes and Listboxes. by rycsmith · 6 years ago
  5. ac75664 Do IWYU for public/fpdf_fwlevent.h. by Lei Zhang · 6 years ago
  6. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  7. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago
  8. f0b7d59 Add Observable::ObservedPtr::HasObservable(). by Lei Zhang · 6 years ago
  9. 512adc5 Mark more bits const in CPDFSDK_XFAWidget. by Lei Zhang · 6 years ago
  10. 09ee087 Pass CFX_Matrix by const-ref in various OnDraw() methods. by Lei Zhang · 6 years ago
  11. aa5769a Replace optional bool bDrawFocus with enum type. by Tom Sepez · 6 years ago
  12. 4ef943b Be more careful casting to widget subclasses. by Tom Sepez · 6 years ago
  13. 9b8b217 Replace reinterpret_cast with static_cast where possible by Tom Sepez · 6 years ago
  14. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  15. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 7 years ago
  16. 537115b Implement CPDFSDK_XFAWidgetHandler::OnKillFocus. by Henrique Nakashima · 7 years ago
  17. 5e332f1 Cleanup the FFWidget determination code. by Dan Sinclair · 7 years ago
  18. ed4038b Move the UI elements from CXFA_WidgetAcc to CXFA_Node by Dan Sinclair · 7 years ago
  19. d7d584d Add flag to notify if a node widget is ready by Dan Sinclair · 7 years ago
  20. 0c53b00 Change the FFWidgets to store the node by Dan Sinclair · 7 years ago
  21. b8777a2 Add embeddertest for CFWL_Edit by Dan Sinclair · 7 years ago
  22. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  23. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  24. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  25. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 7 years ago
  26. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  27. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  28. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  29. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  30. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  31. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  32. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  33. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  34. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  35. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  36. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  37. 1a7534a Rename IFWL_App to CFWL_App by dsinclair · 8 years ago
  38. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  39. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  40. a4060a3 Remove duplicate FWL key flags by dsinclair · 8 years ago
  41. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  42. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  43. a30537f Remove unused widget handler overrides by dsinclair · 8 years ago
  44. cf38161 Remove remaining CPDFSDK_Document references by dsinclair · 8 years ago
  45. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  46. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  47. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  48. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  49. 202ad72 Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent by dsinclair · 8 years ago
  50. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  51. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  52. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  53. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  54. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  55. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  56. 2ca2da5 Sort include entries. by dsinclair · 8 years ago
  57. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  58. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  59. d54c9d8 Remove unused IPDFSDK_AnnotHandler::OnDrawSleep. by jaepark · 8 years ago
  60. 4bae296 Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its calls. by jaepark · 8 years ago
  61. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  62. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago[Renamed (62%) from fpdfsdk/cpdfsdk_xfaannothandler.cpp]
  63. cae6bdff Remove unused IPDFSDK_AnnotHandler::GetName(). by jaepark · 8 years ago
  64. 70ba38a Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. by jaepark · 8 years ago
  65. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  66. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago