summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow
AgeCommit message (Expand)Author
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
2017-06-02Clean up CFFL formfiller classes.Lei Zhang
2017-06-01Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.Lei Zhang
2017-05-31Fix OnDestroy method for scroll barsTom Sepez
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-18Revert "Smells like a leak in PWL_ComboBox.cpp"Tom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-15Smells like a leak in PWL_ComboBox.cppTom Sepez
2017-05-09Create common CXML_Object base class for CXML_Content and CXML_Element.Tom Sepez
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Move core/fxcrt XML files to core/fxcrt/xmlDan Sinclair
2017-03-23Remove dead CFX_Edit code and fix some typos.Lei Zhang
2017-03-21Make CPVT_WordPlace more conformant with the prevailing idioms.Tom Sepez
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-28Clean up CXML_Element.chromium/3026Lei Zhang
2017-02-23Cleanup PWL_WndDan Sinclair