summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-06-30Remove pointless CFX_FloatRect construction.Lei Zhang
2017-06-30Use early returns in CFFL_FormFiller.Lei Zhang
2017-06-30Replaced static casts with CPDFPageObjectFromFPDFPageObject()Jane Liu
2017-06-29Basic APIs and tests for extracting and setting annotation pathsJane Liu
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-29Added FPDFAnnot_RemoveAnnot()Jane Liu
2017-06-29Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream.Henrique Nakashima
2017-06-29Add TestSaved helper method in FPDFEditEmbeddertestNicolas Pena
2017-06-28Set default graphics before generating page contentsNicolas Pena
2017-06-27Made existing annotation APIs to work with APchromium/3143Jane Liu
2017-06-27Converting CFX_ByteTextBuf to ostringstream in fpdf_transformpage.cpp.Henrique Nakashima
2017-06-27Converting CFX_ByteTextBuf to ostringstream in fxet_edit.cpp.Henrique Nakashima
2017-06-27Changed the return type for annotation APIsJane Liu
2017-06-27Adding overload for ostream << CFX_ByteStringHenrique Nakashima
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima
2017-06-22Minor change to AP generation logicJane Liu
2017-06-21Fix typos that meant to say handler instead of hander.Lei Zhang
2017-06-20Use early returns in more CPDFSDK_FormFillEnvironment code.Lei Zhang
2017-06-20Cleanup fpdf_parser_decodeNicolas Pena
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-20Wrapper class for annotation dictionary + CPDF_Formchromium/3137Jane Liu
2017-06-19Fixing metadata not read from linearized file.chromium/3136Henrique Nakashima
2017-06-19Fix code in fpdf_flatten.cpp that does no make sense.Lei Zhang
2017-06-19Converting CFX_ByteTextBuf to ostringstream in cpdfsdk_widget.cpp.Henrique Nakashima
2017-06-19Added public API FPDFPath_GetStrokeColorJane Liu
2017-06-19Mark more CPDFSDK_FormFillEnvironment methods as const.Lei Zhang
2017-06-19Move JS time conversion code into an anonymous namespace.Lei Zhang
2017-06-16Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133Lei Zhang
2017-06-16Simplify code in the JS printf/printd implementations.Lei Zhang
2017-06-15Change some CFFL classes to use early returns.chromium/3132Lei Zhang
2017-06-15Improve ObserverPtr usage in CFFL_InteractiveFormFiller.Lei Zhang
2017-06-15Check for destroyed annotations in CPDFSDK_WidgetHandler::OnLoad().Lei Zhang
2017-06-15Add more checks for destroyed annotations in CFFL_FormFiller.Lei Zhang
2017-06-14Reenabled a flaky testchromium/3131Jane Liu
2017-06-14Fix crash when inserting empty pathNicolas Pena
2017-06-14Add blend to GraphicsDataNicolas Pena
2017-06-14Fix a buffer overflow in FPDFPage_Flatten().Lei Zhang
2017-06-14Fix some nits in CFFL_InteractiveFormFiller.Lei Zhang
2017-06-14Remove deprecated FPDPage_HasFormFieldAtPoint().Lei Zhang
2017-06-13Allow zero length streams when parsing.chromium/3130Dan Sinclair
2017-06-13Implement CPWL_ComboBox::OnDestroy() to manage unowned pointers.Lei Zhang
2017-06-09Fix types for FT_ULong chars in fpdfedittextchromium/3128chromium/3127Nicolas Pena
2017-06-09Minor changes/addons for annotation APIsJane Liu
2017-06-09Simplify CPDF_Array::RemoveAt(index, size).Lei Zhang
2017-06-09Disable a new flaky testJane Liu
2017-06-07Fixing FPDFPage_TransformAnnotsJane Liu
2017-06-07Basic APIs and tests for creating annotationsJane Liu
2017-06-07Fix EmptyCreation testNicolas Pena
2017-06-05Add missing static asserts for line cap and line join values.chromium/3122chromium/3121wileyrya
2017-06-03Add a basic embedder test for CPWL_Edit.Lei Zhang