1. 3e5e563e Replace FWL timer infrastructure with CFX_Timer. by Tom Sepez · 5 years ago
  2. 3c11520 Remove unused argument from CFWL_Timer::Run(). by Tom Sepez · 5 years ago
  3. f8f4cf8 Remove unused bImmediately parameter from CXFA_FWLAdapterTimerMgr::Start(). by Tom Sepez · 5 years ago
  4. f801451 Pass CFWL_Theme{Background,Text,Part} params by const-ref. by Tom Sepez · 6 years ago
  5. 81e9b68 Remove CFX_RectF::Reset(). by Tom Sepez · 6 years ago
  6. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  7. bcdbeae Use UnownedPtr<> to theme provider in cfwl_widgetproperties.h by Tom Sepez · 6 years ago
  8. 5a7e330 Unset timer in XFA scrollbar after stopping it. by Henrique Nakashima · 7 years ago
  9. 31e08d1 Cleanup CFWL_ScrollBar::Timer::Run. by Henrique Nakashima · 7 years ago
  10. 8b1f7de Fix crash when dragging scrollbar in XFA form. by Henrique Nakashima · 7 years ago
  11. 4b47214 Change XFA DrawWidget() code to take its CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  12. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  13. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 7 years ago
  14. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  15. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  16. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  17. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  18. c635c93 Remove the ::GetCapacity methods. by Dan Sinclair · 8 years ago
  19. db194cf Use return values in CFWL_Scrollbar instead of out params by Dan Sinclair · 8 years ago
  20. 46a4bbf Cleanup widget edge related code by dsinclair · 8 years ago
  21. 43ac44c Cleanup CFWL_Widget code to return CFX_RectFs where appropriate by dsinclair · 8 years ago
  22. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago[Renamed (91%) from xfa/fwl/core/cfwl_scrollbar.cpp]
  23. da911bc Convert GetWidgetRect to return rect. by dsinclair · 8 years ago
  24. 67c6ca3 Split CFWL_Widget::GetWidgetRect into two parts by dsinclair · 8 years ago
  25. 442997c Cleanup FWL default values part II. by dsinclair · 8 years ago
  26. 4614b45 Cleanup FWL Event and Message code. by dsinclair · 8 years ago
  27. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 8 years ago
  28. 0ce11ee Rename IFWL classes which do not have CFWL equivalents by dsinclair · 8 years ago[Renamed (89%) from xfa/fwl/core/ifwl_scrollbar.cpp]
  29. 1a7534a Rename IFWL_App to CFWL_App by dsinclair · 8 years ago
  30. d643729 Rename IFWL_Timer and IFWL_TimerInfo by dsinclair · 8 years ago
  31. 37b6d14 Split fwl/core class pt II. by dsinclair · 8 years ago
  32. 30e5f30 Remove customized layout flag from FWL by dsinclair · 8 years ago
  33. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  34. dd17234 Split fwl/core class pt I. by dsinclair · 8 years ago
  35. 242b95e Move the message definitions to their own files. by dsinclair · 8 years ago
  36. 058d2d6 Continue formatting fwl/core by dsinclair · 8 years ago
  37. 3e577c2 Convert FWL_SCBCODE to an enum class by dsinclair · 8 years ago
  38. 12f72bf Continue cleaning IFWL classes by dsinclair · 8 years ago
  39. 98329fe Cleanup IFWL_Widget visibility and virtual parameters by dsinclair · 8 years ago
  40. a5811f0 Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties. by dsinclair · 8 years ago
  41. d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
  42. 3b3ce1a Merge delegates into IFWL_* classes. by dsinclair · 8 years ago
  43. 6fe8795 Fold IFWL*::{Initialize|Finalize} into constructor/destructor by dsinclair · 8 years ago
  44. 2085538 Remove FWL globals. by dsinclair · 8 years ago
  45. 9f7f7f8 Fix some FX_BOOL / int noise in xfa by tsepez · 8 years ago
  46. 73895de Cleanup unused methods and return values in FWL code. by dsinclair · 8 years ago
  47. 2a38a02 Remove IFWL_*::Create methods, use new by dsinclair · 8 years ago
  48. fb50559 Merge the CFWL_*Imp classes into the IFWL_* classes. by dsinclair · 8 years ago[Renamed (83%) from xfa/fwl/basewidget/fwl_scrollbarimp.cpp]
  49. 878dd5b Cleanup unneeded FWL theme code. by dsinclair · 8 years ago
  50. 6f4f233 Remove FWL_HTIMER in favor of IWFL_TimerInfo by tsepez · 8 years ago
  51. b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
  52. c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
  53. 8f4bf9a More define cleanup. by dsinclair · 9 years ago
  54. 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
  55. 5d9da0c Remove CFWL_Note. by dsinclair · 9 years ago
  56. f87058d Convert some FWL defines to enums. by dsinclair · 9 years ago
  57. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  58. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
  59. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  60. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago