Jean-Claude Batista
commit688c05301a81569cb6ae9471f357c209f7a0fee6
authorAlexandre Julliard <julliard@winehq.org>
Sun, 7 May 2000 20:23:41 +0000 (7 20:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 7 May 2000 20:23:41 +0000 (7 20:23 +0000)
tree401b1c5816b84840823b9d28cd5fafa6c8bfce9c
parent2de84c9bfafeced6ea7279207fe7a25135fba550
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.
16 files changed:
dlls/richedit/Makefile.in
dlls/richedit/ansi_gen.h [new file with mode: 0644]
dlls/richedit/ansi_sym.h [new file with mode: 0644]
dlls/richedit/charlist.c [new file with mode: 0644]
dlls/richedit/charlist.h [new file with mode: 0644]
dlls/richedit/reader.c [new file with mode: 0644]
dlls/richedit/riched32.h [new file with mode: 0644]
dlls/richedit/riched32.spec
dlls/richedit/riched32_main.c [deleted file]
dlls/richedit/richedit.c [new file with mode: 0644]
dlls/richedit/rtf.h [new file with mode: 0644]
dlls/richedit/rtf2text.h [new file with mode: 0644]
dlls/richedit/stdcharnames.h [new file with mode: 0644]
dlls/richedit/text-writer.c [new file with mode: 0644]
dlls/richedit/text_map.h [new file with mode: 0644]
include/richedit.h [new file with mode: 0644]