summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-21Use UnownedPtr<> in JBig2_GrrdProc.h.Tom Sepez
2018-08-21Remove excessive padding above and below PDF417 barcodes.Henrique Nakashima
2018-08-21Use UnownedPtr<> in CJBig2_TRDProc.Tom Sepez
2018-08-21Avoid copying some big vectors in JBIG2_SymbolDictTom Sepez
2018-08-21Change GetEmbbedObj() to return an Optional<WideString>.Lei Zhang
2018-08-21Fix lifetime issue in CJBig2_GRDProc::ProgressiveArithDecodeStateTom Sepez
2018-08-21Allow creation of a MaybeOwned<T> from UnownedPtr<T>.Tom Sepez
2018-08-21Optimize rendering of two dimensional barcodes: defer upscale.Henrique Nakashima
2018-08-21Fix some IWYU issues in xfa/fxfa/.Lei Zhang
2018-08-21Fix one-of property JS errors.Henrique Nakashima
2018-08-21Roll code coverage DEPS aheadchromium/3530Ryan Harrison
2018-08-21Fix usage of deprecated V8 Value::*Value methodsDan Elphick
2018-08-20Use UnownedPtr<> in JBig2_GrdProc.hTom Sepez
2018-08-20Use UnownedPtr<> in CXFA_GEColor.Tom Sepez
2018-08-20Use UnownedPtr<> in CPDF_ObjectWalker.Tom Sepez
2018-08-20Use more UnownedPtr<> in CPWL_Wnd::CreateParams.Tom Sepez
2018-08-20Fix nits in CXFA_Node.Lei Zhang
2018-08-20Clean up CXFA_Graphics::SetLineDash().Lei Zhang
2018-08-20Fix reversed arguments to GenerateResourceDict().Lei Zhang
2018-08-20Simplify CPDF_InterForm::GenerateNewResourceName().Lei Zhang
2018-08-20Avoid an integer overflow in CFX_RTFBreak.Lei Zhang
2018-08-20Use more consts in CFX_Break.Lei Zhang
2018-08-20Remove refcounting from CFPF_SkiaFont.chromium/3529Lei Zhang
2018-08-17Ger rid of some #defines in Android font code.chromium/3528chromium/3527Lei Zhang
2018-08-17Get rid of CFPF_SkiaFont::InitFont().Lei Zhang
2018-08-17Encapsulate CFPF_SkiaPathFont members.Lei Zhang
2018-08-17Use more UnownedPtr<> in cpdf_renderstatus.h.chromium/3526Tom Sepez
2018-08-17Change CFPF_SkiaFontMgr::m_FontFaces to store unique_ptrs.Lei Zhang
2018-08-17Remove CFPF_SkiaFontDescriptor.Lei Zhang
2018-08-17Add FPDFText_GetFontInfoNicolas Pena
2018-08-17Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont.Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Optimize rendering of 2D barcodes: create Rect only on black regions.Henrique Nakashima
2018-08-17Remove default arguments from CFPF_SkiaFontMgr.Lei Zhang
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-08-17Remove optionals in CXFA_LayoutPageMgr methods.Tom Sepez
2018-08-17Remove optionals from CXFA_NodeHelper::NodeAcc_TraverseSiblings().Tom Sepez
2018-08-17Remove optionals from CXFA_TextLayout methods.Tom Sepez
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