summaryrefslogtreecommitdiff
path: root/xfa/fwl
AgeCommit message (Expand)Author
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-06-01Remove unused variable pDst from CFWL_Edit::OnValidateRyan Harrison
2018-06-01Remove unneeded call to GetNextSiblingWidgetRyan Harrison
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan Sinclair
2018-05-16Remove some more unused #definesTom Sepez
2018-05-14Cleanup unused members of CFWL_MonthCalendar.Henrique Nakashima
2018-05-14Remove dead code from CFWL_WidgetMgr.Henrique Nakashima
2018-05-12Remove unused CFWL_FormProxy.Henrique Nakashima
2018-05-11Rename last CFWL_ComboBox::DisForm* methods.chromium/3428Henrique Nakashima
2018-05-11Remove more dead code from CFWL_ComboBox.Henrique Nakashima
2018-05-11Remove CFWL_Widget::SetFocus(). It is non-op.Henrique Nakashima
2018-05-11Inline or renamed more CFWL_ComboBox::DisForm methods.Henrique Nakashima
2018-05-11Remove CFWL_ComboBoxProxy.Henrique Nakashima
2018-05-11Inline Disform_* methods.Henrique Nakashima
2018-05-11Remove CFWL_WidgetMgr::IsFormDisabled().Henrique Nakashima
2018-05-02Use pointers instead of refs for GetPopupPos() params.Henrique Nakashima
2018-05-02CFWL_MonthCalendar::GetTodayText() includes "Today" string.Henrique Nakashima
2018-05-01Transform rect out param from reference to pointer in XFA code.Henrique Nakashima
2018-05-01Start at today's date in XFA Month Calendar.chromium/3417Henrique Nakashima
2018-04-27Update caret after changes that could move lines in XFA edit.Henrique Nakashima
2018-04-27Fix backspace on 1st character of a line erases the line break.Henrique Nakashima
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-25Make XFA Caret become immediately visible when moved.Henrique Nakashima
2018-04-25Fix behavior of Delete key in XFA edit.Henrique Nakashima
2018-04-19Fix caret not moving to click target in XFA edit.Henrique Nakashima
2018-04-18Do not show validation errors if PDF not yet loadedchromium/3400Ryan Harrison
2018-04-05Remove spellchecking code from XFAchromium/3390Ryan Harrison
2018-04-04Caret blinks with lower frequency in XFA text field.Henrique Nakashima
2018-04-04[fwl] Restrict setting cursor outside text boundsDan Sinclair
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-08Unset timer in XFA scrollbar after stopping it.Henrique Nakashima
2018-03-08Move GetPopupPos from CFWL_Widget to subclasses that call it.Henrique Nakashima
2018-03-06Remove axial gradients from XFA widgets.Henrique Nakashima
2018-03-05Cleanup CFWL_ScrollBar::Timer::Run.Henrique Nakashima
2018-03-05Fix crash when dragging scrollbar in XFA form.Henrique Nakashima
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-20Fix typo in method name FillSoildRect().Nico Weber
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-07Restore assert when GetCharacterInfo is called on an empty edit.Henrique Nakashima
2018-02-06Fix caret not appearing in XFA Edits.Henrique Nakashima
2018-01-26Clean up construction of CFX_BarcodeRyan Harrison
2018-01-22Move the UI elements from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-22Add flag to notify if a node widget is readyDan Sinclair
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-16Remove CXFA_Graphics::StretchImage() and related code.Lei Zhang
2018-01-11Rename CXFA_Box methods to make return clearerDan Sinclair
2018-01-08Change the FFWidgets to store the nodeDan Sinclair
2018-01-05Convert CFWL_Edit Cut & Copy out param to returnRyan Harrison