1. 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 9 years ago
  2. 85d1f2c Remove NULL in xfa/ by dsinclair · 9 years ago
  3. 4ce94e1 Make code compile with clang_use_chrome_plugin (part VI) by weili · 9 years ago
  4. d931476 Remove unused code. by dsinclair · 9 years ago
  5. a261534 Remove barcode reading code. by dsinclair · 9 years ago
  6. 8320ee2 Rename fxmath_barcodeimp to cfx_barcode by dsinclair · 9 years ago
  7. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 9 years ago
  8. 215507d Avoid casts via correct types in fgas_textbreak by tsepez · 9 years ago
  9. a4fdfc5 Replace IFGAS_Font with underlying concrete type by thestig · 9 years ago
  10. 9896339 Fix more code which has shadow variables by weili · 9 years ago
  11. 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
  12. 6f4f233 Remove FWL_HTIMER in favor of IWFL_TimerInfo by tsepez · 9 years ago
  13. 48ddd86 Make GetDevFont() return a CFX_Font* instead of void* by tsepez · 9 years ago
  14. 16e587e Rename IFX_FontMgr to IFGAS_FontMgr by tsepez · 9 years ago
  15. 8d4e0d4 Fix more bugs found by /analyze tool by weili · 9 years ago
  16. b71dc76 Rename IFX_Font to IFGAS_Font by tsepez · 9 years ago
  17. b5032dd Remove two unused opaque handle types by tsepez · 9 years ago
  18. db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
  19. ad700c2 Replace FWL_HLISTITEM with class IFWL_ListItem {} by tsepez · 9 years ago
  20. bbff419 Fix two bugs found by /analyze tool by weili · 9 years ago
  21. a54bc40 Add back-pointer to "Associated widget" to CFWL_WidgetImp. by tsepez · 9 years ago
  22. 800222e Fix MSVC C4800 build warnings. by thestig · 9 years ago
  23. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
  24. 54ab234 Add opaque "layout item" to widgets for caller's use. by tsepez · 9 years ago
  25. 60607c3 Enable chromium_code standard for XFA code by weili · 9 years ago
  26. 7091c5b Remove unused FWL_Error::OutOfMemory by tsepez · 9 years ago
  27. d2b93df Remove one (of several) usages of SetPrivateData from IFWL_Widget by tsepez · 9 years ago
  28. 648575a Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} by tsepez · 9 years ago
  29. 5aaa9bc Correctly implement GetPartState() function by weili · 9 years ago
  30. 1529756 Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. by tsepez · 9 years ago
  31. 4cafdef Return no style in GetItemStyles() for item of null pointer by weili · 9 years ago
  32. f0a1282 Remove Release() from CFX_Barcode by tsepez · 9 years ago
  33. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  34. dc3ccdf Fix a bug on scrollbar's checking theme states by weili · 9 years ago
  35. 24ca59c Fix unreachable code in fwl_comboboximp.cpp by tsepez · 9 years ago
  36. 192bb33 Use std::map, std::unique_ptr in fwl_widgetmgrimp.h by tsepez · 9 years ago
  37. 8b45eb1 Work around sign compare error from commit be9b894. by thestig · 9 years ago
  38. 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
  39. 0aae2a7 Remove Release() from CXFA_FWLTheme by tsepez · 9 years ago
  40. 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago
  41. be9b894 Pass objects instead of strings for undo/redo records. by dsinclair · 9 years ago
  42. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  43. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  44. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
  45. 8adc153 ReplaceSelections() methods never called. by tsepez · 9 years ago
  46. 877a547 Use STL map for m_eventTargets. by tsepez · 9 years ago
  47. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  48. b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
  49. c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
  50. 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 9 years ago
  51. b7675f6 Cleanup CFWL_ThemePart data. by dsinclair · 9 years ago
  52. ef43608 Convert some theme defines to values. by dsinclair · 9 years ago
  53. 8f4bf9a More define cleanup. by dsinclair · 9 years ago
  54. 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
  55. 89fcde8 Remove FWL_WGTHITTEST_* defines in favour of enum class. by dsinclair · 9 years ago
  56. fbe14b9 Fix lint bugs. by thestig · 9 years ago
  57. b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
  58. 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
  59. d15ba4e Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 by tsepez · 9 years ago
  60. 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
  61. 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
  62. bb0d446 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 by tsepez · 9 years ago
  63. b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
  64. 303e525 More IFX_ interface cleanup. by dsinclair · 9 years ago
  65. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  66. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  67. 6d8555d Fix standalone mac build by dsinclair · 9 years ago
  68. 5d9da0c Remove CFWL_Note. by dsinclair · 9 years ago
  69. acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
  70. c104dfa Remove unused FWL flags by dsinclair · 9 years ago
  71. f87058d Convert some FWL defines to enums. by dsinclair · 9 years ago
  72. 1117828 Remove fullscreen code. by dsinclair · 9 years ago
  73. 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 9 years ago
  74. 9b3656b Remove unused FWL Panel code. by dsinclair · 9 years ago
  75. 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 9 years ago
  76. 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 9 years ago
  77. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  78. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  79. ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
  80. c4c17fb Remove unused FWL methods by dsinclair · 9 years ago
  81. 380f20a Remove some FWL code. by dsinclair · 9 years ago
  82. eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
  83. 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 9 years ago
  84. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  85. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  86. 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
  87. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  88. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  89. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  90. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  91. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  92. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 9 years ago
  93. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  94. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  95. 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 9 years ago
  96. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 9 years ago
  97. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  98. d7682aa Cleanup some extern method declarations. by dsinclair · 9 years ago
  99. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
  100. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago