summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-14Merge 3 methods of CJBig2_GRDProc togetherchromium/3465chromium/3464chromium/3463chromium/3462chromium/3461Nicolas Pena
2018-06-14[formcalc] Calculate length of string when calling FXSYS_wcstofDan Sinclair
2018-06-14Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h.Peter Collingbourne
2018-06-14Rewrite content stream regeneration.Henrique Nakashima
2018-06-14Simplify the calculation of Pages Offsets within CPDF_HintsTable.chromium/3460Artem Strygin
2018-06-13Collapse some more xfa/non-xfa code in cpdfsdk annots.chromium/3459chromium/3458Tom Sepez
2018-06-13Mark modified content streams as dirty in CPDF_PageObjectHolder.Henrique Nakashima
2018-06-13Remove CFX_FixedBufGrow from cpdf_renderstatus.cppNicolas Pena
2018-06-13Remove CFX_FixedBufGrow from cpdf_colorspace.cppNicolas Pena
2018-06-13Remove almost all usages of CFX_FixedBufGrow from cpdf_dibsource.cppNicolas Pena
2018-06-13Make CJBig2_Context::GetHuffmanTable return constNicolas Pena
2018-06-13Remove CFX_FixedBufGrow from fx_codec_icc.cppNicolas Pena
2018-06-13Merge the offset calculation logic within CPDF_HintsTable.Artem Strygin
2018-06-13Add FPDFText_LoadStandardFont to public APINicolas Pena
2018-06-13Remove CFX_FixedBufGrow from fx_apple_platform.cppNicolas Pena
2018-06-13Guard some non-windows only code in cfx_font with ifdefs.Tom Sepez
2018-06-13Tidy FFLCommon()Tom Sepez
2018-06-13Refactor GetOrCreateDefaultGraphics out of ProcessDefaultGraphics.Henrique Nakashima
2018-06-13CPDFSDK_Widget(): bDisplay arg always passed as true (default).Tom Sepez
2018-06-12Refactor modification of Contents in CPDF_PageContentGenerator.Henrique Nakashima
2018-06-12Comment some more #else // PDF_ENABLE_XFATom Sepez
2018-06-12Fill m_ContentStream field in CPDF_PageObject.Henrique Nakashima
2018-06-12FPDFPage_New(), FPDF_LoadPage(): Fallthru into PDF case if no XFA context.Tom Sepez
2018-06-12CheckUnSupportError() always called with FPDF_ERR_SUCCESS.Tom Sepez
2018-06-12Remove some #ifdef XFA in favor of runtime checks.chromium/3457Tom Sepez
2018-06-12Make empty document always have empty privilegesTom Sepez
2018-06-12Remove explicit calls to FXFT_Clear_Face_External_Stream().Tom Sepez
2018-06-12Rework "Make common page base class."Tom Sepez
2018-06-12[fm2js] Convert formcalc tests to use raw literalsDan Sinclair
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-11Move some CFXJS_Engine methods to CFXJS_ObjDefinition.Tom Sepez
2018-06-11Move some FXJS methods onto the per-isolate object.Tom Sepez
2018-06-11Remove explicit calls to x->operator[]Tom Sepez
2018-06-11Replace FPDF_PAGE_MAX_NUM with class scoped constant.Tom Sepez
2018-06-11Use spans in CJX_Object.Tom Sepez
2018-06-11Use spans in CJS_Object.Tom Sepez
2018-06-09Consolidate bounding box logic.chromium/3455chromium/3454Lei Zhang
2018-06-08Avoid undefined behavior in FX_atonum().Lei Zhang
2018-06-08Remove CJS_Object::InitInstance().Tom Sepez
2018-06-08Add constants for PDF 1.7 spec, table 3.27.Lei Zhang
2018-06-08Move getting the CPDF_CryptoHandler into CPDF_Creator::WriteStream()Henrique Nakashima
2018-06-08Move member initializations to cpdf_creator.hHenrique Nakashima
2018-06-08Instead of CPDF_Creator::m_dwFlags, store its two supported bits.Henrique Nakashima
2018-06-08Remove unused methods in CPDF_Creator, mark others as private.Henrique Nakashima
2018-06-08Remove CPDF_Creator::InitOldObjNumOffsets(). It does nothing.Henrique Nakashima
2018-06-08Allow setting current page on Foreground XFA docsRyan Harrison
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-08Fix issue with resolveNodes() not found off global proxy object.Tom Sepez
2018-06-08Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter.Lei Zhang
2018-06-08Write some FPDFTransformEmbedderTests.Lei Zhang