1. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  2. 674bbfe Split auto restorer from fx_basic by Dan Sinclair · 7 years ago
  3. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  4. 4a65254 Simplifying state of CPDFSDK_PageView. by Henrique Nakashima · 7 years ago
  5. 7c9d4c2 Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. by Lei Zhang · 7 years ago
  6. 6551362 Fixing crash on mouse movement in XFA form. by Henrique Nakashima · 7 years ago
  7. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 8 years ago
  8. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 8 years ago
  9. bfa2a97 Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot by Tom Sepez · 8 years ago
  10. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 8 years ago
  11. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 8 years ago
  12. 222e1a4 Use early returns in more CPDFSDK_FormFillEnvironment code. by Lei Zhang · 8 years ago
  13. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 8 years ago
  14. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  15. cf53b78 Cleanup CXFA_RenderContext by Dan Sinclair · 8 years ago
  16. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  17. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  18. cdba747 Cleanup DocType defines by Dan Sinclair · 8 years ago
  19. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  20. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  21. 6eec1c4 Update Invalidate to take a rect by Dan Sinclair · 8 years ago
  22. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  23. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  24. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  25. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  26. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  27. d805eec Use observed pointers in CPDFSDK_AnnotIterator. by tsepez · 8 years ago
  28. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  29. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  30. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  31. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  32. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  33. 8afe15a Cleanup some CPDFSDK_PageView annotation code. by dsinclair · 8 years ago
  34. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  35. 69d9c68 Move core/fpdfapi/fpdf_render to core/fpdfapi/render by dsinclair · 8 years ago
  36. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  37. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  38. bcf4623 Guard against double deletion of page views. by dsinclair · 8 years ago
  39. e539358 Remove unused CPDFSDK_PageView::ClearFXAnnots by dsinclair · 8 years ago
  40. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  41. 202ad72 Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent by dsinclair · 8 years ago
  42. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  43. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  44. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  45. 61df2c7 Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render by dsinclair · 8 years ago
  46. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  47. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  48. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  49. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  50. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  51. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  52. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  53. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  54. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago