summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/fwl_noteimp.cpp
AgeCommit message (Expand)Author
2016-11-16Cleaning up nits in fwl/core files.chromium/2922dsinclair
2016-11-15Cleaning methods and visibility in cfwl_* files.dsinclair
2016-11-14Cleanup fwl_* classes and cfx_* classes in fwl.dsinclair
2016-11-11Continue IFWL widget cleanup.dsinclair
2016-11-07Fold DataProviders into parent classesdsinclair
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-26Fix some FX_BOOL / int noise in xfatsepez
2016-10-20Merge the CFWL_*Imp classes into the IFWL_* classes.dsinclair
2016-10-18Merge IFWL_App and FWL_AppImp togetherdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-04Use smart pointers for class owned pointersweili
2016-06-24Remove IFWL_ToolTipTarget.thestig
2016-06-23Remove NULL in xfa/dsinclair
2016-06-18Make code compile with clang_use_chrome_plugin (part VI)weili
2016-05-26Remove one (of several) usages of SetPrivateData from IFWL_Widgettsepez
2016-05-25Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}tsepez
2016-05-24Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr.tsepez
2016-05-11Use STL map for m_eventTargets.tsepez
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-04-28Do not check pointers before deleting them.thestig
2016-04-28More FWL interface cleanup.dsinclair
2016-04-27Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3tsepez
2016-04-27Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1.tsepez
2016-04-21Remove CFWL_Note.dsinclair
2016-04-19Remove fullscreen code.dsinclair
2016-04-18Remove unused FWL Panel code.dsinclair
2016-04-18Fold the FWL NoteThread classes up to the Thread classes.dsinclair
2016-04-13Remove unused FWL methodsdsinclair
2016-04-06Remove IFWL_Grid and other grid classes.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-25Cleanup some extern method declarations.dsinclair
2016-03-23Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.Dan Sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair