1. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  2. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  3. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
  4. 8adc153 ReplaceSelections() methods never called. by tsepez · 9 years ago
  5. 877a547 Use STL map for m_eventTargets. by tsepez · 9 years ago
  6. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  7. b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
  8. c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
  9. 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 9 years ago
  10. b7675f6 Cleanup CFWL_ThemePart data. by dsinclair · 9 years ago
  11. ef43608 Convert some theme defines to values. by dsinclair · 9 years ago
  12. 8f4bf9a More define cleanup. by dsinclair · 9 years ago
  13. 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
  14. 89fcde8 Remove FWL_WGTHITTEST_* defines in favour of enum class. by dsinclair · 9 years ago
  15. fbe14b9 Fix lint bugs. by thestig · 9 years ago
  16. b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
  17. 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
  18. d15ba4e Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 by tsepez · 9 years ago
  19. 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
  20. 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
  21. bb0d446 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 by tsepez · 9 years ago
  22. b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
  23. 303e525 More IFX_ interface cleanup. by dsinclair · 9 years ago
  24. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  25. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  26. 6d8555d Fix standalone mac build by dsinclair · 9 years ago
  27. 5d9da0c Remove CFWL_Note. by dsinclair · 9 years ago
  28. acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
  29. c104dfa Remove unused FWL flags by dsinclair · 9 years ago
  30. f87058d Convert some FWL defines to enums. by dsinclair · 9 years ago
  31. 1117828 Remove fullscreen code. by dsinclair · 9 years ago
  32. 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 9 years ago
  33. 9b3656b Remove unused FWL Panel code. by dsinclair · 9 years ago
  34. 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 9 years ago
  35. 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 9 years ago
  36. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  37. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  38. ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
  39. c4c17fb Remove unused FWL methods by dsinclair · 9 years ago
  40. 380f20a Remove some FWL code. by dsinclair · 9 years ago
  41. eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
  42. 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 9 years ago
  43. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  44. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  45. 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
  46. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  47. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  48. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  49. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  50. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  51. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 9 years ago
  52. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  53. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  54. 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 9 years ago
  55. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 9 years ago
  56. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  57. d7682aa Cleanup some extern method declarations. by dsinclair · 9 years ago
  58. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
  59. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  60. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  61. a98600a Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. by Dan Sinclair · 9 years ago
  62. 811b8a4 Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. by Dan Sinclair · 9 years ago
  63. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago