1. 15 Jan, 2014 1 commit
  2. 24 Sep, 2012 1 commit
  3. 14 May, 2012 1 commit
  4. 30 Jul, 2010 1 commit
  5. 12 Aug, 2009 1 commit
    • 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
  6. 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
  7. 09 Feb, 2009 1 commit
  8. 21 Jan, 2009 1 commit
  9. 19 Jan, 2009 1 commit
  10. 14 Jul, 2008 1 commit
    • Dylan Smith's avatar
      richedit: Enforce the maximum font size. · 43ad427a
      Dylan Smith authored
      Trying to set the font size to a value larger than 1638
      in points (yHeightCharPtsMost) using EM_SETCHARFORMAT will cause it to be
      set to actually set to the maximum.
      43ad427a
  11. 26 Jun, 2008 1 commit
    • Dylan Smith's avatar
      richedit: Fixed bug preventing bold from being set with EM_SETCHARFORMAT. · cb1d7bec
      Dylan Smith authored
      Previously bold needed to be set by setting CFM_WEIGHT in the
      CHARFORMAT2 structure, and then setting the appropriate wWeight value.
      This approach isn't even supported in version 3.0 of the richedit
      control. Now bold can be set/unset properly for Windows or Wine using
      CFE_BOLD in dwEffects and with CFM_BOLD set in the dwMask flag.
      cb1d7bec
  12. 24 Apr, 2008 1 commit
  13. 21 Apr, 2008 1 commit
  14. 17 Apr, 2008 1 commit
  15. 17 Mar, 2008 2 commits
  16. 14 Mar, 2008 1 commit
  17. 21 Jan, 2008 1 commit
  18. 17 Jan, 2008 1 commit
  19. 07 Jan, 2008 2 commits
  20. 02 Jan, 2008 5 commits
  21. 27 Sep, 2007 1 commit
  22. 17 Aug, 2007 1 commit
  23. 24 Jan, 2007 1 commit
  24. 17 Aug, 2006 1 commit
  25. 17 Jul, 2006 1 commit
  26. 23 May, 2006 1 commit
  27. 01 Feb, 2006 1 commit
  28. 31 Jan, 2006 1 commit
  29. 12 Oct, 2005 1 commit
  30. 12 Sep, 2005 1 commit
  31. 24 Jul, 2005 1 commit
  32. 12 Jun, 2005 1 commit
  33. 11 May, 2005 1 commit
  34. 16 Apr, 2005 1 commit