1. 0354ccf Change TxtEdtEngine to return CFX_WideString by dan sinclair · 8 years ago
  2. 2c489cc Merge IFWL and CFWL classes. by dsinclair · 8 years ago
  3. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  4. 38eaf4b Cleanup cfwl_* files. by dsinclair · 8 years ago
  5. d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
  6. 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 8 years ago
  7. fb50559 Merge the CFWL_*Imp classes into the IFWL_* classes. by dsinclair · 8 years ago
  8. 2ca2da5 Sort include entries. by dsinclair · 8 years ago
  9. cddf825 Use smart pointers for class owned pointers under xfa/fde by weili · 8 years ago
  10. eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 8 years ago
  11. cfb77cc Get rid of NULLs in xfa/fde/ by thestig · 8 years ago
  12. e64c3c6 Remove C-style casts in xfa/fde. by tsepez · 8 years ago
  13. 2e9cd3a Remove unused CFDE_TxtEdtEngine::SetBufChunkSize(). by tsepez · 8 years ago
  14. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  15. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  16. d1f843e Remove Release() from CFX_TxtBreak by tsepez · 9 years ago
  17. 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
  18. 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago[Renamed (92%) from xfa/fee/fde_txtedtengine.cpp]
  19. be9b894 Pass objects instead of strings for undo/redo records. by dsinclair · 9 years ago
  20. 8bdb290 Remove Release() from IFX_CharIter, use unique_ptrs. by tsepez · 9 years ago
  21. 28c7844 Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. by tsepez · 9 years ago
  22. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  23. b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
  24. 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
  25. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  26. acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
  27. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  28. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
  29. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  30. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  31. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  32. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  33. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago