summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2017-09-13Add readme files to some directories.chromium/3215Henrique Nakashima
2017-09-12Remove ASSERT that was added to understand what was occuringRyan Harrison
2017-09-11Add guard against reading more then expected from the pageRyan Harrison
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-05Leave space for null characters when getting textRyan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-31Make FPDF_GetText stricter on inputsRyan Harrison
2017-08-31Change FPDFImageObj_GetImageFilter() to return byte strings.Lei Zhang
2017-08-31Properly handle \n, \r, \r\n when inserting textRyan Harrison
2017-08-31Prevent FPDFAvail_IsDocAvail() from infinite looping.Lei Zhang
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Change APIs to use FPDF_BYTESTRING for keys.Lei Zhang
2017-08-31Implement FORM_OnFocus() API.Lei Zhang
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-30Move CFX_BinaryBuf out of fx_basicDan Sinclair
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison