8 Jul
2008
8 Jul
'08
12:10 p.m.
Module: wine Branch: master Commit: abefc28fe7f27c16a6a2693b4210a2499191b8f5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=abefc28fe7f27c16a6a2693b42... Author: Dylan Smith <dylan.ah.smith(a)gmail.com> Date: Mon Jul 7 11:03:53 2008 -0400 richedit: Fixed drag and shift selection for words and lines. Previously word drag and shift selection was not implemented. Line drag selection was working, but shift selection wasn't. --- dlls/riched20/caret.c | 160 +++++++++++++++++++++++++++++++---------------- dlls/riched20/editor.c | 17 ++++- dlls/riched20/editstr.h | 9 +++- 3 files changed, 128 insertions(+), 58 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=abefc28fe7f27c16a6a269...