1. 05 Jun, 2017 1 commit
  2. 21 Apr, 2017 1 commit
  3. 05 Apr, 2017 1 commit
  4. 03 Mar, 2017 3 commits
  5. 14 Oct, 2016 5 commits
  6. 12 Oct, 2016 4 commits
  7. 11 Oct, 2016 5 commits
  8. 04 Oct, 2016 1 commit
  9. 29 Sep, 2016 1 commit
  10. 04 Jul, 2016 1 commit
  11. 07 Jun, 2016 1 commit
  12. 06 Nov, 2015 1 commit
  13. 09 Jun, 2015 1 commit
  14. 17 Mar, 2015 1 commit
  15. 20 Aug, 2013 1 commit
  16. 01 May, 2013 1 commit
  17. 25 Mar, 2013 1 commit
  18. 31 Jan, 2013 1 commit
  19. 30 Jan, 2013 1 commit
  20. 05 Nov, 2012 1 commit
  21. 16 Dec, 2011 1 commit
  22. 09 Feb, 2011 1 commit
  23. 19 Jul, 2010 2 commits
  24. 13 Aug, 2009 1 commit
  25. 12 Aug, 2009 2 commits
    • 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
    • Dylan Smith's avatar
      richedit: Added function to get selection cursors in order. · 46b84aed
      Dylan Smith authored
      Previously the only convenient way to get the start and end of the
      selection was through offsets, which eventually need to get converted
      back into items in the linked list storing the text.  The new function
      will help with eliminating these inefficiencies.
      46b84aed