1. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  2. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 7 years ago
  3. 4b47214 Change XFA DrawWidget() code to take its CFX_Matrix by const-ref. by Lei Zhang · 7 years ago
  4. dff02ce Cleanup FDE_TTO{STYLE|ALIGNMENT} defines. by Dan Sinclair · 7 years ago
  5. 2b918c8 Fixup naming of XFA graphics classes by Dan Sinclair · 7 years ago
  6. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 8 years ago
  7. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  8. bccf573 Rename tto/fde_textout to cfde_textout by Dan Sinclair · 8 years ago
  9. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  10. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  11. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  12. c635c93 Remove the ::GetCapacity methods. by Dan Sinclair · 8 years ago
  13. b38c5df Remove CFWL_ListBox::GetDataProviderItemText by Dan Sinclair · 8 years ago
  14. 46a4bbf Cleanup widget edge related code by dsinclair · 8 years ago
  15. 727a304 This CL removes some of the unused CFWL widget flags. by dsinclair · 8 years ago
  16. be5f029 Remove unused CFWL_ListBox code by dsinclair · 8 years ago
  17. 603f57b Update CFWL_ListBox to return instead of using out params. by dsinclair · 8 years ago
  18. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  19. 43ac44c Cleanup CFWL_Widget code to return CFX_RectFs where appropriate by dsinclair · 8 years ago
  20. 53ed03d Remove unused list data pointer by dsinclair · 8 years ago
  21. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago[Renamed (94%) from xfa/fwl/core/cfwl_combobox.cpp]
  22. da911bc Convert GetWidgetRect to return rect. by dsinclair · 8 years ago
  23. 67c6ca3 Split CFWL_Widget::GetWidgetRect into two parts by dsinclair · 8 years ago
  24. a2cbc57 Cleanup return values in CFWL_ComboBox by dsinclair · 8 years ago
  25. 442997c Cleanup FWL default values part II. by dsinclair · 8 years ago
  26. 7fa190d Cleanup default FWL params part I by dsinclair · 8 years ago
  27. 4614b45 Cleanup FWL Event and Message code. by dsinclair · 8 years ago
  28. 0354ccf Change TxtEdtEngine to return CFX_WideString by dan sinclair · 8 years ago
  29. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 8 years ago
  30. 7c47e1d Remove DataProvider from CFWL_WidgetProperties by dsinclair · 8 years ago
  31. 7172b71 Remove IFWL_CombobBox::DataProvider by Dan Sinclair · 8 years ago
  32. 0ced827 Remove listbox providers and build into listbox by Dan Sinclair · 8 years ago
  33. 1a7534a Rename IFWL_App to CFWL_App by dsinclair · 8 years ago
  34. 4572c8a Remove the GetCaption dataprovider method by dsinclair · 8 years ago
  35. dd17234 Split fwl/core class pt I. by dsinclair · 8 years ago
  36. 14a60c5 Continue formatting fwl/core by dsinclair · 8 years ago
  37. 92549cd Continue nit cleanup in fwl/core by dsinclair · 8 years ago
  38. 72f957a Cleaning up nits in fwl/core files. by dsinclair · 8 years ago
  39. 38eaf4b Cleanup cfwl_* files. by dsinclair · 8 years ago
  40. 27e6675 IFWL cleanup in the Combo classes by dsinclair · 8 years ago
  41. c40697b Continue IFWL widget cleanup. by dsinclair · 8 years ago
  42. 522c3d4 IFWL method and param cleanup by dsinclair · 8 years ago
  43. d2bf062 Continue IFWL cleanup by dsinclair · 8 years ago
  44. 98329fe Cleanup IFWL_Widget visibility and virtual parameters by dsinclair · 8 years ago
  45. 3ff4dee Rename IFWL_ListItem to CFWL_ListItem by dsinclair · 8 years ago
  46. eb3f68c Fold DataProviders into parent classes by dsinclair · 8 years ago
  47. a5811f0 Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties. by dsinclair · 8 years ago
  48. d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
  49. 6fe8795 Fold IFWL*::{Initialize|Finalize} into constructor/destructor by dsinclair · 8 years ago
  50. 42cb645 Remove GetWidget() overrides by dsinclair · 8 years ago
  51. 96c7b33 Remove unused parameter to CFWL_* Initialize methods. by dsinclair · 8 years ago
  52. 2085538 Remove FWL globals. by dsinclair · 8 years ago
  53. 05259e9 Move fwl/lightwidget to fwl/core by dsinclair · 8 years ago[Renamed (99%) from xfa/fwl/lightwidget/cfwl_combobox.cpp]
  54. 2a38a02 Remove IFWL_*::Create methods, use new by dsinclair · 8 years ago
  55. fb50559 Merge the CFWL_*Imp classes into the IFWL_* classes. by dsinclair · 8 years ago
  56. 0ca71ec Remove FWL Create methods, use new instead by dsinclair · 8 years ago
  57. 5d8e5aa Use virtual function to retrieve interface pointer by weili · 8 years ago
  58. 85d1f2c Remove NULL in xfa/ by dsinclair · 8 years ago
  59. 4ce94e1 Make code compile with clang_use_chrome_plugin (part VI) by weili · 8 years ago
  60. ad700c2 Replace FWL_HLISTITEM with class IFWL_ListItem {} by tsepez · 9 years ago
  61. be9b894 Pass objects instead of strings for undo/redo records. by dsinclair · 9 years ago
  62. c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
  63. 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 9 years ago
  64. 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 9 years ago[Renamed (99%) from xfa/fwl/lightwidget/combobox.cpp]
  65. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  66. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
  67. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago[Renamed from xfa/src/fwl/lightwidget/combobox.cpp]
  68. 6f6388f Remove xfa/src/fwl/src and move code up a level. by Dan Sinclair · 9 years ago[Renamed from xfa/src/fwl/src/lightwidget/combobox.cpp]
  69. b364301 Remove foxitlib.h and foxitxfa.h and IWYU. by Dan Sinclair · 9 years ago
  70. e73c5ce Remove include only fwl.h and IWYU. by Dan Sinclair · 9 years ago
  71. 9c98adb Fix build broken at e059b5ba1260 by Tom Sepez · 9 years ago
  72. e059b5b Remove CFX_PtrArray from xfa's combobox.h. by Tom Sepez · 9 years ago
  73. 99ffdb0 Fix DOS newlines by Tom Sepez · 9 years ago
  74. c909ce8 XFA: Remove many relative includes in xfa/ by Lei Zhang · 9 years ago
  75. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  76. 33c8c76 Replace more static casts in FWL (part 3) by Tom Sepez · 9 years ago
  77. 8ee79f8 FWL refcounts never incremented (part 2). by Tom Sepez · 9 years ago
  78. 77221d4 FWL refcounts never incremented (part 1) by Tom Sepez · 9 years ago
  79. 9263e71 Remove _FWL_RETURN_IF_ macros by Tom Sepez · 9 years ago
  80. 8677d53 Add MakeWidgetImpProperties() helper method. by Tom Sepez · 9 years ago
  81. 4497189 Kill dead IFWL_*::Initialize() variants dead. by Tom Sepez · 9 years ago
  82. b8a51e2 Make FWL_ classes more consistently named. by Tom Sepez · 9 years ago
  83. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  84. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  85. ca3ac5e Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. by Tom Sepez · 9 years ago
  86. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  87. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  88. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago