Michael Stefaniuc
5ad7d858e0
Do not check for non NULL pointer before HeapFree'ing it. It's
...
redundant.
2004-12-23 17:06:43 +00:00
Eric Pouech
4056d7ef8c
Fixed some errors in function prototypes.
2004-12-13 21:19:01 +00:00
Hans Leidekker
719a789792
Fix signed/unsigned comparison warnings.
2004-09-22 02:46:38 +00:00
Evan Deaubl
a49aa4c2b2
Stop processing input stream when the outermost RTF group is closed.
2004-08-30 19:28:43 +00:00
Mike McCormack
f91e582536
Use buffers rather than linked lists for input and out buffers.
...
Stop reading input at a nul byte.
2004-08-27 19:15:08 +00:00
Ge van Geldorp
9de14a1c11
- Work around problem in NSIS installers which can't handle 1 char at
...
a time reading of RTF text.
- Increase buffer to 4096 bytes for better compatibility.
2004-04-16 23:29:57 +00:00
Mike McCormack
0dc42208b5
Remove global variables from the richedit control.
2004-01-30 22:56:33 +00:00
Bill Medland
866f5ba0ef
Correct handling of font table when the font name is not the last
...
thing in the entry (i.e. is followed by the font altname in a group).
2004-01-12 21:07:03 +00:00
Vincent Béron
4162abbaf4
Get rid of the vararg and generic stuff.
2002-11-18 23:13:05 +00:00
Patrik Stridvall
1a4db3e72a
Cleaned up the code so it would be easier to parse with the new C
...
parser.
2002-09-23 20:45:57 +00:00
Patrik Stridvall
1ee88a2bfb
Removed trailing white space.
2002-08-28 23:43:43 +00:00
Duane Clark
577ea0cbc3
Add richedit support for a plain text stream.
2002-07-08 19:37:18 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Daniel Walker
700f5abe4c
- Added debugging.
...
- Transfer all relevant messages to the underlying edit control.
2002-01-14 19:44:07 +00:00
Patrik Stridvall
1ed5577522
Don't include windows.h internally.
2000-11-30 01:31:28 +00:00
Alexandre Julliard
691171b8e6
Small dll interfaces cleanups.
2000-08-08 20:49:16 +00:00
Alexandre Julliard
6c9d83aa4c
Added imports of user32/gdi32/kernel32 wherever necessary.
2000-08-03 00:04:24 +00:00
Alexandre Julliard
688c05301a
Jean-Claude Batista
...
Wraps some RichEdit control functionality on an Edit control. It uses
a free implementation of an RTF parser written by Paul DuBois
http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
work with the control.
2000-05-07 20:23:41 +00:00