summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-08-12Add a new public method to get the the origin of a character.Andrew Weintraub
2017-08-10Temporarily disable image mask individual renderingrbpotter
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 FPDF_GetFileVersion() test for a linearized document.Lei Zhang
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-08-09API and test for retrieving image filters from image objectsJane Liu
2017-08-09Unify of saving documents.chromium/3181Artem Strygin
2017-08-08Added FPDFPageObj_Destroy() for freeing page objects createdJane Liu
2017-08-04Remove _MSC_VER from JS_Value.cppchromium/3179chromium/3178Tom Sepez
2017-08-04Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.Tom Sepez
2017-08-04Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177Henrique Nakashima
2017-08-04Enforce recent VC++ version (2015 or later).Tom Sepez
2017-08-04Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others."Henrique Nakashima
2017-08-03APIs and tests for retrieving raw/decoded data from image objectsJane Liu
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-08-02Add CFFL_TextField class.chromium/3175Lei Zhang
2017-08-02Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.Henrique Nakashima
2017-08-01Add a regression test for FPDF_ImportPages().Lei Zhang
2017-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-31Add FORM_ReplaceSelection() and embedder tests.Diana Gage
2017-07-31Fix bad change when converting Mid to Left/RightRyan Harrison
2017-07-28Add CPDF_Stream::ReplaceData method.chromium/3170Artem Strygin
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-28Implement read validator.Artem Strygin
2017-07-27Unify FPDF_LoadXXXDocument functions.Artem Strygin
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-27Added FPDFDoc_DeleteAttachment()Jane Liu
2017-07-27Add TypeTextIntoTextField() helper functions to CPWL embeddertests.Diana Gage
2017-07-26Allow CFX_RTemplate to work with CFX_FloatRectDan Sinclair
2017-07-26Add ClickOnFormFieldAtPoint() helper to FPDFFormFillEmbeddertest.Diana Gage
2017-07-26Fix FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-07-26Add another check for GetSelectedText().Diana Gage
2017-07-26Added missing STDCALLchromium/3168Jane Liu
2017-07-25flush but do not release skia driverCary Clark
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair
2017-07-24Basic APIs and tests for adding attachmentsJane Liu
2017-07-24Remove unused m_iRef in CPDFXFA_PageTom Sepez
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-07-24Observe Annot destruction in CPDFSDK_PageView::DeleteAnnotTom Sepez
2017-07-24Use named commands in CPWL_AppStream.Dan Sinclair
2017-07-24Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READYDan Sinclair
2017-07-24Remove fxedit place classes in pdfwindow/Dan Sinclair
2017-07-24Remove fx_edit.hDan Sinclair
2017-07-24Cleanup some visibility in fxet_list.hDan Sinclair
2017-07-24Merge CFX_ListContainer into CFX_ListCtrlDan Sinclair
2017-07-22Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165Lei Zhang
2017-07-21Change Clear() to ClearSelection().Diana Gage
2017-07-21Fix nits from commit 67ccef7.chromium/3164Lei Zhang