summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-05-18Break linkage from CPDFXA_DocEnvironment to IJS_EventContext.Tom Sepez
2017-05-18Bad cast to CPDF_Document in FPDFEditEmbeddertestTom Sepez
2017-05-18Revert "Smells like a leak in PWL_ComboBox.cpp"Tom Sepez
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-17CFX_UnownedPtr: check during assignment time as well.Tom Sepez
2017-05-17Add some missing keywords in ToUnicodeNicolas Pena
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-05-16Properly ref-count CPDFXFA_PageTom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
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