summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow
AgeCommit message (Expand)Author
2017-07-25Move fpdfsdk/pdfwindow to fpdfsdk/pwlDan Sinclair
2017-07-24Add FORM_DeleteSelectedText() and embedder tests.Diana Gage
2017-07-24Use named commands in CPWL_AppStream.Dan Sinclair
2017-07-24Remove fxedit place classes in pdfwindow/Dan Sinclair
2017-07-24Remove fx_edit.hDan Sinclair
2017-07-22Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165Lei Zhang
2017-07-21Change Clear() to ClearSelection().Diana Gage
2017-07-21Change CFX_Edit::GetSelText() to CFX_Edit::GetSelectedText().Diana Gage
2017-07-21Change "Sel" abbreviation to "Selection".Diana Gage
2017-07-20Add helper class to closed stream commandsDan Sinclair
2017-07-20Make CPWL_Wnd classes be observable.Tom Sepez
2017-07-20Cleanup CPWL_Icon AppStream generationDan Sinclair
2017-07-20Consolidate Appearance Stream code in CPWL_AppStream.Dan Sinclair
2017-07-19Remove unused GetThisAppearanceStreamDan Sinclair
2017-07-19Create CPWL_AppStream.Dan Sinclair
2017-07-17Move CPWL_Utils Draw methods to CFX_RenderDeviceDan Sinclair
2017-07-17Add CFX_FloatRect::GetDeflateddan sinclair
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-07-13Move CPWL_Utils::ScaleRect to CFX_FloatRectDan Sinclair
2017-07-13Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::IntersectDan Sinclair
2017-07-13Move CPWL_Utils::GetCenterSquare to CFX_FloatRectDan Sinclair
2017-07-13Use Translate instead of OffsetRectdan sinclair
2017-07-13Remove CPWL_Utils::{In,De}flateRectdan sinclair
2017-07-10Fix nits in CFFL_FormFillerDan Sinclair
2017-07-10Change parameter type to IPWL_FocusHandler::OnSetFocus().Lei Zhang
2017-07-06Rename OnNotifySelChanged to OnNotifySelectionChangedDan Sinclair
2017-07-06Convert OnBeforeKeyStoke to remove in-out paramDan Sinclair
2017-07-06Remove in-out param from OnNotifySelChangedchromium/3151Dan Sinclair
2017-07-06Remove in-out param from OnCharWithExitDan Sinclair
2017-07-06Remove in-out param from OnKeyDownWithExitDan Sinclair
2017-07-06Remove in-out from OnPopup{Pre|Post}OpenDan Sinclair
2017-07-06Cleanup CPWL_SBButton::DrawThisAppearanceDan Sinclair
2017-07-05Cleanup IOn* methods and CPWL_CBEditDan Sinclair
2017-07-05Cleanup some CPWL_Wnd definesDan Sinclair
2017-07-05Remove PNM_ mouse methods and OnNotifyDan Sinclair
2017-07-05Remove PNM_SETCARETINFO and call SetCaret directlyDan Sinclair
2017-07-05Remove PNM_SCROLLWINDOW and replace with direct methodDan Sinclair
2017-07-05Move PNM_SETSCROLLPOS to custom methodDan Sinclair
2017-07-05Move PNM_SETSCROLLINFO out of OnNotifyDan Sinclair
2017-07-05Remove PNM_{ADD|REMOVE}ChildDan Sinclair
2017-06-30Add embedder tests for form combobox text selection.chromium/3149chromium/3148chromium/3147Diana Gage
2017-06-30Remove pointless CFX_FloatRect construction.Lei Zhang
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-29Converted low-hanging cpwl classes in CFX_ByteTextBuf to ostringstream.Henrique Nakashima
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-13Implement CPWL_ComboBox::OnDestroy() to manage unowned pointers.Lei Zhang
2017-06-03Add a basic embedder test for CPWL_Edit.Lei Zhang
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-02Remove unused bits from PWL_Edit headers.chromium/3120Lei Zhang
2017-06-02Split timer classes out of PWL_Wnd.hLei Zhang