summaryrefslogtreecommitdiff
path: root/xfa/fwl/core
AgeCommit message (Expand)Author
2016-05-27Add back-pointer to "Associated widget" to CFWL_WidgetImp.tsepez
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-26Add opaque "layout item" to widgets for caller's use.tsepez
2016-05-26Enable chromium_code standard for XFA codeweili
2016-05-26Remove unused FWL_Error::OutOfMemorytsepez
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-24Correctly implement GetPartState() functionweili
2016-05-24Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr.tsepez
2016-05-20Clean up XFA code which causes warningsweili
2016-05-20Use std::map, std::unique_ptr in fwl_widgetmgrimp.htsepez
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-04Cleanup CFWL_ThemePart data.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-04-29Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7tsepez
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-27Standardize on ASSERT.dsinclair
2016-04-27Remove IFX_SystemHandler.dsinclair
2016-04-22Fix standalone mac builddsinclair
2016-04-21Remove CFWL_Note.dsinclair
2016-04-21Remove unused FWL flagsdsinclair
2016-04-21Convert some FWL defines to enums.dsinclair
2016-04-19Remove fullscreen code.dsinclair
2016-04-18Make FWL_CornerEnlarge a constdsinclair
2016-04-18Remove unused FWL Panel code.dsinclair
2016-04-18Fold the FWL NoteThread classes up to the Thread classes.dsinclair
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Unused FWL Classes.dsinclair
2016-04-13Remove unused FWL methodsdsinclair
2016-04-13Remove some FWL code.dsinclair
2016-04-12Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP().tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Remove IFWL_Grid and other grid classes.dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-03-29Move xfa/include/fwl/{theme,lightwidget} to xfa/fwldsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
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-17Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics.Dan Sinclair