Module: wine Branch: master Commit: d29f671d1aa67ba6f42e309a9d359502d3017e92 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d29f671d1aa67ba6f42e309a9d...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Tue Aug 5 12:10:51 2008 -0400
richedit: Protect deletion of cell boundaries when not deleting row.
---
dlls/riched20/caret.c | 22 +++++++++---- dlls/riched20/editor.c | 18 ++++++------ dlls/riched20/editor.h | 5 ++- dlls/riched20/table.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/riched20/undo.c | 2 +- 5 files changed, 103 insertions(+), 19 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d29f671d1aa67ba6f42e30...