..
.cvsignore
Initial implementation of riched20.
2005-03-05 11:19:14 +00:00
caret.c
Make ME_ArrowLeft() return a value in every case.
2005-03-14 10:08:00 +00:00
context.c
Initial implementation of riched20.
2005-03-05 11:19:14 +00:00
editor.c
- Unknown destinations are now correctly skipped (so loading an RTF
2005-03-16 11:27:43 +00:00
editor.h
Initial implementation of EM_STREAMOUT and RTF writer.
2005-03-14 21:41:16 +00:00
editstr.h
Initial implementation of EM_STREAMOUT and RTF writer.
2005-03-14 21:41:16 +00:00
list.c
The meaning of the rewrap flag got inverted (MEPF_REWRAP instead of
2005-03-09 11:48:59 +00:00
Makefile.in
Initial implementation of EM_STREAMOUT and RTF writer.
2005-03-14 21:41:16 +00:00
paint.c
- Optimized repaint of the area below the text.
2005-03-09 18:43:18 +00:00
para.c
The meaning of the rewrap flag got inverted (MEPF_REWRAP instead of
2005-03-09 11:48:59 +00:00
reader.c
- Unknown destinations are now correctly skipped (so loading an RTF
2005-03-16 11:27:43 +00:00
riched20.spec
Initial implementation of riched20.
2005-03-05 11:19:14 +00:00
richole.c
Implement EM_GETOLEINTERFACE.
2005-03-08 16:46:00 +00:00
row.c
Initial implementation of riched20.
2005-03-05 11:19:14 +00:00
rtf.h
- Unknown destinations are now correctly skipped (so loading an RTF
2005-03-16 11:27:43 +00:00
run.c
- EM_STREAMIN can now deal with undo in a reasonable manner (no
2005-03-11 10:24:56 +00:00
string.c
Initial implementation of riched20.
2005-03-05 11:19:14 +00:00
style.c
- EM_STREAMIN can now deal with undo in a reasonable manner (no
2005-03-11 10:24:56 +00:00
undo.c
- EM_STREAMIN can now deal with undo in a reasonable manner (no
2005-03-11 10:24:56 +00:00
wrap.c
- Optimized repaint of the area below the text.
2005-03-09 18:43:18 +00:00
writer.c
- WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks
2005-03-15 15:40:52 +00:00