Sweden-Number/dlls/riched20
Dylan Smith af47ac09d5 richedit: Avoided testing for undocumented behaviour causing test to fail.
The test for EM_GETLINE was testing to make sure the null terminating
character was written at the end of the text as long as the buffer was
long enough, and also tested to make sure that no other bytes were
written after this null terminating character.  This is consistent with
Windows 2000 and up, but not for previous versions of Windows.
2008-10-06 13:06:13 +02:00
..
tests richedit: Avoided testing for undocumented behaviour causing test to fail. 2008-10-06 13:06:13 +02:00
Makefile.in richedit: Handle tab key properly within table cells. 2008-08-18 14:34:10 +02:00
caret.c riched20: Use helper function rather than goto to return found position. 2008-09-11 11:45:23 +02:00
clipboard.c
context.c
editor.c richedit: Prevent buffer overrun for tab stops buffer. 2008-09-12 12:35:29 +02:00
editor.h dlls: Do not use __WINE_ALLOC_SIZE between void and *. 2008-09-19 11:41:25 +02:00
editstr.h richedit: Added support for changing cell border colours. 2008-08-18 17:15:57 +02:00
list.c riched20: Remove redundant NULL check before HeapFree (Smatch). 2008-08-19 12:55:00 +02:00
ocr_reverse.cur
paint.c richedit: Removed space in front of function signature. 2008-09-22 11:49:29 +02:00
para.c richedit: Make sure border properties are saved for undo/redo. 2008-10-01 11:39:56 -05:00
reader.c richedit: Fixed bugs in handling unterminated nested tables in RTF. 2008-09-12 11:55:43 +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: Make sure the nested tables' RTF properties are not skipped. 2008-09-12 11:55:30 +02:00
run.c richedit: Adjust table spacing with horizontal gap and left edge. 2008-08-18 17:15:57 +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: Enforce the maximum font size. 2008-07-14 12:22:13 +02:00
table.c richedit: Made sure table row gap/offset is copied on append row. 2008-10-01 11:41:01 -05:00
txtsrv.c
undo.c richedit: Make sure border properties are saved for undo/redo. 2008-10-01 11:39:56 -05:00
version.rc
wrap.c richedit: Prevent integer overflow in wrapping code with no wrap. 2008-09-02 11:57:14 +02:00
writer.c richedit: Fixed a bug preventing streaming out nested table properties. 2008-10-01 11:40:52 -05:00