1. 09ee087 Pass CFX_Matrix by const-ref in various OnDraw() methods. by Lei Zhang · 6 years ago
  2. 522d77d Add CPDSDK_Annot::AsBAAnnot() checked downcast method by Tom Sepez · 6 years ago
  3. 4ef943b Be more careful casting to widget subclasses. by Tom Sepez · 6 years ago
  4. 11a6bec Remove some ASSERT (and cast) in favor of checked cases. by Tom Sepez · 6 years ago
  5. 8f63763 Make more CPDF_PageObjectHolder members protected. by Lei Zhang · 6 years ago
  6. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  7. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  8. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  9. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  10. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  11. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  12. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  13. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  14. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 7 years ago
  15. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  16. d24236a Remove pointless CFX_FloatRect construction. by Lei Zhang · 7 years ago
  17. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  18. cd8ff7e Check for destroyed annotations in CPDFSDK_WidgetHandler::OnLoad(). by Lei Zhang · 7 years ago
  19. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 7 years ago
  20. cdba747 Cleanup DocType defines by Dan Sinclair · 7 years ago
  21. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  22. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  23. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  24. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  25. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  26. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  27. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  28. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  29. a30537f Remove unused widget handler overrides by dsinclair · 8 years ago
  30. cf38161 Remove remaining CPDFSDK_Document references 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. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  34. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  35. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  36. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  37. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  38. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  39. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  40. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  41. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  42. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  43. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  44. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  45. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  46. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  47. 8c2a8cd Fix spelling of "Formated" in several variables by tsepez · 8 years ago
  48. d54c9d8 Remove unused IPDFSDK_AnnotHandler::OnDrawSleep. by jaepark · 8 years ago
  49. 4bae296 Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its calls. by jaepark · 8 years ago
  50. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  51. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago