1. 29 Nov, 2018 1 commit
  2. 16 Apr, 2018 2 commits
  3. 05 Feb, 2018 2 commits
  4. 07 Oct, 2016 1 commit
  5. 29 Sep, 2016 1 commit
  6. 04 Jul, 2016 1 commit
  7. 06 Nov, 2015 1 commit
  8. 15 Jan, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 05 Feb, 2013 1 commit
  11. 30 Jan, 2013 1 commit
  12. 29 Jan, 2013 1 commit
  13. 12 Aug, 2009 1 commit
    • Dylan Smith's avatar
      richedit: Created functions to move between runs and track paragraphs. · 32dcd3bb
      Dylan Smith authored
      Plenty of places in the code find following or preceding runs, then
      afterwards find the paragraph from the run.  This is inefficient because
      the same linked list is used for both runs and paragraphs, so changes in
      paragraphs can be detected while returning the next or previous run.
      32dcd3bb
  14. 10 Aug, 2009 1 commit
  15. 09 Feb, 2009 1 commit
  16. 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
  17. 14 Jan, 2009 1 commit
  18. 19 Aug, 2008 1 commit
  19. 18 Aug, 2008 1 commit
  20. 05 Aug, 2008 1 commit
  21. 14 Jul, 2008 1 commit
    • Dylan Smith's avatar
      richedit: Cannot undo setting of default character format. · e3efa88c
      Dylan Smith authored
      This also reverts commit 2b52dd84:
      wordpad: Empty the richedit undo buffer on creation.
      
      The reverted commit I created to fix an issue that only applied to Wine,
      but it just masked the issue which was in richedit controls.  The
      default character format was set in two places while wordpad was
      starting up, and caused wordpad to have two undo items at startup.
      e3efa88c
  22. 09 Jul, 2008 1 commit
    • Dylan Smith's avatar
      richedit: Set the default paragraph format consistently. · 8172d69e
      Dylan Smith authored
      I created a function to set the default paragraph format to ensure
      consistency when this is done.  This initial paragraph format is also
      now more consistent with native richedit controls.  The dwMask value
      always appears to have the same value when retrieved from the native
      richedit controls, so all the mask values are now initialized when the
      PARAFORMAT2 structure is created.
      8172d69e
  23. 26 Jun, 2008 1 commit
    • Dylan Smith's avatar
      richedit: Implemented undo coalescing to group typing events. · d1f1346f
      Dylan Smith authored
      Consecutively typed characters are grouped together to be undone
      together.  The grouping of typed characters can be stopped by certain
      events that are mentioned in MSDN's remarks on the EM_STOPGROUPTYPING
      message, which is also implemented by this patch.
      d1f1346f
  24. 29 Apr, 2008 1 commit
  25. 05 Feb, 2008 1 commit
  26. 06 Nov, 2006 1 commit
  27. 23 May, 2006 1 commit
  28. 04 Feb, 2006 1 commit
  29. 11 Jan, 2006 1 commit
  30. 12 Oct, 2005 1 commit
  31. 08 Oct, 2005 1 commit
  32. 09 Mar, 2005 1 commit
  33. 05 Mar, 2005 1 commit