1. 03 Apr, 2019 1 commit
  2. 03 Dec, 2018 1 commit
  3. 05 Feb, 2018 1 commit
  4. 04 Oct, 2017 1 commit
  5. 04 Oct, 2016 1 commit
  6. 29 Sep, 2016 1 commit
  7. 10 Feb, 2014 1 commit
  8. 05 Feb, 2013 1 commit
  9. 31 Jan, 2013 1 commit
  10. 18 May, 2012 1 commit
  11. 06 May, 2011 1 commit
  12. 30 Jul, 2010 1 commit
  13. 13 Aug, 2009 1 commit
  14. 12 Aug, 2009 3 commits
  15. 11 Aug, 2009 1 commit
    • Dylan Smith's avatar
      richedit: Update paragraph on saved cursor when inserting table start. · 314bd5ca
      Dylan Smith authored
      Since the table row start is inserted after the rest of the table is
      inserted, the cursor is saved, and temporarily moved to the start of the
      row to insert the table row start paragraph.  Unfortunately the
      paragraph in saved cursor becomes invalid during this insertion and
      needs to be updated, so this code introduced a regression once
      paragraphs started to be stored in cursors.
      314bd5ca
  16. 10 Aug, 2009 1 commit
    • Dylan Smith's avatar
      richedit: Added missing style releases. · 114a64ce
      Dylan Smith authored
      Style objects are referenced counted in richedit controls, so I tried to
      make sure styles were released properly.  This can be checked using with
      the all_refs global reference count to see if everything is cleaned up.
      114a64ce
  17. 10 Feb, 2009 1 commit
    • Dylan Smith's avatar
      richedit: Store paragraph in cursors. · ecb6c216
      Dylan Smith authored
      This prevents some needless searching for the start of the paragraph
      from a run stored in a cursor.  Usually a pointer to the paragraph is
      already available when the cursor is set anyway.
      ecb6c216
  18. 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
  19. 21 Jan, 2009 1 commit
    • Dylan Smith's avatar
      richedit: Used ITextHost methods to avoid using window handle directly. · 05c788ac
      Dylan Smith authored
      The methods in ITextHost are mostly thin wrappers around functions that
      take a handle to a window as their first parameter.  This patch just
      uses the wrapper functions provided by ITextHost instead of using the
      functions that require a handle to a window that the editor might now
      have (for windowless richedit controls).
      05c788ac
  20. 22 Dec, 2008 1 commit
  21. 01 Oct, 2008 1 commit
  22. 12 Sep, 2008 2 commits
  23. 02 Sep, 2008 1 commit
  24. 29 Aug, 2008 3 commits
  25. 18 Aug, 2008 5 commits