Sweden-Number/dlls/riched20
Dylan Smith ba747f4514 richedit: Fixed the forward word movement bug.
Using Ctrl-RightArrow to move to the start of the next word did not
previously work when at the start of a word.  This means that
Ctrl-RightArrow would not work twice in a row since it should move to
the start of the next word.
2008-06-26 21:16:29 +02:00
..
tests richedit: Fixed the forward word movement bug. 2008-06-26 21:16:29 +02:00
Makefile.in
caret.c richedit: Null pointer check missing on optional parameter. 2008-06-26 21:14:52 +02:00
clipboard.c
context.c
editor.c richedit: Prevented an assertion error on startup when run on Windows. 2008-06-26 21:15:54 +02:00
editor.h richedit: Add more tests for URL autodetection on WM_CHAR, make them pass under Wine. 2008-06-19 12:07:36 +02:00
editstr.h
list.c
ocr_reverse.cur
paint.c richedit: Revert patch that introduced a test that fails on all platforms. 2008-06-25 11:14:13 +02:00
para.c richedit: Prevented NULL value from being used to avoid a page fault. 2008-06-26 21:15:33 +02:00
reader.c
res.h
riched20.spec
richole.c riched20: Implement ITextDocument_fnGetSelection. 2008-06-26 21:07:31 +02:00
row.c
rtf.h
run.c richedit: bCaretAtEnd should not be reset from rewrapping text. 2008-06-25 11:24:13 +02:00
string.c richedit: Fixed the forward word movement bug. 2008-06-26 21:16:29 +02:00
style.c
txtsrv.c
undo.c
version.rc
wrap.c richedit: Trailing spaces should not affect alignment shift length. 2008-06-25 11:23:45 +02:00
writer.c