summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-08-16Remove arguments from CPWL_Edit::SetAlignFormatV().chromium/3525Tom Sepez
2018-08-16Replace optional bool bDrawFocus with enum type.Tom Sepez
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-08-15Make CFX_MemoryStream always consecutive.chromium/3524Lei Zhang
2018-08-14Remove default args from CPDF_DIBSource::StartLoadDIBSource().Tom Sepez
2018-08-14Remove unreachable vertical text code in CPDF_Document.Lei Zhang
2018-08-14Add FPDFFormObj_GetMatrix() APIMiklos Vajna
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Change CFDF_Document::ParseMemory() to use pdfium::span.Lei Zhang
2018-08-13Use std::vector in FDFToURLEncodedData().Lei Zhang
2018-08-13Move FDFToURLEncodedData() into an anonymous namespace.Lei Zhang
2018-08-13Move CPDFSDK_MemoryAccess to fxcrt.Lei Zhang
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-10Fix sign mismatch in CPDFXFA_DocEnvironment.Lei Zhang
2018-08-10Remove direct calls to timechromium/3519Ryan Harrison
2018-08-10Add proxy for syscall timeRyan Harrison
2018-08-08Remove include of <time.h> from fpdfsdk/cpdfsdk_datetime.hTom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-07Make CPDF_Font::GetFontBBox() return the bounding box.Lei Zhang
2018-08-07Add FPDFTextObj_GetText() APIMiklos Vajna
2018-08-04Do more CBA_FontMap initialization in the ctor and header.Lei Zhang
2018-08-02Handle inline font dicts in CBA_FontMap::AddFontToAnnotDict().Lei Zhang
2018-08-01Make FPDF_FormHandle be represented as an incomplete type.chromium/3510Tom Sepez
2018-08-01Fix sign mismatch in CPDFSDK_FormFillEnvironment::GetPageViewCount().Lei Zhang
2018-08-01Add FPDFText_GetFontName() APIMiklos Vajna
2018-07-28Add CPDSDK_Annot::AsBAAnnot() checked downcast methodTom Sepez
2018-07-27Make pdfium_embeddertests pass on Windows 10.Lei Zhang
2018-07-27Fix some nits in FPDFEditEmbeddertest.Lei Zhang
2018-07-26Be more careful casting to widget subclasses.Tom Sepez
2018-07-25Remove some ASSERT (and cast) in favor of checked cases.Tom Sepez
2018-07-25Disable submit in XFA forms.Henrique Nakashima
2018-07-24Fix encryption dictionary owning.Artem Strygin
2018-07-17Add Deleter and Scoper for FPDF_PAGELINK.chromium/3495Andrew Weintraub
2018-07-17Cleanup SetSavedCalled APIRyan Harrison
2018-07-16Alert embedder when attempting to save XFA formRyan Harrison
2018-07-16Add FPDFFormObj_GetObject() APIMiklos Vajna
2018-07-14Use more ternary operators in content mark code.chromium/3493chromium/3492Lei Zhang
2018-07-13Create API to remove a parameter from a content mark.chromium/3491Henrique Nakashima
2018-07-13Create API to remove a content mark from a page object.Henrique Nakashima
2018-07-13Fix mark parameters not saved if nothing changed.Henrique Nakashima
2018-07-13Validate out-parameters in FPDF_GetPageSizeByIndex().Lei Zhang
2018-07-13Fix FPDF_ImportNPagesToOne() documentation.Lei Zhang
2018-07-12Fix mark not saved if there are no other changes in the same object.Henrique Nakashima
2018-07-12Create API to set and get blob values from a mark dict.Henrique Nakashima
2018-07-11Inline GetMarkParamPairAtIndex into FPDFPageObjMark_GetParamKey.Henrique Nakashima
2018-07-11Rename content mark parameter value getters.Henrique Nakashima
2018-07-11Remove clunky mark property value getters by index.Henrique Nakashima
2018-07-11Write marked content operators when generating a stream.Henrique Nakashima
2018-07-11Split CPDF_ContentMark::AddMark() into three versions.Henrique Nakashima