Age | Commit message (Expand) | Author |
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 |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-27 | Added FPDFDoc_DeleteAttachment() | Jane Liu |
2017-07-27 | Add TypeTextIntoTextField() helper functions to CPWL embeddertests. | Diana Gage |
2017-07-26 | Allow CFX_RTemplate to work with CFX_FloatRect | Dan Sinclair |
2017-07-26 | Add ClickOnFormFieldAtPoint() helper to FPDFFormFillEmbeddertest. | Diana Gage |
2017-07-26 | Fix FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-07-26 | Add another check for GetSelectedText(). | Diana Gage |
2017-07-26 | Added missing STDCALLchromium/3168 | Jane Liu |
2017-07-25 | flush but do not release skia driver | Cary Clark |
2017-07-25 | Move fpdfsdk/pdfwindow to fpdfsdk/pwl | Dan Sinclair |
2017-07-24 | Basic APIs and tests for adding attachments | Jane Liu |
2017-07-24 | Remove unused m_iRef in CPDFXFA_Page | Tom Sepez |
2017-07-24 | Add FORM_DeleteSelectedText() and embedder tests. | Diana Gage |
2017-07-24 | Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot | Tom Sepez |
2017-07-24 | Use named commands in CPWL_AppStream. | Dan Sinclair |
2017-07-24 | Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READY | Dan Sinclair |
2017-07-24 | Remove fxedit place classes in pdfwindow/ | Dan Sinclair |
2017-07-24 | Remove fx_edit.h | Dan Sinclair |
2017-07-24 | Cleanup some visibility in fxet_list.h | Dan Sinclair |
2017-07-24 | Merge CFX_ListContainer into CFX_ListCtrl | Dan Sinclair |
2017-07-22 | Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165 | Lei Zhang |
2017-07-21 | Change Clear() to ClearSelection(). | Diana Gage |
2017-07-21 | Fix nits from commit 67ccef7.chromium/3164 | Lei Zhang |
2017-07-21 | Change CFX_Edit::GetSelText() to CFX_Edit::GetSelectedText(). | Diana Gage |
2017-07-21 | Change "Sel" abbreviation to "Selection". | Diana Gage |
2017-07-20 | Add helper class to closed stream commands | Dan Sinclair |
2017-07-20 | Remove CLST_Rect and replace with CFX_FloatRect. | Dan Sinclair |
2017-07-20 | Convert CFX_ListItem to use CFX_FloatRect | Dan Sinclair |
2017-07-20 | Make CPWL_Wnd classes be observable. | Tom Sepez |
2017-07-20 | Cleanup CPWL_Icon AppStream generation | Dan Sinclair |
2017-07-20 | Consolidate Appearance Stream code in CPWL_AppStream. | Dan Sinclair |
2017-07-20 | Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests. | Diana Gage |
2017-07-20 | Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. | Diana Gage |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-19 | fix continue skia cache flush | Cary Clark |
2017-07-19 | Remove unused GetThisAppearanceStream | Dan Sinclair |
2017-07-19 | Create CPWL_AppStream. | Dan Sinclair |
2017-07-19 | Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162 | Jane Liu |
2017-07-19 | flush skia cache in progressive rendering | Cary Clark |
2017-07-19 | Basic APIs and tests for extracting attachments | Jane Liu |
2017-07-18 | Small tidy of defines in util.hchromium/3161 | Tom Sepez |
2017-07-18 | Fix CONTINUED spelling | Dan Sinclair |
2017-07-18 | Add missing STDCALL annotations | Dan Sinclair |
2017-07-17 | More tightly validate format strings in util.cpp.chromium/3160 | Tom Sepez |