1. 09 Feb, 2009 1 commit
  2. 06 Feb, 2009 1 commit
    • Dylan Smith's avatar
      richedit: Avoided searching for adjacent paragraphs through runs. · 5c91d535
      Dylan Smith authored
      When finding an adjacent paragraph, the next_para and prev_para pointers
      should be used because they are direct pointers, a constant time
      operation.  Instead I found some places in the code that searched through
      the general linked list to get to an adjacent paragraph, which is a linear
      time operation, depending on the number of rows and runs in between
      paragraphs.
      5c91d535
  3. 09 Feb, 2007 1 commit
  4. 06 Feb, 2007 1 commit
  5. 23 May, 2006 1 commit
  6. 29 Sep, 2005 1 commit
  7. 23 Aug, 2005 1 commit
  8. 06 Jul, 2005 2 commits
  9. 05 Mar, 2005 1 commit