summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-18Use unique_ptr in JSGlobalAlternate::m_MapGlobalTom Sepez
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-18Render image masks individually instead of rendering the entire page asrbpotter
2017-04-13Add embeddertest for form text rendering and savingNicolas Pena
2017-04-10Do not treat push button as fillable fieldWei Li
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-08Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066dan sinclair
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-07Tweak CFDF_Font::AppendChar()Tom Sepez
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-06Fix unit tests to initialize PartitionAlloc.Chris Palmer
2017-04-06Cleanup the tagged codedan sinclair
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-04-04Add method to get tagged typeDan Sinclair
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-04-03Add public method FPDFPageObj_GetType to get type of a page object.Miklos Vajna
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2017-03-30Fix some nits in the javascript util code.Lei Zhang
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Move core/fxcrt XML files to core/fxcrt/xmlDan Sinclair
2017-03-30Move CFX files into fxcrtDan Sinclair
2017-03-30Upgrade to FreeType 2.7.1.Lei Zhang
2017-03-29Quick fix for blank previewrbpotter
2017-03-29Move xfa/fxbarcode fxbarcode/Dan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-27Return arrays where appropriate in fxfa.Tom Sepez
2017-03-27Remove old test expectations after the Mac 10.12 upgrade.Lei Zhang
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-23Remove dead code in fxet_edit.h.chromium/3050Lei Zhang
2017-03-23Use std::map<> in CPLST_SelectTom Sepez
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-23Fix two CloneNonCycle issuesWei Li
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-23Remove unused invalidate flagDan Sinclair
2017-03-23Remove dead CFX_Edit code and fix some typos.Lei Zhang
2017-03-22Remove unused docview flagDan Sinclair
2017-03-22Fix Mac tests on 10.12Nicolas Pena
2017-03-21Make CPVT_WordPlace more conformant with the prevailing idioms.Tom Sepez
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang