summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_widget.h
AgeCommit message (Expand)Author
2016-11-11IFWL cleanup in the Combo classeschromium/2919chromium/2918dsinclair
2016-11-10Remove IFWL methods proxied from CFWL classeschromium/2916dsinclair
2016-11-10Cleanup IFWL_Widget visibility and virtual parametersdsinclair
2016-11-03Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties.chromium/2909dsinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-11-02Merge delegates into IFWL_* classes.dsinclair
2016-11-01Fold IFWL*::{Initialize|Finalize} into constructor/destructordsinclair
2016-11-01Rename IFWL_Widget::SetDelegatedsinclair
2016-10-31Remove FWL globals.dsinclair
2016-10-20Cleanup unused methods and return values in FWL code.dsinclair
2016-10-20Merge the CFWL_*Imp classes into the IFWL_* classes.dsinclair
2016-10-19Remove SetDataProvider from IFWL_Widgetdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-07Get rid of NULLs in core/thestig
2016-05-27Add back-pointer to "Associated widget" to CFWL_WidgetImp.tsepez
2016-05-26Add opaque "layout item" to widgets for caller's use.tsepez
2016-05-26Remove one (of several) usages of SetPrivateData from IFWL_Widgettsepez
2016-05-05Remove CLASSHASH defines in favour of an enum class.dsinclair
2016-05-04Convert FWL_ERR into an enum class.dsinclair
2016-05-04Cleanup IFWL_Adapter interfaces.dsinclair
2016-05-03Remove FWL_WGTHITTEST_* defines in favour of enum class.dsinclair
2016-04-28More FWL interface cleanup.dsinclair
2016-04-18Fold the FWL NoteThread classes up to the Thread classes.dsinclair
2016-04-13Remove unused FWL methodsdsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-23Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.Dan Sinclair