Age | Commit message (Expand) | Author |
2017-08-02 | Add CFFL_TextField class.chromium/3175 | Lei Zhang |
2017-07-31 | Add FORM_ReplaceSelection() and embedder tests. | Diana Gage |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-25 | Move fpdfsdk/pdfwindow to fpdfsdk/pwl | Dan Sinclair |
2017-07-24 | Add FORM_DeleteSelectedText() and embedder tests. | Diana Gage |
2017-07-22 | Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165 | Lei Zhang |
2017-07-21 | Change "Sel" abbreviation to "Selection". | Diana Gage |
2017-07-20 | Make CPWL_Wnd classes be observable. | Tom Sepez |
2017-07-20 | Consolidate Appearance Stream code in CPWL_AppStream. | Dan Sinclair |
2017-07-13 | Rename CPWL_Color to CFX_Color | Dan Sinclair |
2017-07-13 | Remove CPWL_Utils::{In,De}flateRect | dan sinclair |
2017-07-10 | Fix nits in CFFL_FormFiller | Dan Sinclair |
2017-07-10 | Change parameter type to IPWL_FocusHandler::OnSetFocus(). | Lei Zhang |
2017-07-06 | Convert OnBeforeKeyStoke to remove in-out param | Dan Sinclair |
2017-07-06 | Convert OnButtonUp to not have in-out params | Dan Sinclair |
2017-07-06 | Remove in-out from OnPopup{Pre|Post}Open | Dan Sinclair |
2017-07-06 | Cleanup more in-out params in CFFL_InteractiveFormFiller. | Dan Sinclair |
2017-07-06 | Remove some in/out params from CFFL_InteractiveFormFiller | Dan Sinclair |
2017-06-30 | Remove pointless CFX_FloatRect construction. | Lei Zhang |
2017-06-30 | Use early returns in CFFL_FormFiller. | Lei Zhang |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-20 | Use early returns in more CPDFSDK_FormFillEnvironment code. | Lei Zhang |
2017-06-20 | Add FORM_GetSelectedText() function. | Diana Gage |
2017-06-15 | Change some CFFL classes to use early returns.chromium/3132 | Lei Zhang |
2017-06-15 | Improve ObserverPtr usage in CFFL_InteractiveFormFiller. | Lei Zhang |
2017-06-15 | Add more checks for destroyed annotations in CFFL_FormFiller. | Lei Zhang |
2017-06-14 | Fix some nits in CFFL_InteractiveFormFiller. | Lei Zhang |
2017-06-02 | Rename PWL_FooBar files to cpwl_foo_bar. | Lei Zhang |
2017-06-02 | Clean up CFFL formfiller classes. | Lei Zhang |
2017-06-02 | Remove unused parameter from CFFL_FormFiller::NewPDFWindow(). | Lei Zhang |
2017-06-02 | Remove explicit CFX_Matrix identity matrix instantiations. | Lei Zhang |
2017-06-01 | Clarify IPWL_Filler_Notify::QueryWherePopup() parameters. | Lei Zhang |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 10 | Tom Sepez |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-18 | Use Unowned/Observed pointers between doc and FF onwership hierarchies. | Tom Sepez |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-10 | Do not treat push button as fillable field | Wei Li |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |
2017-03-23 | Remove dead CFX_Edit code and fix some typos. | Lei Zhang |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-23 | Convert TransformPoint calls to Transform calls | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-22 | Update Invalidate to take a rect | Dan Sinclair |
2017-02-21 | Convert CFWL messages to use CFX_PointF | Dan Sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Reland "Convert CFX_FloatPoint to CFX_PointF" | Dan Sinclair |
2017-02-14 | Revert "Convert CFX_FloatPoint to CFX_PointF" | dsinclair |