aboutsummaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2020-01-24Adding APIs to get name, type and value of form fieldsMansi Awasthi
2020-01-24Move CPDFXFA_Context creation to FPDFDOC_InitFormFillEnvironment()Daniel Hosseinian
2020-01-23Implement FPDFText_GetMatrix().Lei Zhang
2020-01-23Adding password form flag for text fields in fpdf_annot.hMansi Awasthi
2020-01-10Clarify documentation for FPDFLink_GetURLAndrew Weintraub
2020-01-09Remove several unused enums and structs from public/fpdf_fwlevent.h.Tom Sepez
2020-01-09Cover FPDF_GetDefaultTTFMap() from embedder tests.Tom Sepez
2020-01-08Use std::unique_ptr inside FPDFDOC_ExitFormFillEnvironment()Daniel Hosseinian
2020-01-08Add FPDFTextObj_SetTextRenderMode() to public APIDaniel Hosseinian
2019-12-20Update documentation for PDFium initialization.Lei Zhang
2019-12-19Fix some whitespace in public header formattingTom Sepez
2019-12-18Tidy interface comments in public/fpdf_formfill.h.Tom Sepez
2019-12-18Unify FPDF_FORMFILLINFO versioning and mark V2 as experimentalTom Sepez
2019-12-18Change FPDF_TEXTRENDERMODE_* C-style defines to enumsDaniel Hosseinian
2019-12-11Use floats in experimental APIs.Lei Zhang
2019-12-10Tidy XFA public interfaces.Tom Sepez
2019-12-05Add some experimental float API variants in public/fpdfview.h.Lei Zhang
2019-12-05Provide a FPDF_LoadXFA() stub even when XFA not present.Tom Sepez
2019-12-04Expose FORM_OnRButton{Down,Up} to non-XFA buildsTom Sepez
2019-12-04Add unit tests for FPDF_BSTR.Tom Sepez
2019-12-04Remove some DOXY-style punctuation from fpdf_formfill.h.Tom Sepez
2019-11-08Remove duplicate FPDF_OBJECT_ definitions from fpdf_annot.hTom Sepez
2019-11-06Document obsolete FPDF render flags.Tom Sepez
2019-09-26New API to retrieve a character's loose boundsIan Prest
2019-09-13PDF a11y: new API for fill and stroke colorsBenjamin Beaudry
2019-09-12New FPDFText_GetTextRenderMode APIBenjamin Beaudry
2019-09-11Rename FPDFText_GetTextRenderMode() to FPDFTextObj_GetTextRenderMode().Lei Zhang
2019-09-09PDF a11y: new API for font-weightBenjamin Beaudry
2019-08-20Mention how much memory FPDFBitmap_Create() can allocate.Lei Zhang
2019-08-14Always pass NULL |hWidget| in FFI_PopupMenu().Tom Sepez
2019-08-01Add experimental JavaScript retrieval APIs.Lei Zhang
2019-07-31Remove |page| parameter in FPDFAnnot_GetFormFieldFlags().Lei Zhang
2019-07-30Make CPDF_Font a retainable type.Tom Sepez
2019-07-30Add FPDFPageObj_GetClipPath() APIMiklos Vajna
2019-07-29Get the rotation angle of a character.Benjamin Beaudry
2019-07-17FPDFAnnot_IsChecked API for checkboxes and radio buttons.Ryan Smith
2019-07-17Properly run Python scripts on Windows in presubmit checks.Lei Zhang
2019-07-15Remove const from public fpdfview types.Tom Sepez
2019-07-08Shorten FPDFPage thumbnail API names.Lei Zhang
2019-07-04API to return text range for weblinksAnkit Kumar 🌪️
2019-07-01Fix 24 ClangTidy - Readability/Naming findings in /pdfium/.Andrew Weintraub
2019-06-25Create FPDF_Thumbnail API and refactor raw stream retrievalJeremy Chinsen
2019-06-25Fix comments in public headers that refer to "raw bytes"Lei Zhang
2019-06-24Fix 22 ClangTidy - Readability/Naming findings in fpdfsdk.Andrew Weintraub
2019-05-23Add ScopedFPDFClipPath.Lei Zhang
2019-05-21Properly spell out UTF-16LE.Lei Zhang
2019-05-15Give buffers in experimental fpdf_attachment.h APIs clearer types.Lei Zhang
2019-05-13Remove deprecated fpdf_edit APIs.Lei Zhang