-
- Downloads
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.
Showing
- dlls/richedit/Makefile.in 4 additions, 2 deletionsdlls/richedit/Makefile.in
- dlls/richedit/ansi_gen.h 211 additions, 0 deletionsdlls/richedit/ansi_gen.h
- dlls/richedit/ansi_sym.h 112 additions, 0 deletionsdlls/richedit/ansi_sym.h
- dlls/richedit/charlist.c 121 additions, 0 deletionsdlls/richedit/charlist.c
- dlls/richedit/charlist.h 26 additions, 0 deletionsdlls/richedit/charlist.h
- dlls/richedit/reader.c 3005 additions, 0 deletionsdlls/richedit/reader.c
- dlls/richedit/riched32.h 17 additions, 0 deletionsdlls/richedit/riched32.h
- dlls/richedit/riched32.spec 3 additions, 1 deletiondlls/richedit/riched32.spec
- dlls/richedit/riched32_main.c 0 additions, 59 deletionsdlls/richedit/riched32_main.c
- dlls/richedit/richedit.c 238 additions, 0 deletionsdlls/richedit/richedit.c
- dlls/richedit/rtf.h 1461 additions, 0 deletionsdlls/richedit/rtf.h
- dlls/richedit/rtf2text.h 2 additions, 0 deletionsdlls/richedit/rtf2text.h
- dlls/richedit/stdcharnames.h 352 additions, 0 deletionsdlls/richedit/stdcharnames.h
- dlls/richedit/text-writer.c 276 additions, 0 deletionsdlls/richedit/text-writer.c
- dlls/richedit/text_map.h 172 additions, 0 deletionsdlls/richedit/text_map.h
- include/richedit.h 82 additions, 0 deletionsinclude/richedit.h
dlls/richedit/ansi_gen.h
0 → 100644
dlls/richedit/ansi_sym.h
0 → 100644
dlls/richedit/charlist.c
0 → 100644
dlls/richedit/charlist.h
0 → 100644
dlls/richedit/reader.c
0 → 100644
This diff is collapsed.
dlls/richedit/riched32.h
0 → 100644
dlls/richedit/riched32_main.c
deleted
100644 → 0
dlls/richedit/richedit.c
0 → 100644
dlls/richedit/rtf.h
0 → 100644
This diff is collapsed.
dlls/richedit/rtf2text.h
0 → 100644
dlls/richedit/stdcharnames.h
0 → 100644
dlls/richedit/text-writer.c
0 → 100644
dlls/richedit/text_map.h
0 → 100644
include/richedit.h
0 → 100644
Please register or sign in to comment