1. a5230e2 Select/deselect and isIndexSelected for Comboboxes and Listboxes. by rycsmith · 5 years ago
  2. ac75664 Do IWYU for public/fpdf_fwlevent.h. by Lei Zhang · 6 years ago
  3. a37989f Add FORM_OnLButtonDoubleClick(). by Lei Zhang · 6 years ago
  4. f0b7d59 Add Observable::ObservedPtr::HasObservable(). by Lei Zhang · 6 years ago
  5. 09ee087 Pass CFX_Matrix by const-ref in various OnDraw() methods. by Lei Zhang · 6 years ago
  6. 0473476 Remove CPDFSDK_DateTime entirely. by Tom Sepez · 6 years ago
  7. ce6eb64 CPDFSDK_AnnotHandlerMgr::Annot_OnCreate() is not called. by Tom Sepez · 6 years ago
  8. 11a6bec Remove some ASSERT (and cast) in favor of checked cases. by Tom Sepez · 6 years ago
  9. 8e63177 Collapse some more xfa/non-xfa code in cpdfsdk annots. by Tom Sepez · 6 years ago
  10. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  11. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  12. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  13. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  14. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  15. cbf76e6 Rename CBA_AnnotIterator to CPDFSDK_AnnotIterator by Dan Sinclair · 6 years ago
  16. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  17. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  18. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 7 years ago
  19. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  20. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  21. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 7 years ago
  22. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 7 years ago
  23. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 7 years ago
  24. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 7 years ago
  25. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 7 years ago
  26. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  27. 7b3252f Fix regression in annotation key event handling. by thestig · 8 years ago
  28. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  29. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  30. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  31. a30537f Remove unused widget handler overrides by dsinclair · 8 years ago
  32. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  33. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  34. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  35. 5b49309 Move xfa/fxfa/include to xfa/fxfa 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. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  40. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  41. b94d7c9 Make the I in IFormFiller explicit by dsinclair · 8 years ago
  42. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  43. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  44. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  45. 2ca2da5 Sort include entries. by dsinclair · 8 years ago
  46. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  47. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  48. 4bae296 Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its calls. by jaepark · 8 years ago
  49. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  50. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago
  51. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  52. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  53. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  54. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago