Sweden-Number/dlls/riched20
Dylan Smith ebded1636b richedit: Fixed Valgrind error related to undoing.
The error was a memory access of a freed object.  In ME_AddUndoItem I
checked the top of the undo stack to end a coalescing undo transaction,
assuming that this should be either a valid undo item, or NULL, instead
it was already freed.
2008-07-07 14:16:07 +02:00
..
tests richedit: Fixed simulated keyboard events on tests. 2008-07-03 13:07:45 +02:00
Makefile.in
caret.c richedit: Fixed double click issues by sharing code with single click. 2008-07-07 14:16:07 +02:00
clipboard.c
context.c
editor.c richedit: Fixed double click issues by sharing code with single click. 2008-07-07 14:16:07 +02:00
editor.h richedit: Fixed double click issues by sharing code with single click. 2008-07-07 14:16:07 +02:00
editstr.h richedit: Fixed the selection bar width. 2008-07-07 11:10:49 +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: Only send update events in 1.0 emulation mode if the event mask specifies it. 2008-07-01 13:45:37 +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: Fixed mistake that didn't cause a bug. 2008-06-27 11:09:02 +02:00
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: Calculate tab positions relative to end of selection bar. 2008-06-30 12:10:18 +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: Fixed Valgrind error related to undoing. 2008-07-07 14:16:07 +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