summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-05-15Add a WriteString method to IFX_WriteStreamdan sinclair
2017-05-15Smells like a leak in PWL_ComboBox.cppTom Sepez
2017-05-11Rename render device classesDan Sinclair
2017-05-11Add missing CheckUnsupportedErrorDan Sinclair
2017-05-11Move map and codec loading into managerDan Sinclair
2017-05-11Fixup Initialize spellingchromium/3097Dan Sinclair
2017-05-10Fix FPDFImageObj_LoadJpegFile(Inline) to allow NULL to be passed in for pages...chromium/3096Andrew Weintraub
2017-05-09Create common CXML_Object base class for CXML_Content and CXML_Element.Tom Sepez
2017-05-09Remove FPDFPageObj_NewImgeObj().Lei Zhang
2017-05-09Move FPDF_FILEWRITE adapter to own fileDan Sinclair
2017-05-08fpdfsdk: add minimal FPDFPageObj_GetType() testcasechromium/3094Miklos Vajna
2017-05-05Encode unicodes in UTF-16BE in ToUnicode mapNicolas Pena
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04CPDF_Document::GetPageData() normally does not return NULL.Lei Zhang
2017-05-04Make CPDF_Font member variables protected.Lei Zhang
2017-05-04Cleanup CXFA_RenderContextDan Sinclair
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-05-03Add a ToUnicode mapping when loading CID fontsNicolas Pena
2017-05-02Remove some more |new|s, part 11chromium/3088Tom Sepez
2017-05-02Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cppTom Sepez
2017-05-02Roll FreeType to 5a3490e.Lei Zhang
2017-05-02Add API to create a text object using a loaded font.Nicolas Pena
2017-05-01Remove more |new|s, part 6chromium/3087Tom Sepez
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-04-27Add barcode test skeletonTom Sepez
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-25Use fx_extension.h utilities in more places.Lei Zhang
2017-04-21Add CFX_RenderDevice::AutoRestorer()chromium/3078Tom Sepez
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
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