1. 10 Dec, 2019 1 commit
  2. 03 May, 2019 1 commit
  3. 01 Mar, 2019 1 commit
  4. 12 Dec, 2018 2 commits
  5. 19 Jun, 2018 1 commit
  6. 16 Feb, 2016 1 commit
  7. 23 Dec, 2015 3 commits
  8. 21 Dec, 2015 2 commits
  9. 02 Jan, 2014 1 commit
  10. 28 Oct, 2013 1 commit
  11. 02 Oct, 2013 2 commits
  12. 23 Jan, 2012 1 commit
  13. 27 Sep, 2011 1 commit
  14. 25 Jan, 2011 1 commit
  15. 31 Dec, 2010 1 commit
  16. 12 Oct, 2010 1 commit
  17. 01 Oct, 2010 1 commit
  18. 20 Sep, 2010 1 commit
  19. 19 Sep, 2010 1 commit
  20. 21 Jul, 2010 1 commit
  21. 16 Mar, 2010 1 commit
  22. 22 Feb, 2010 1 commit
  23. 15 Jun, 2009 1 commit
  24. 12 Jun, 2009 2 commits
  25. 10 Jun, 2009 2 commits
  26. 09 Jun, 2009 1 commit
  27. 05 Jun, 2009 1 commit
  28. 03 Jun, 2009 2 commits
  29. 03 Feb, 2009 1 commit
  30. 02 Feb, 2009 2 commits
    • Dylan Smith's avatar
      richedit: Fixed EM_FINDTEXT to pass todo tests. · 95d82484
      Dylan Smith authored
      There was a bug in ME_FindText which would cause the final caracter
      offset to be incorrect when a paragraph was crossed while matching
      characters.  The problem was the character offset of the wrong
      paragraph was used in the calculation of the start offset of the
      match.
      95d82484
    • Dylan Smith's avatar
      richedit: Use width from EM_SETTARGETDEVICE for wrapping. · 1a3551b6
      Dylan Smith authored
      The width for EM_SETTARGETDEVICE is used by some applications to set the
      wrapping width to a certain distance in twips.  This can be used even
      though the target device is ignored.
      1a3551b6
  31. 30 Jan, 2009 1 commit