summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-24Revert "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-09-21Fix destruction order with CPDF_StreamAcc.Lei Zhang
2018-09-20Make potentially dangerous Actions require a user click.Henrique Nakashima
2018-09-20Use pdfium::Optional with FPDF_Doc_Save().Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-19Use MaybeOwned in CPDF_StreamAcc.chromium/3557Lei Zhang
2018-09-18Change signature of FPDFPageObjMark_Get(Name|ParamKey).chromium/3556Henrique Nakashima
2018-09-18Encode mark names when writing to file.Henrique Nakashima
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-17Remove deprecated FPDFPage_CountObject().Lei Zhang
2018-09-15Use ScopedFPDFStructTree in tests.Lei Zhang
2018-09-14Use MakeUnique() in CFFL_InteractiveFormFiller.Tom Sepez
2018-09-14Revert "Disable FPDFEditEmbeddertest.AddCIDFontText"Tom Sepez
2018-09-14Change two memcpys to iterator form of vector constructor.Tom Sepez
2018-09-14Rename FPDF_RenderPage_Retail() to RenderPageWithContext()chromium/3553Tom Sepez
2018-09-14Add basic tests for some annotation APIs.Lei Zhang
2018-09-13Disable FPDFEditEmbeddertest.AddCIDFontTextTom Sepez
2018-09-12Set correct stream index when parsing is done in several steps.Henrique Nakashima
2018-09-11Make HexDecode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-09-10Save and reload document in RemoveMarkedObjectsPrime test.Henrique Nakashima
2018-09-04Remove unneeded fpdf_parser_decode.h #includes.Lei Zhang
2018-08-29Use pdfium::span<>/UnownedPtr in CFX_Font.Tom Sepez
2018-08-29Remove FPDFDOC_ prefix from non-public functionsTom Sepez
2018-08-29Use pdfium::span<> in fpdf_parser_decode.h helper functions.Tom Sepez
2018-08-28Handle non-printing characters at beginning of extraction regionRyan Harrison
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-27Remove unnecessary ToArray() calls and locals in CPDF_Dest.chromium/3535Lei Zhang
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-23Remove deprecated FPDFDest_GetPageIndex() API.Lei Zhang
2018-08-22Properly handle language markers in decoded textRyan Harrison
2018-08-22Use UnownedPtr<> in CPDFSDK_FileWriteAdapter.Tom Sepez
2018-08-21Use UnownedPtr in CPDF_VariableTextTom Sepez
2018-08-20Use more UnownedPtr<> in CPWL_Wnd::CreateParams.Tom Sepez
2018-08-17Add FPDFText_GetFontInfoNicolas Pena
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