1. 7db136a Remove more impossible checks in form filler code. by Lei Zhang · 6 years ago
  2. e2210ac Get rid of useless form of CPDFSDK_Widget::GetFormControl(). by Lei Zhang · 6 years ago
  3. 4f261ff Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat(). by Lei Zhang · 6 years ago
  4. b353f8c Use pdfium::Optional in CPDFSDK_Widget. by Lei Zhang · 6 years ago
  5. c1bf998 Use CPDFSDK_BAAnnot::GetAnnotDict() in more places. by Lei Zhang · 6 years ago
  6. 9ef93d0 Reland "Make potentially dangerous Actions require a user click." by Henrique Nakashima · 6 years ago
  7. 97f4483 Revert "Make potentially dangerous Actions require a user click." by Henrique Nakashima · 6 years ago
  8. 9d784c2 Make potentially dangerous Actions require a user click. by Henrique Nakashima · 6 years ago
  9. b2e6b4c Replace optional bool bNotify with enum type. by Tom Sepez · 6 years ago
  10. 5f03299 CPDFSDK_Widget(): bDisplay arg always passed as true (default). by Tom Sepez · 6 years ago
  11. 62d8ebe Comment some more #else // PDF_ENABLE_XFA by Tom Sepez · 6 years ago
  12. cbf1550 [xfa] Generate CXFA_EventParam.newText dynamically by Dan Sinclair · 6 years ago
  13. 7f472cd Remove useless CPDFSDK_Widget::SetDefaultValue(). by Lei Zhang · 6 years ago
  14. e5c3ebd Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. by Lei Zhang · 7 years ago
  15. 28bb2f2 Remove DefaultAppearance HasColor and return an optional instead by Dan Sinclair · 7 years ago
  16. a17a0e2 Remove CPDF_DefaultAppearance reference params by Dan Sinclair · 7 years ago
  17. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 7 years ago
  18. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 7 years ago
  19. 765d1eb Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). by Lei Zhang · 7 years ago
  20. 2e6405c Change ArgbToColorRef() to ArgbToAlphaAndColorRef(). by Lei Zhang · 7 years ago
  21. 7d75650 Add a CFX_PathData::AppendRect() variant. by Lei Zhang · 7 years ago
  22. 9875889 Use Width()/Height() methods from rectangles. by Lei Zhang · 7 years ago
  23. 1d82ba4 Cleanup some param passing code by Dan Sinclair · 7 years ago
  24. 8cdea72 Cleanup duplicate RunScript code by Dan Sinclair · 7 years ago
  25. 1917cdd Cleanup some CPDFSDK_Widget XFA code. by Dan Sinclair · 7 years ago
  26. af9f836 Combine more combo and list code by Dan Sinclair · 7 years ago
  27. 95b232f Cleanup some ChoiceList code by Dan Sinclair · 7 years ago
  28. 414cc9c Remove GetWidgetAcc calls by Dan Sinclair · 7 years ago
  29. 9b85f4b Merge CXFA_WidgetAcc into CXFA_Node by Dan Sinclair · 7 years ago
  30. 8a0941d Remove CXFA_WidgetAcc from CXFA_FFDocView methods by Dan Sinclair · 7 years ago
  31. 1e5f87e Use accessor for WidgetAcc by Dan Sinclair · 7 years ago
  32. 7f2d01a Convert CXFA_EventParam to store a CXFA_Node by Dan Sinclair · 7 years ago
  33. 1ca4216 Convert CXFA_FFWidgetHandler to use CXFA_Node by Dan Sinclair · 7 years ago
  34. d7d584d Add flag to notify if a node widget is ready by Dan Sinclair · 7 years ago
  35. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  36. 0c53b00 Change the FFWidgets to store the node by Dan Sinclair · 7 years ago
  37. c1e5756 Move ProcessValueChanged from CXFA_WidgetAcc to CXFA_FFDocView by Dan Sinclair · 7 years ago
  38. 4ecf9a8 Get rid of default ctors for CPDF_Action and CPDF_AAction. by Lei Zhang · 7 years ago
  39. 6aec70b Cleanup CXFA_WidgetData by Dan Sinclair · 7 years ago
  40. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  41. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  42. 8e7f932 Convert CPVT_Color to CFX_Color by Dan Sinclair · 7 years ago
  43. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  44. 7b1e53c Use unsigned types for app age, value age in widgets. by Tom Sepez · 7 years ago
  45. 69fe711 Make static const char* arrays more const. by Lei Zhang · 7 years ago
  46. 8a44940 Change DrawAppearance() methods to take CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  47. c411eb9 Move fpdfsdk/pdfwindow to fpdfsdk/pwl by Dan Sinclair · 7 years ago
  48. 6b0158f Remove fxedit place classes in pdfwindow/ by Dan Sinclair · 7 years ago
  49. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  50. cb2ea42 Create CPWL_AppStream. by Dan Sinclair · 7 years ago
  51. d6aff2f Add CFX_FloatRect::GetDeflated by dan sinclair · 7 years ago
  52. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  53. 469186a Move CPWL_Utils::GetCenterSquare to CFX_FloatRect by Dan Sinclair · 7 years ago
  54. adf922f Remove CPWL_Utils::{In,De}flateRect by dan sinclair · 7 years ago
  55. 44dd818 Adding overload for ostream << CFX_ByteString by Henrique Nakashima · 7 years ago
  56. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  57. ea8a624 Converting CFX_ByteTextBuf to ostringstream in cpdfsdk_widget.cpp. by Henrique Nakashima · 7 years ago
  58. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago
  59. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 7 years ago
  60. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  61. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  62. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  63. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  64. 5c500ac Return arrays where appropriate in fxfa. by Tom Sepez · 8 years ago
  65. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  66. cdba747 Cleanup DocType defines by Dan Sinclair · 8 years ago
  67. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  68. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  69. fc54e05 Cleanup PWL_Utils. by Dan Sinclair · 8 years ago
  70. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  71. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  72. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  73. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  74. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  75. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  76. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  77. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  78. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  79. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  80. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  81. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  82. 19c198b Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  83. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  84. 690c033 Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  85. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  86. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  87. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  88. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  89. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  90. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago
  91. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  92. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  93. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  94. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  95. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  96. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  97. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  98. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  99. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  100. 63f545c CFX_FloatPoint default constructor and equals operators by tsepez · 8 years ago