summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-08-17Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&.Lei Zhang
2017-08-17Fix some issues with individual image mask renderingrbpotter
2017-08-16Fixing crash on mouse movement in XFA form.Henrique Nakashima
2017-08-16Add in missting string length checkRyan Harrison
2017-08-16Check for possible empty object returns from NewFxDynamicObj()Tom Sepez
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-16API and test for retrieving metadata from image objectsJane Liu
2017-08-15Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187Lei Zhang
2017-08-15Simplify CPWL_EditImpl_Undo.Lei Zhang
2017-08-15Remove default argument from CPWL_Wnd::InvalidateRect().Lei Zhang
2017-08-15Do some cleanup in CPWL_Edit.Lei Zhang
2017-08-15IFX_Edit_UndoItem implementations all take a valid CPWL_EditImpl*.Lei Zhang
2017-08-15Remove CPWL_EditImpl_UndoItem.Lei Zhang
2017-08-15Remove CPWL_EditImpl::EnableOprNotify().Lei Zhang
2017-08-15Remove GetAt from string classesRyan Harrison
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