Age | Commit message (Expand) | Author |
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 |
2017-08-15 | Remove CPWL_EditImpl::EnableOprNotify(). | Lei Zhang |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-12 | Add a new public method to get the the origin of a character. | Andrew Weintraub |
2017-08-10 | Temporarily disable image mask individual rendering | rbpotter |
2017-08-10 | Rename DLLEXPORT AND STDCALL | Dan Sinclair |
2017-08-10 | Revert "Add a build target and a proper export header for shared library buil... | Henrique Nakashima |
2017-08-09 | Add a FPDF_GetFileVersion() test for a linearized document. | Lei Zhang |
2017-08-09 | Add a build target and a proper export header for shared library builds. | Felix Kauselmann |
2017-08-09 | API and test for retrieving image filters from image objects | Jane Liu |
2017-08-09 | Unify of saving documents.chromium/3181 | Artem Strygin |
2017-08-08 | Added FPDFPageObj_Destroy() for freeing page objects created | Jane Liu |
2017-08-04 | Remove _MSC_VER from JS_Value.cppchromium/3179chromium/3178 | Tom Sepez |
2017-08-04 | Remove platform-specific IsFinite, JS_PortIsNan, and GetNan. | Tom Sepez |
2017-08-04 | Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177 | Henrique Nakashima |
2017-08-04 | Enforce recent VC++ version (2015 or later). | Tom Sepez |
2017-08-04 | Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others." | Henrique Nakashima |
2017-08-03 | APIs and tests for retrieving raw/decoded data from image objects | Jane Liu |
2017-08-03 | APIs and tests for extracting bitmaps from image objects | Jane Liu |
2017-08-02 | Add CFFL_TextField class.chromium/3175 | Lei Zhang |