1. d0856ba Fix nits from commit 67ccef7. by Lei Zhang · 7 years ago
  2. 89e6562 Change CFX_Edit::GetSelText() to CFX_Edit::GetSelectedText(). by Diana Gage · 7 years ago
  3. 4d02e90 Change "Sel" abbreviation to "Selection". by Diana Gage · 7 years ago
  4. e03f8b1 Add helper class to closed stream commands by Dan Sinclair · 7 years ago
  5. edd481b Remove CLST_Rect and replace with CFX_FloatRect. by Dan Sinclair · 7 years ago
  6. 1a44cb4 Convert CFX_ListItem to use CFX_FloatRect by Dan Sinclair · 7 years ago
  7. 77417ec Make CPWL_Wnd classes be observable. by Tom Sepez · 7 years ago
  8. dc11ec8 Cleanup CPWL_Icon AppStream generation by Dan Sinclair · 7 years ago
  9. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  10. 40870db Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests. by Diana Gage · 7 years ago
  11. 7e0c05d Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. by Diana Gage · 7 years ago
  12. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  13. d4c4011 fix continue skia cache flush by Cary Clark · 7 years ago
  14. df2122a Remove unused GetThisAppearanceStream by Dan Sinclair · 7 years ago
  15. cb2ea42 Create CPWL_AppStream. by Dan Sinclair · 7 years ago
  16. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  17. 88f4743 flush skia cache in progressive rendering by Cary Clark · 7 years ago
  18. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  19. 7d0af80 Small tidy of defines in util.h by Tom Sepez · 7 years ago
  20. 5672524 Fix CONTINUED spelling by Dan Sinclair · 7 years ago
  21. 4bb4e84 Add missing STDCALL annotations by Dan Sinclair · 7 years ago
  22. ffbc0d9 More tightly validate format strings in util.cpp. by Tom Sepez · 7 years ago
  23. 0b7378a Move CPWL_Utils Draw methods to CFX_RenderDevice by Dan Sinclair · 7 years ago
  24. d6aff2f Add CFX_FloatRect::GetDeflated by dan sinclair · 7 years ago
  25. 3a4ebcc Create ParseDataType unit tests based on specs. by Henrique Nakashima · 7 years ago
  26. 57f228d Updated pdfium_test's WriteAnnot() by Jane Liu · 7 years ago
  27. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  28. 38a01b9 Restore FPDF_SetPrintingPostscriptLevel API by rbpotter · 7 years ago
  29. 0c99829 Fix invalid write for util.printf by Dan Sinclair · 7 years ago
  30. f55e72e Cleanup CPDF_RenderOptions colour members. by Dan Sinclair · 7 years ago
  31. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  32. 334e79e Move CPWL_Utils::ScaleRect to CFX_FloatRect by Dan Sinclair · 7 years ago
  33. 3628f8b Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::Intersect by Dan Sinclair · 7 years ago
  34. 469186a Move CPWL_Utils::GetCenterSquare to CFX_FloatRect by Dan Sinclair · 7 years ago
  35. 8db114a Use Translate instead of OffsetRect by dan sinclair · 7 years ago
  36. adf922f Remove CPWL_Utils::{In,De}flateRect by dan sinclair · 7 years ago
  37. a860a3d Remove unused CPDF_RenderOptions members by Dan Sinclair · 7 years ago
  38. c8a17e5 Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideString by Jane Liu · 7 years ago
  39. 53aafa9 Basic APIs and test for retrieving embedded attachment count and name by Jane Liu · 7 years ago
  40. 7a9a38b Added API for removing objects from annotations by Jane Liu · 7 years ago
  41. e8468c4 Add Windows generic / text only printer driver support. by rbpotter · 7 years ago
  42. 00c3cfd Roll FreeType to c56d8851ea987023cc73981a70d261b3f6427545 by Nicolas Pena · 7 years ago
  43. b9eed2f Fix nits in CFFL_FormFiller by Dan Sinclair · 7 years ago
  44. 217644c Force unicodes into valid ranges by Nicolas Pena · 7 years ago
  45. 4183f20 Change parameter type to IPWL_FocusHandler::OnSetFocus(). by Lei Zhang · 7 years ago
  46. 2b44441 Rename OnNotifySelChanged to OnNotifySelectionChanged by Dan Sinclair · 7 years ago
  47. d97f2ee Convert OnBeforeKeyStoke to remove in-out param by Dan Sinclair · 7 years ago
  48. 1f9d233 Remove in-out param from OnNotifySelChanged by Dan Sinclair · 7 years ago
  49. 16fea94 Remove in-out param from OnCharWithExit by Dan Sinclair · 7 years ago
  50. 07dbf43 Remove in-out param from OnKeyDownWithExit by Dan Sinclair · 7 years ago
  51. fecd750 Convert OnButtonUp to not have in-out params by Dan Sinclair · 7 years ago
  52. 5fe9808 Remove in-out from OnPopup{Pre|Post}Open by Dan Sinclair · 7 years ago
  53. 64667cd Cleanup more in-out params in CFFL_InteractiveFormFiller. by Dan Sinclair · 7 years ago
  54. bdb9653 Remove some in/out params from CFFL_InteractiveFormFiller by Dan Sinclair · 7 years ago
  55. 2e1a32b Added APIs for getting/setting string pairs in annotation dictionaries by Jane Liu · 7 years ago
  56. 3656774 Generalized annotation APIs to support image and text objects by Jane Liu · 7 years ago
  57. c099381 Cleanup CPWL_SBButton::DrawThisAppearance by Dan Sinclair · 7 years ago
  58. b137e75 Added APIs for setting annotation flag values by Jane Liu · 7 years ago
  59. 0ba3c6d Converting CFX_ByteTextBuf to ostringstream in fpdfedittext.cpp. by Henrique Nakashima · 7 years ago
  60. 0fdd1ae Cleanup IOn* methods and CPWL_CBEdit by Dan Sinclair · 7 years ago
  61. a9e2843 Cleanup some CPWL_Wnd defines by Dan Sinclair · 7 years ago
  62. 7f6bec9 Remove PNM_ mouse methods and OnNotify by Dan Sinclair · 7 years ago
  63. 1b4670c Remove PNM_SETCARETINFO and call SetCaret directly by Dan Sinclair · 7 years ago
  64. 63fbd8d Remove PNM_SCROLLWINDOW and replace with direct method by Dan Sinclair · 7 years ago
  65. 7e0336e Move PNM_SETSCROLLPOS to custom method by Dan Sinclair · 7 years ago
  66. 3ff5400 Allow EmbedderTest to test saving by Nicolas Pena · 7 years ago
  67. fb00ec2 Move PNM_SETSCROLLINFO out of OnNotify by Dan Sinclair · 7 years ago
  68. e5e889e Remove PNM_{ADD|REMOVE}Child by Dan Sinclair · 7 years ago
  69. cb50b5f Add embedder tests for form combobox text selection. by Diana Gage · 7 years ago
  70. d24236a Remove pointless CFX_FloatRect construction. by Lei Zhang · 7 years ago
  71. f552cca Use early returns in CFFL_FormFiller. by Lei Zhang · 7 years ago
  72. 1a08402 Replaced static casts with CPDFPageObjectFromFPDFPageObject() by Jane Liu · 7 years ago
  73. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 7 years ago
  74. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago
  75. 8ce58f5 Added FPDFAnnot_RemoveAnnot() by Jane Liu · 7 years ago
  76. f1eae2c Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream. by Henrique Nakashima · 7 years ago
  77. a0b48aa Add TestSaved helper method in FPDFEditEmbeddertest by Nicolas Pena · 7 years ago
  78. 9ba8fbc Set default graphics before generating page contents by Nicolas Pena · 7 years ago
  79. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 7 years ago
  80. 8e052a6 Converting CFX_ByteTextBuf to ostringstream in fpdf_transformpage.cpp. by Henrique Nakashima · 7 years ago
  81. 2e2da13 Converting CFX_ByteTextBuf to ostringstream in fxet_edit.cpp. by Henrique Nakashima · 7 years ago
  82. d60e9ad Changed the return type for annotation APIs by Jane Liu · 7 years ago
  83. 44dd818 Adding overload for ostream << CFX_ByteString by Henrique Nakashima · 7 years ago
  84. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 7 years ago
  85. e17011d Minor change to AP generation logic by Jane Liu · 7 years ago
  86. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  87. 222e1a4 Use early returns in more CPDFSDK_FormFillEnvironment code. by Lei Zhang · 7 years ago
  88. 995a601 Cleanup fpdf_parser_decode by Nicolas Pena · 7 years ago
  89. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  90. e10509a Wrapper class for annotation dictionary + CPDF_Form by Jane Liu · 7 years ago
  91. b73ce7b Fixing metadata not read from linearized file. by Henrique Nakashima · 7 years ago
  92. d361005 Fix code in fpdf_flatten.cpp that does no make sense. by Lei Zhang · 7 years ago
  93. ea8a624 Converting CFX_ByteTextBuf to ostringstream in cpdfsdk_widget.cpp. by Henrique Nakashima · 7 years ago
  94. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 7 years ago
  95. ad0982a Mark more CPDFSDK_FormFillEnvironment methods as const. by Lei Zhang · 7 years ago
  96. ab5939e Move JS time conversion code into an anonymous namespace. by Lei Zhang · 7 years ago
  97. 2bf942d Avoid a crash inside wcsftime() on Windows. by Lei Zhang · 7 years ago
  98. 1e25e12 Simplify code in the JS printf/printd implementations. by Lei Zhang · 7 years ago
  99. 77e3fc5 Change some CFFL classes to use early returns. by Lei Zhang · 7 years ago
  100. b7384b5 Improve ObserverPtr usage in CFFL_InteractiveFormFiller. by Lei Zhang · 7 years ago