1. 23 Jan, 2012 1 commit
  2. 27 Sep, 2011 1 commit
  3. 25 Jan, 2011 1 commit
  4. 31 Dec, 2010 1 commit
  5. 12 Oct, 2010 1 commit
  6. 01 Oct, 2010 1 commit
  7. 20 Sep, 2010 1 commit
  8. 19 Sep, 2010 1 commit
  9. 21 Jul, 2010 1 commit
  10. 16 Mar, 2010 1 commit
  11. 22 Feb, 2010 1 commit
  12. 15 Jun, 2009 1 commit
  13. 12 Jun, 2009 2 commits
  14. 10 Jun, 2009 2 commits
  15. 09 Jun, 2009 1 commit
  16. 05 Jun, 2009 1 commit
  17. 03 Jun, 2009 2 commits
  18. 02 Jun, 2009 1 commit
  19. 03 Feb, 2009 1 commit
  20. 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
  21. 30 Jan, 2009 1 commit
  22. 28 Jan, 2009 1 commit
    • Dylan Smith's avatar
      richedit: Actually store end of line string for end paragraph runs. · 5d74f583
      Dylan Smith authored
      Previously a count of the carraige returns and line feeds were stored
      for end of paragraph runs, and a paragraph sign was stored as the actual
      string.  This was causing many special cases where the length of the
      run needed to be determined differently if the run was or wasn't an
      end of paragraph run.
      
      There wasn't any use for storing the paragraph sign unless some drawing
      code gets commented out to allow the end paragraphs to be shown,
      therefore I changed the code to store the actual string that gets
      retrieved by WM_GETTEXT.
      5d74f583
  23. 27 Jan, 2009 7 commits
  24. 16 Jan, 2009 2 commits
  25. 12 Jan, 2009 1 commit
  26. 10 Dec, 2008 1 commit
  27. 09 Dec, 2008 1 commit
  28. 27 Oct, 2008 2 commits