summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-10-05Remove unused CPVT_SecPropschromium/3234Dan Sinclair
2017-10-05Remove more unused paramsDan Sinclair
2017-10-05Remove unused parametersDan Sinclair
2017-10-05Add ObservedPtr to catch Widget being killed by JSRyan Harrison
2017-10-05Add ObservedPtrs to catch issues in SaveDataRyan Harrison
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair
2017-10-05Roll FT to ae7dc1f62d826083d418e86cce3f66a76dff038aNicolas Pena
2017-10-04Fix UAF in SetVisible().Henrique Nakashima
2017-10-03Improve CPDF_ReadVaildatorArtem Strygin
2017-10-02More define cleanupDan Sinclair
2017-10-02Allow to use null FX_DOWNLOADHINTS to check data availabilityArtem Strygin
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Add Length1 in TrueType font streamsNicolás Peña
2017-09-28Implement FakeFileAccess.Artem Strygin
2017-09-28Fix load non first pages in linearized document with hints table.Artem Strygin
2017-09-28Fix infinite loop on form availability check.Artem Strygin
2017-09-28Change bottom-top order in FontBBoxNicolás Peña
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Rename CFPDF_* classesDan Sinclair
2017-09-25API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()Miklos Vajna
2017-09-22Fix UAF after destroying a widget during OnBeforeKeyStroke().chromium/3223Henrique Nakashima
2017-09-22API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments()Miklos Vajna
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Rename CXFA_DefFontMgr to CFGAS_DefaultFontManagerDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-21Add embeddertest for CFWL_EditDan Sinclair
2017-09-20Add FPDFPath_GetPoint() APIchromium/3221Miklos Vajna
2017-09-20Cleanup CPWL_Caret codeDan Sinclair
2017-09-19Fix draw order of popup annotations.Henrique Nakashima
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-09-19Setting focus on a widget may destroy the widgetDan Sinclair
2017-09-19Remove unused methods and field in CFFL_FormFiller.Henrique Nakashima
2017-09-18Convert string class namesRyan Harrison
2017-09-15Use unsigned types for app age, value age in widgets.chromium/3218chromium/3217Tom Sepez
2017-09-15Introduce CPWL_Wnd::PrivateData class.Tom Sepez
2017-09-15Move CPWL_CREATPARAM to CPWL_Wnd::CreateParamsTom Sepez
2017-09-15Add ObservedPtrs to KillFocus pathRyan Harrison
2017-09-15Add public method FPDFPath_CountPoint to get # of points of a path object.Miklos Vajna
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-09-15OnBeforeKeystroke may invalidate the widget's window.Tom Sepez
2017-09-14Checkbox event fixed when triggered by a keyboard entryClaudio DeSouza
2017-09-14Add more FPDF_GetMetaText() tests.Lei Zhang
2017-09-14Add tests for FPDF_GetMetaText().Lei Zhang
2017-09-14Fix CPDFPathObjectFromFPDFPageObject() implementation.Lei Zhang
2017-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena