- 04 Feb, 2010 1 commit
-
-
Michael Stefaniuc authored
The ERR/WARN macros already print the function name.
-
- 03 Dec, 2009 1 commit
-
-
Marcus Meissner authored
-
- 20 Jul, 2009 1 commit
-
-
Dylan Smith authored
Rich text files have groupings of text, where styles are pushed onto the stack when encountering a start of the group, then popped at the end of the group. This was being handled improperly before, because a single styleChanged flag was being stored to keep track of whether the style needed to be restored at the end of a group. This fails to work properly since the single flag isn't keeping track of all the levels of the stack, so some styles are not restored properly.
-
- 17 Jul, 2009 1 commit
-
-
Dylan Smith authored
When a colour table entry is empty, then the default colour is used. For an incomplete colour table entry 0 is used for the missing colours. Previously the -1 value used internally for missing colours was being converted into white, where it should be using the default colour that is normally black. This bug could be seen by loading the following rich text into wordpad: {\rtf{\colortbl;;}\cf1 text}
-
- 26 May, 2009 2 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
riched20: RTF{G,S}et{In,Out}putName() are unused so remove them as well as the corresponding _RTF_Info fields.
-
- 24 Mar, 2009 1 commit
-
-
Dylan Smith authored
This was partially handled by ungetting the end group token (i.e. '}') so that it was read again at the proper place. Unfortunately there is a read hook that maintains a stackTop variable, which is decremented when receiving this end group token. Therefore stackTop would get decremented twice, and the rich text file would end prematurely. This is fixed by incrementing the stackTop variable to compensate for it being decremented twice.
-
- 30 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 29 Jan, 2009 4 commits
-
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
- 19 Jan, 2009 1 commit
-
-
Andrew Talbot authored
-
- 06 Nov, 2008 1 commit
-
-
Andrew Talbot authored
-
- 03 Nov, 2008 1 commit
-
-
Michael Stefaniuc authored
-
- 06 Oct, 2008 1 commit
-
-
Dylan Smith authored
-
- 12 Sep, 2008 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-
- 11 Sep, 2008 1 commit
-
-
Dylan Smith authored
Previously the control words in skipped groups were being processed by the read hook on the RTF parser. By moving this code into the class callbacks for the parser, the skipped groups actually remain skipped.
-
- 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
-