summaryrefslogtreecommitdiff
path: root/xfa/fwl
AgeCommit message (Expand)Author
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-01-31Use std::vector and unique_ptr in xfa/fwl.Tom Sepez
2017-01-24Use std::vector for CFX_RectF arraystsepez
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2017-01-03Cleanup ThemeProvider codeDan Sinclair
2017-01-03Remove the ::GetCapacity methods.Dan Sinclair
2017-01-03Convert CFWL_MonthCalendar to use return valuesDan Sinclair
2017-01-03Remove more CFX_ArrayTemplate in cfwl_notedriver.h.tsepez
2017-01-03Remove CFWL_ListBox::GetDataProviderItemTextDan Sinclair
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2017-01-03Use return values in CFWL_Scrollbar instead of out paramsDan Sinclair
2016-12-15Move window type mask up with masked flagsdsinclair
2016-12-15Remove widget offscreen code.dsinclair
2016-12-15Cleanup widget edge related codedsinclair
2016-12-15Remove more unused widget stylesdsinclair
2016-12-15Remove unused widget state flagsdsinclair
2016-12-15Remove unused sysbtn codedsinclair
2016-12-14Remove unused flags in CFWL_PushButtonchromium/2952dsinclair
2016-12-14Cleanup CFWL_MonthCalendar flagsdsinclair
2016-12-14Remove unused CFWL_Form flagsdsinclair
2016-12-14Remove unused CFWL_Edit flags.dsinclair
2016-12-14This CL removes some of the unused CFWL widget flags.dsinclair
2016-12-14Remove unused CFWL_ListBox codedsinclair
2016-12-14Update CFWL_ListBox to return instead of using out params.dsinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-08Change CFWL_Widget::GetMatrix to return the matrixdsinclair
2016-12-08Change layout item in CFWL_Widget type from voiddsinclair
2016-12-08Cleanup CFWL_Widget code to return CFX_RectFs where appropriatedsinclair
2016-12-08Remove unused list data pointerdsinclair
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-12-07Convert GetWidgetRect to return rect.dsinclair
2016-12-07Split CFWL_Widget::GetWidgetRect into two partsdsinclair
2016-12-07Cleanup return values in CFWL_ComboBoxdsinclair
2016-12-07Cleanup FWL default values part II.dsinclair
2016-12-07Cleanup default FWL params part Idsinclair
2016-12-07Cleanup caret show/hide codedsinclair
2016-12-07Cleanup FWL Event and Message code.dsinclair
2016-11-24Change TxtEdtEngine to return CFX_WideStringchromium/2935chromium/2934chromium/2933chromium/2932dan sinclair
2016-11-23Add CFWL_ListBox::IsMultiSelection().thestig
2016-11-23Merge IFWL and CFWL classes.dsinclair
2016-11-23Rename IFWL classes which do not have CFWL equivalentsdsinclair
2016-11-23Remove DataProvider from CFWL_WidgetPropertieschromium/2931chromium/2930dsinclair
2016-11-23Remove IFWL_CombobBox::DataProviderDan Sinclair
2016-11-23Remove listbox providers and build into listboxDan Sinclair
2016-11-23Remove plumbing for today valuedsinclair
2016-11-23Make Update and DrawWidget pure virtualdsinclair
2016-11-22Rename IFWL_App to CFWL_Appdsinclair