summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2017-08-29Reduce rounding errors when Invalidating rects.Lei Zhang
2017-08-29Convert some form fill tests to use CFX_PointF coordinates.Lei Zhang
2017-08-28Remove parameter to TypeTextIntoTextField().Lei Zhang
2017-08-28Put some form tests in FPDFFormFillEmbeddertest subclasses.Lei Zhang
2017-08-28Implicitly create CFX_WideString() in form tests.Lei Zhang
2017-08-28Added FPDFAnnot_GetAnnotIndex()Jane Liu
2017-08-28Convert find markers to Optionals in CPDF_TextPageFindRyan Harrison
2017-08-28Pass more const CFX_Matrix* params in CFFL_FormFiller.Lei Zhang
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-08-28Add a global font loader in XFA testsDan Sinclair
2017-08-23Fixed ASan crash when unloading page with CFFL_ListBox.Henrique Nakashima
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-22Corrected the error setting after calling FPDF_LoadDocument()Jane Liu
2017-08-22Simplifying state of CPDFSDK_PageView.Henrique Nakashima