summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2017-08-22Added FPDFAnnot_GetLinkedAnnot()Jane Liu
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-17Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&.Lei Zhang
2017-08-17Fix some issues with individual image mask renderingrbpotter
2017-08-16Fixing crash on mouse movement in XFA form.Henrique Nakashima
2017-08-16Add in missting string length checkRyan Harrison
2017-08-16Check for possible empty object returns from NewFxDynamicObj()Tom Sepez
2017-08-16Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints}Jane Liu
2017-08-16Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}()Jane Liu
2017-08-16API and test for retrieving metadata from image objectsJane Liu
2017-08-15Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187Lei Zhang
2017-08-15Simplify CPWL_EditImpl_Undo.Lei Zhang
2017-08-15Remove default argument from CPWL_Wnd::InvalidateRect().Lei Zhang
2017-08-15Do some cleanup in CPWL_Edit.Lei Zhang
2017-08-15IFX_Edit_UndoItem implementations all take a valid CPWL_EditImpl*.Lei Zhang
2017-08-15Remove CPWL_EditImpl_UndoItem.Lei Zhang
2017-08-15Remove CPWL_EditImpl::EnableOprNotify().Lei Zhang
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-12Add a new public method to get the the origin of a character.Andrew Weintraub