summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-02Remove unused bits from PWL_Edit headers.chromium/3120Lei Zhang
2017-06-02Split timer classes out of PWL_Wnd.hLei Zhang
2017-06-02Remove dead CPDFSDK_Annot code.chromium/3119Lei Zhang
2017-06-02Clean up CFFL formfiller classes.Lei Zhang
2017-06-02Remove unused parameter from CFFL_FormFiller::NewPDFWindow().Lei Zhang
2017-06-02Remove explicit CFX_Matrix identity matrix instantiations.Lei Zhang
2017-06-01Basic APIs and tests for extracting annotationsJane Liu
2017-06-01Simplify code in fpdfformfill.cpp.Lei Zhang
2017-06-01Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.Lei Zhang
2017-06-01Replace some repeated code with existing CFXJS_Engine::NewString() helper.Tom Sepez