summaryrefslogtreecommitdiff
path: root/xfa/fwl
AgeCommit message (Expand)Author
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
2018-01-05Convert CFWL_DateTimePicker::FormatDateString to return WideStringRyan Harrison
2018-01-03Convert CXFA_StrokeData to CXFA_StrokeDan Sinclair
2018-01-03Change CXFA_BoxData to CXFA_BoxDan Sinclair
2017-12-07Fix WideString::Format instances that should use %lsRyan Harrison
2017-12-07Change %s to %ls in calls to WideString::FormatRyan Harrison
2017-11-20Remove CXFA_DataData operator bool overrideDan Sinclair
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-11-14Rename the fxgraphics classesDan Sinclair
2017-11-07Rename CXFA_Edge to CXFA_EdgeDataDan Sinclair
2017-11-07Rename CXFA_Border to CXFA_BorderDataDan Sinclair
2017-10-02More define cleanupDan Sinclair
2017-09-28Simplify some OS checks to PLATFORM checksDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Fix checks for FX_WIN64_DESKTOPDan Sinclair
2017-09-26Move font source into CFGAS_FontMgrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Cleanup WidgetMgr ownershipDan Sinclair
2017-09-21Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222Dan Sinclair