1. d24236a Remove pointless CFX_FloatRect construction. by Lei Zhang · 7 years ago
  2. f552cca Use early returns in CFFL_FormFiller. by Lei Zhang · 7 years ago
  3. 1a08402 Replaced static casts with CPDFPageObjectFromFPDFPageObject() by Jane Liu · 7 years ago
  4. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 7 years ago
  5. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 7 years ago
  6. 8ce58f5 Added FPDFAnnot_RemoveAnnot() by Jane Liu · 7 years ago
  7. f1eae2c Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream. by Henrique Nakashima · 7 years ago
  8. a0b48aa Add TestSaved helper method in FPDFEditEmbeddertest by Nicolas Pena · 7 years ago
  9. 9ba8fbc Set default graphics before generating page contents by Nicolas Pena · 7 years ago
  10. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 7 years ago
  11. 8e052a6 Converting CFX_ByteTextBuf to ostringstream in fpdf_transformpage.cpp. by Henrique Nakashima · 7 years ago
  12. 2e2da13 Converting CFX_ByteTextBuf to ostringstream in fxet_edit.cpp. by Henrique Nakashima · 7 years ago
  13. d60e9ad Changed the return type for annotation APIs by Jane Liu · 7 years ago
  14. 44dd818 Adding overload for ostream << CFX_ByteString by Henrique Nakashima · 7 years ago
  15. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 7 years ago
  16. e17011d Minor change to AP generation logic by Jane Liu · 7 years ago
  17. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  18. 222e1a4 Use early returns in more CPDFSDK_FormFillEnvironment code. by Lei Zhang · 7 years ago
  19. 995a601 Cleanup fpdf_parser_decode by Nicolas Pena · 7 years ago
  20. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  21. e10509a Wrapper class for annotation dictionary + CPDF_Form by Jane Liu · 7 years ago
  22. b73ce7b Fixing metadata not read from linearized file. by Henrique Nakashima · 7 years ago
  23. d361005 Fix code in fpdf_flatten.cpp that does no make sense. by Lei Zhang · 7 years ago
  24. ea8a624 Converting CFX_ByteTextBuf to ostringstream in cpdfsdk_widget.cpp. by Henrique Nakashima · 7 years ago
  25. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 7 years ago
  26. ad0982a Mark more CPDFSDK_FormFillEnvironment methods as const. by Lei Zhang · 7 years ago
  27. ab5939e Move JS time conversion code into an anonymous namespace. by Lei Zhang · 7 years ago
  28. 2bf942d Avoid a crash inside wcsftime() on Windows. by Lei Zhang · 7 years ago
  29. 1e25e12 Simplify code in the JS printf/printd implementations. by Lei Zhang · 7 years ago
  30. 77e3fc5 Change some CFFL classes to use early returns. by Lei Zhang · 7 years ago
  31. b7384b5 Improve ObserverPtr usage in CFFL_InteractiveFormFiller. by Lei Zhang · 7 years ago
  32. cd8ff7e Check for destroyed annotations in CPDFSDK_WidgetHandler::OnLoad(). by Lei Zhang · 7 years ago
  33. 6a3fc45 Add more checks for destroyed annotations in CFFL_FormFiller. by Lei Zhang · 7 years ago
  34. d321ef9 Reenabled a flaky test by Jane Liu · 7 years ago
  35. ce67be4 Fix crash when inserting empty path by Nicolas Pena · 7 years ago
  36. 603a31d Add blend to GraphicsData by Nicolas Pena · 7 years ago
  37. f0f2a2a Fix a buffer overflow in FPDFPage_Flatten(). by Lei Zhang · 7 years ago
  38. c71de7f Fix some nits in CFFL_InteractiveFormFiller. by Lei Zhang · 7 years ago
  39. a7d2c15 Remove deprecated FPDPage_HasFormFieldAtPoint(). by Lei Zhang · 7 years ago
  40. 957480c Allow zero length streams when parsing. by Dan Sinclair · 7 years ago
  41. 3516256 Implement CPWL_ComboBox::OnDestroy() to manage unowned pointers. by Lei Zhang · 7 years ago
  42. b83d870 Fix types for FT_ULong chars in fpdfedittext by Nicolas Pena · 7 years ago
  43. 262cf46 Minor changes/addons for annotation APIs by Jane Liu · 7 years ago
  44. 59c1ac0 Simplify CPDF_Array::RemoveAt(index, size). by Lei Zhang · 7 years ago
  45. 748793b Disable a new flaky test by Jane Liu · 7 years ago
  46. eda6525 Fixing FPDFPage_TransformAnnots by Jane Liu · 7 years ago
  47. 20eafda Basic APIs and tests for creating annotations by Jane Liu · 7 years ago
  48. d9d6c29 Fix EmptyCreation test by Nicolas Pena · 7 years ago
  49. 8a59833 Add missing static asserts for line cap and line join values. by wileyrya · 7 years ago
  50. af680b1 Add a basic embedder test for CPWL_Edit. by Lei Zhang · 7 years ago
  51. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago
  52. 12eea81 Remove unused bits from PWL_Edit headers. by Lei Zhang · 7 years ago
  53. fac46f8 Split timer classes out of PWL_Wnd.h by Lei Zhang · 7 years ago
  54. 3db8759 Remove dead CPDFSDK_Annot code. by Lei Zhang · 7 years ago
  55. 4f34c64 Clean up CFFL formfiller classes. by Lei Zhang · 7 years ago
  56. dd29c25 Remove unused parameter from CFFL_FormFiller::NewPDFWindow(). by Lei Zhang · 7 years ago
  57. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 7 years ago
  58. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 7 years ago
  59. 1fed5a2 Simplify code in fpdfformfill.cpp. by Lei Zhang · 7 years ago
  60. 7bef7c8 Clarify IPWL_Filler_Notify::QueryWherePopup() parameters. by Lei Zhang · 7 years ago
  61. f6ca07b Replace some repeated code with existing CFXJS_Engine::NewString() helper. by Tom Sepez · 7 years ago
  62. fb7021c Be less trusting of MaybeLocal<> return types from V8 To* methods. by Tom Sepez · 7 years ago
  63. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 7 years ago
  64. d9dc962 Add missing public APIs to API test. by wileyrya · 7 years ago
  65. ce84f71 CFXJS_Engine::GetObjDefnID is a static method by Tom Sepez · 7 years ago
  66. 5e042a1 Fix OnDestroy method for scroll bars by Tom Sepez · 7 years ago
  67. 207b727 Eliminate unneeded calls to FPDFPage_GenerateContent by Nicolas Pena · 8 years ago
  68. 385d32f Fix CPDF_PageRenderContext cleanup by Tom Sepez · 8 years ago
  69. 06bbdef Add public API for setting the blend mode on a page object. by wileyrya · 8 years ago
  70. f1697fa Add public API for getting the bounds of a page object. by wileyrya · 8 years ago
  71. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 8 years ago
  72. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 8 years ago
  73. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 8 years ago
  74. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  75. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  76. fb71fbb Do not include large unicode values in the ToUnicode map by Nicolas Pena · 8 years ago
  77. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  78. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  79. 671630e Use less opaque types in CPDFSDK_FormFillEnvironment. by Lei Zhang · 8 years ago
  80. 6c8ed64 Better identify web links by trimming irrelevant chars by Wei Li · 8 years ago
  81. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  82. 940967d Use Unowned/Observed pointers between doc and FF onwership hierarchies. by Tom Sepez · 8 years ago
  83. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 8 years ago
  84. 7dc9fe5 Break linkage from CPDFXA_DocEnvironment to IJS_EventContext. by Tom Sepez · 8 years ago
  85. 41066c1 Bad cast to CPDF_Document in FPDFEditEmbeddertest by Tom Sepez · 8 years ago
  86. 45b9ae1 Revert "Smells like a leak in PWL_ComboBox.cpp" by Tom Sepez · 8 years ago
  87. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 8 years ago
  88. a3cf977 CFX_UnownedPtr: check during assignment time as well. by Tom Sepez · 8 years ago
  89. b48912f Add some missing keywords in ToUnicode by Nicolas Pena · 8 years ago
  90. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  91. 9792f16 Properly ref-count CPDFXFA_Page by Tom Sepez · 8 years ago
  92. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  93. 017ebba Add a WriteString method to IFX_WriteStream by dan sinclair · 8 years ago
  94. b084c1f Smells like a leak in PWL_ComboBox.cpp by Tom Sepez · 8 years ago
  95. a5085d4 Rename render device classes by Dan Sinclair · 8 years ago
  96. cb377be Add missing CheckUnsupportedError by Dan Sinclair · 8 years ago
  97. 830897a Move map and codec loading into manager by Dan Sinclair · 8 years ago
  98. dbc3d3e Fixup Initialize spelling by Dan Sinclair · 8 years ago
  99. 21f88ff Fix FPDFImageObj_LoadJpegFile(Inline) to allow NULL to be passed in for pages, as the documentation explicitly allows this. by Andrew Weintraub · 8 years ago
  100. 8a6fdad Create common CXML_Object base class for CXML_Content and CXML_Element. by Tom Sepez · 8 years ago