Age | Commit message (Expand) | Author |
2017-09-13 | Add readme files to some directories.chromium/3215 | Henrique Nakashima |
2017-09-12 | Remove ASSERT that was added to understand what was occuring | Ryan Harrison |
2017-09-11 | Add guard against reading more then expected from the page | Ryan Harrison |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-05 | Leave space for null characters when getting text | Ryan Harrison |
2017-09-01 | Prepare for converting FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |
2017-08-31 | Make FPDF_GetText stricter on inputs | Ryan Harrison |
2017-08-31 | Change FPDFImageObj_GetImageFilter() to return byte strings. | Lei Zhang |
2017-08-31 | Properly handle \n, \r, \r\n when inserting text | Ryan Harrison |
2017-08-31 | Prevent FPDFAvail_IsDocAvail() from infinite looping. | Lei Zhang |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Change APIs to use FPDF_BYTESTRING for keys. | Lei Zhang |
2017-08-31 | Implement FORM_OnFocus() API. | Lei Zhang |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-30 | Move CFX_BinaryBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Split auto restorer from fx_basic | Dan Sinclair |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-29 | Reduce rounding errors when Invalidating rects. | Lei Zhang |
2017-08-29 | Convert some form fill tests to use CFX_PointF coordinates. | Lei Zhang |
2017-08-28 | Remove parameter to TypeTextIntoTextField(). | Lei Zhang |
2017-08-28 | Put some form tests in FPDFFormFillEmbeddertest subclasses. | Lei Zhang |
2017-08-28 | Implicitly create CFX_WideString() in form tests. | Lei Zhang |
2017-08-28 | Added FPDFAnnot_GetAnnotIndex() | Jane Liu |
2017-08-28 | Convert find markers to Optionals in CPDF_TextPageFind | Ryan Harrison |
2017-08-28 | Pass more const CFX_Matrix* params in CFFL_FormFiller. | Lei Zhang |
2017-08-28 | Change DrawAppearance() methods to take CFX_Matrix by const-ref. | Lei Zhang |
2017-08-28 | Add a global font loader in XFA tests | Dan Sinclair |
2017-08-23 | Fixed ASan crash when unloading page with CFFL_ListBox. | Henrique Nakashima |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-22 | Corrected the error setting after calling FPDF_LoadDocument() | Jane Liu |
2017-08-22 | Simplifying state of CPDFSDK_PageView. | Henrique Nakashima |
2017-08-22 | Added FPDFAnnot_GetLinkedAnnot() | Jane Liu |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-17 | Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&. | Lei Zhang |
2017-08-17 | Fix some issues with individual image mask rendering | rbpotter |
2017-08-16 | Fixing crash on mouse movement in XFA form. | Henrique Nakashima |
2017-08-16 | Add in missting string length check | Ryan Harrison |
2017-08-16 | Check for possible empty object returns from NewFxDynamicObj() | Tom Sepez |
2017-08-16 | Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints} | Jane Liu |
2017-08-16 | Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() | Jane Liu |
2017-08-16 | API and test for retrieving metadata from image objects | Jane Liu |
2017-08-15 | Change a bunch of methods to take a const CFX_Matrix& param.chromium/3187 | Lei Zhang |
2017-08-15 | Simplify CPWL_EditImpl_Undo. | Lei Zhang |
2017-08-15 | Remove default argument from CPWL_Wnd::InvalidateRect(). | Lei Zhang |
2017-08-15 | Do some cleanup in CPWL_Edit. | Lei Zhang |
2017-08-15 | IFX_Edit_UndoItem implementations all take a valid CPWL_EditImpl*. | Lei Zhang |
2017-08-15 | Remove CPWL_EditImpl_UndoItem. | Lei Zhang |