Age | Commit message (Expand) | Author |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-11-02 | Merge delegates into IFWL_* classes. | dsinclair |
2016-11-01 | Fold IFWL*::{Initialize|Finalize} into constructor/destructor | dsinclair |
2016-11-01 | Rename IFWL_Widget::SetDelegate | dsinclair |
2016-10-31 | Remove FWL globals. | dsinclair |
2016-10-26 | Fix some FX_BOOL / int noise in xfa | tsepez |
2016-10-20 | Merge the CFWL_*Imp classes into the IFWL_* classes. | dsinclair |
2016-10-18 | Merge IFWL_App and FWL_AppImp together | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-08-04 | Use smart pointers for class owned pointers | weili |
2016-06-24 | Remove IFWL_ToolTipTarget. | thestig |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-18 | Make code compile with clang_use_chrome_plugin (part VI) | weili |
2016-05-26 | Remove one (of several) usages of SetPrivateData from IFWL_Widget | tsepez |
2016-05-25 | Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} | tsepez |
2016-05-24 | Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. | tsepez |
2016-05-11 | Use STL map for m_eventTargets. | tsepez |
2016-05-05 | Remove CLASSHASH defines in favour of an enum class. | dsinclair |
2016-05-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-05-04 | Cleanup IFWL_Adapter interfaces. | dsinclair |
2016-05-04 | More define cleanup. | dsinclair |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-28 | More FWL interface cleanup. | dsinclair |
2016-04-27 | Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 | tsepez |
2016-04-27 | Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. | tsepez |
2016-04-21 | Remove CFWL_Note. | dsinclair |
2016-04-19 | Remove fullscreen code. | dsinclair |
2016-04-18 | Remove unused FWL Panel code. | dsinclair |
2016-04-18 | Fold the FWL NoteThread classes up to the Thread classes. | dsinclair |
2016-04-13 | Remove unused FWL methods | dsinclair |
2016-04-06 | Remove IFWL_Grid and other grid classes. | dsinclair |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-25 | Cleanup some extern method declarations. | dsinclair |
2016-03-23 | Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. | Dan Sinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |