- 18 Aug, 2008 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-
- 05 Aug, 2008 1 commit
-
-
Dylan Smith authored
-
- 27 Jun, 2008 2 commits
-
-
Dylan Smith authored
The check to see if the dwOutputBuffer is full was performed incorrectly in RTFPutUnicodeString, however, this mistake was actually harmless since it would just cause an extra loop that does nothing, then the check would work properly with the variable fit equal to 0.
-
Dylan Smith authored
Checks were added for hexadecimal values that did not have valid characters, and for EOF received before the final closing brace of the rich text stream. The error values were tested on richedit versions 1, 2, 3 & 4.1, and they were all the same for these cases.
-
- 29 Apr, 2008 1 commit
-
-
Alex Villacís Lasso authored
Document remaining uses of bEmulateVersion10 and other checks for CRLF in editor.c. Make RTF reader emit a \r or a \r\n according to emulation, not a \n, which breaks streaming tests. Remove todo_wine from a bunch of riched32 tests that now succeed.
-
- 17 Mar, 2008 3 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
richedit: Store shift-enter (keyboard) and \line (rtf) as end of row (and emit \line while saving in RTF).
-
- 20 Dec, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 08 Dec, 2007 2 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
- 15 Aug, 2007 1 commit
-
-
Andrew Talbot authored
-
- 27 Jun, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 25 Jan, 2007 1 commit
-
-
Matt Finnicum authored
-
- 21 Nov, 2006 1 commit
-
-
Mike McCormack authored
-
- 02 Nov, 2006 2 commits
-
-
Mike McCormack authored
-
Mike McCormack authored
-
- 24 Oct, 2006 1 commit
-
-
Mike McCormack authored
-
- 26 Sep, 2006 1 commit
-
-
Andrew Talbot authored
-
- 11 Aug, 2006 1 commit
-
-
Phil Krylov authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 04 Feb, 2006 1 commit
-
-
Phil Krylov authored
-
- 31 Dec, 2005 1 commit
-
-
Mike McCormack authored
-
- 02 Nov, 2005 1 commit
-
-
Mike McCormack authored
-
- 03 Oct, 2005 1 commit
-
-
Krzysztof Foltman authored
the middle of the font and color tables. - Closing brace on text level is treated as EOF (effectively protecting the control from trash after the end of RTF). - Removed misleading comment about incomplete buffers (I was definitely wrong).
-
- 26 Sep, 2005 1 commit
-
-
Krzysztof Foltman authored
not treated as the "proper" styles as they were before). - EOF condition in the middle of the stylesheet is no longer putting the reader into infinite loop, - Half-full input buffers don't trigger EOF anymore (although it could, in theory, break some apps, I find it unlikely - and the change makes Out from Boneville installer display license properly).
-
- 12 Sep, 2005 1 commit
-
-
Marcus Meissner authored
not the buffer size in bytes. Fixed all places where it was wrong.
-
- 23 Aug, 2005 1 commit
-
-
Phil Krylov authored
Eliminated unneeded recursion in ME_InsertTextFromCursor().
-
- 22 Aug, 2005 2 commits
-
-
Phil Krylov authored
RTF reader.
-
Phil Krylov authored
-
- 08 Aug, 2005 1 commit
-
-
Phil Krylov authored
-
- 13 Apr, 2005 1 commit
-
-
Phil Krylov authored
not detected. This should fix some installers.
-
- 22 Mar, 2005 1 commit
-
-
Phil Krylov authored
original riched20.dll.
-
- 21 Mar, 2005 1 commit
-
-
Mike McCormack authored
-
- 18 Mar, 2005 1 commit
-
-
Phil Krylov authored
for multibyte charsets, so that BIG5 and UTF-8 RTF documents are working now.
-
- 17 Mar, 2005 2 commits
-
-
Phil Krylov authored
Unicode/codepages support. Added charset->codepage conversion.
-
Krzysztof Foltman authored
unnecessary repaints) - added unicode character support to RTF import (like: \u12345 ?) - small fixes - fixed whitespace identification bug - removed drawing of paragraph marks - improved stub implementations for IRichEditOle
-
- 16 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
file generated by, for example, OpenOffice doesn't produce lots of garbage anymore). - Format stack for RTF groups (so that RTF reader can correctly read what RTF writer wrote :) )
-
- 15 Mar, 2005 1 commit
-
-
Phil Krylov authored
-