Sweden-Number/dlls/riched20
Dylan Smith d1f1346f54 richedit: Implemented undo coalescing to group typing events.
Consecutively typed characters are grouped together to be undone
together.  The grouping of typed characters can be stopped by certain
events that are mentioned in MSDN's remarks on the EM_STOPGROUPTYPING
message, which is also implemented by this patch.
2008-06-26 21:18:50 +02:00
..
tests richedit: Implemented undo coalescing to group typing events. 2008-06-26 21:18:50 +02:00
Makefile.in makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
caret.c richedit: Make cursor visible when selecting via mouse above/below editor. 2008-06-26 21:18:28 +02:00
clipboard.c
context.c richedit: Fixed object leaks generated by context creation & destruction. 2008-03-17 14:37:58 +01:00
editor.c richedit: Implemented undo coalescing to group typing events. 2008-06-26 21:18:50 +02:00
editor.h richedit: Implemented undo coalescing to group typing events. 2008-06-26 21:18:50 +02:00
editstr.h richedit: Implemented undo coalescing to group typing events. 2008-06-26 21:18:50 +02:00
list.c richedit: Implemented undo coalescing to group typing events. 2008-06-26 21:18:50 +02:00
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: Corrected the conversion used for the initial font size. 2008-06-26 21:18:02 +02:00
reader.c richedit: Flip the big switch and encode actual CR and LF into end-of-paragraph runs. 2008-04-29 14:55:15 +02:00
res.h
riched20.spec
richole.c riched20: Implement ITextDocument_fnGetSelection. 2008-06-26 21:07:31 +02:00
row.c
rtf.h richedit: Allow reading an enhanced metafile from an RTF stream. 2008-03-17 14:38:57 +01:00
run.c richedit: Added tests reveal a problem with EM_SETCHARFORMAT's affect on the undo stack. 2008-06-26 21:17:44 +02:00
string.c richedit: Fixed a bug preventing NULL pointers from being in text. 2008-06-26 21:16:56 +02:00
style.c richedit: Fixed bug preventing bold from being set with EM_SETCHARFORMAT. 2008-06-26 21:18:20 +02:00
txtsrv.c
undo.c richedit: Implemented undo coalescing to group typing events. 2008-06-26 21:18:50 +02:00
version.rc
wrap.c richedit: Trailing spaces should not affect alignment shift length. 2008-06-25 11:23:45 +02:00
writer.c richedit: Fixups to move over to reliance on CR and LF counters. 2008-04-29 14:54:05 +02:00