summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-16Remove arguments from CPWL_Edit::SetAlignFormatV().chromium/3525Tom Sepez
2018-08-16Remove optional argument from CXFA_LayoutProcessor::StartLayout()Tom Sepez
2018-08-16Replace optional bool bDrawFocus with enum type.Tom Sepez
2018-08-16Remove optional argument from ResolveNodes_GetParent().Tom Sepez
2018-08-16Remove optional bool bType from GetFillArgb()Tom Sepez
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-08-16Remove default arg from CFX_BinaryBuf::EstimateSize().Tom Sepez
2018-08-16Allow PDF417 barcodes to reduce modules by shaving off padding.Henrique Nakashima
2018-08-16If rows need to overflow in a PDF417 barcode, keep it to a minimum.Henrique Nakashima
2018-08-16Add a way to save a barcode generated bitmap to a .png.Henrique Nakashima
2018-08-16Remove more optional args in core/Tom Sepez
2018-08-16Optimize rendering of two dimensional barcodes: deduplicate regions.Henrique Nakashima
2018-08-16Do not set barcode module width and height in unittest.Henrique Nakashima
2018-08-15Remove optional prepend argument from matrix transformations.Tom Sepez
2018-08-15Make CPDF_RenderStatus::Initialize() saner.Tom Sepez
2018-08-15Make CFX_MemoryStream always consecutive.chromium/3524Lei Zhang
2018-08-14Remove optional argument from NewFXJSBoundObject().Tom Sepez
2018-08-14Remove optional argument from GetVariablesThis().Tom Sepez
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-14Remove default level from FPDF_GetFieldAttr().Tom Sepez
2018-08-14Add FPDFFormObj_GetMatrix() APIMiklos Vajna
2018-08-14Remove unused form/args of AddWindowsFont()Tom Sepez
2018-08-14Add CPDF_Type1Font::IsBase14Font() to replace GetBase14Font().Lei Zhang
2018-08-14Remove CFX_BufferSeekableReadStream.Lei Zhang
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-08-14Roll third_party/freetype/src/ 578bcf103..96b5e5009 (23 commits)chromium/3523Lei Zhang
2018-08-14Remove |bTakeOver| parameter from CFX_MemoryStream ctor.Lei Zhang
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-13Implement CFX_CodecMemory.Lei Zhang
2018-08-13Use CFX_ReadOnlyMemoryStream in more places.Lei Zhang
2018-08-13Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only.Lei Zhang
2018-08-13Move CPDFSDK_MemoryAccess to fxcrt.Lei Zhang
2018-08-13Run pdfium_test in only one place in make_expected.sh.Lei Zhang
2018-08-13Split CFX_MemoryStream::m_dwFlags into two bools.chromium/3522Lei Zhang
2018-08-11Cleanup CFX_CTTGSUBTable.chromium/3521chromium/3520Lei Zhang
2018-08-11Initialize CPDF_CIDFont members.Lei Zhang
2018-08-11Simplify CPDF_SimpleFont::LoadPDFEncoding().Lei Zhang
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-10Remove unused form of PDF_EncodeText().Tom Sepez
2018-08-10Make the 4th parameter in CPDF_Form non-optional.Lei Zhang
2018-08-10Minor cleanup in CPDF_ContentParser.Lei Zhang
2018-08-10Fix sign mismatch in CPDFXFA_DocEnvironment.Lei Zhang
2018-08-10Make CPDF_PSFunc::m_PS mutable.Tom Sepez
2018-08-10Remove const args and const_casts where not required.Tom Sepez
2018-08-10Remove direct calls to timechromium/3519Ryan Harrison
2018-08-10Add proxy for syscall timeRyan Harrison