Age | Commit message (Expand) | Author |
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 |
2017-08-02 | Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. | Henrique Nakashima |
2017-08-01 | Add a regression test for FPDF_ImportPages(). | Lei Zhang |
2017-08-01 | Remove support for negative params to ReleaseBuffer() | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-31 | Add FORM_ReplaceSelection() and embedder tests. | Diana Gage |
2017-07-31 | Fix bad change when converting Mid to Left/Right | Ryan Harrison |
2017-07-28 | Add CPDF_Stream::ReplaceData method.chromium/3170 | Artem Strygin |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-28 | Implement read validator. | Artem Strygin |
2017-07-27 | Unify FPDF_LoadXXXDocument functions. | Artem Strygin |