summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfannot.cpp
AgeCommit message (Expand)Author
2018-01-11Add FPDFAnnot_SetAP to public API.chromium/3319Henrique Nakashima
2018-01-10Fix some nits from commit a74e75d.Lei Zhang
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2017-10-31Add FS_RECTF conversion functions.Lei Zhang
2017-10-16Simplify CPVT_GenerateAP interfaceDan Sinclair
2017-10-16Convert CPVT_Color to CFX_ColorDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Change APIs to use FPDF_BYTESTRING for keys.Lei Zhang
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-28Added FPDFAnnot_GetAnnotIndex()Jane Liu
2017-08-22Added FPDFAnnot_GetLinkedAnnot()Jane Liu
2017-08-16Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints}Jane Liu
2017-08-16Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}()Jane Liu
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-07-28Add CPDF_Stream::ReplaceData method.chromium/3170Artem Strygin
2017-07-20Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests.Diana Gage
2017-07-20Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests.Diana Gage
2017-07-19Basic APIs and tests for extracting attachmentsJane Liu
2017-07-14Updated pdfium_test's WriteAnnot()Jane Liu
2017-07-11Added API for removing objects from annotationsJane Liu
2017-07-06Added APIs for getting/setting string pairs in annotation dictionariesJane Liu
2017-07-06Generalized annotation APIs to support image and text objectsJane Liu
2017-07-06Added APIs for setting annotation flag valuesJane Liu
2017-06-29Basic APIs and tests for extracting and setting annotation pathsJane Liu
2017-06-29Added FPDFAnnot_RemoveAnnot()Jane Liu
2017-06-27Made existing annotation APIs to work with APchromium/3143Jane Liu
2017-06-27Changed the return type for annotation APIsJane Liu
2017-06-20Wrapper class for annotation dictionary + CPDF_Formchromium/3137Jane Liu
2017-06-09Minor changes/addons for annotation APIsJane Liu
2017-06-09Simplify CPDF_Array::RemoveAt(index, size).Lei Zhang
2017-06-07Basic APIs and tests for creating annotationsJane Liu
2017-06-01Basic APIs and tests for extracting annotationsJane Liu