summaryrefslogtreecommitdiff
path: root/xfa/fwl/basewidget/fwl_comboboximp.cpp
AgeCommit message (Expand)Author
2016-06-23Remove NULL in xfa/dsinclair
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02Replace FWL_HLISTITEM with class IFWL_ListItem {}tsepez
2016-05-25Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}tsepez
2016-05-18Split xfa/fee files into individual class files.dsinclair
2016-05-18Pass objects instead of strings for undo/redo records.dsinclair
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-04More define cleanup.dsinclair
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-05-03Remove FWL_WGTHITTEST_* defines in favour of enum class.dsinclair
2016-05-02Remove IFDE_TxtEdt interfaces where possible.dsinclair
2016-04-28More FWL interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-21Remove CFWL_Note.dsinclair
2016-04-21Convert some FWL defines to enums.dsinclair
2016-04-18Remove unused FWL Panel code.dsinclair
2016-04-18Fold the FWL NoteThread classes up to the Thread classes.dsinclair
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair