Initial implementation of riched20.
Showing
- configure 2 additions, 1 deletionconfigure
- configure.ac 1 addition, 0 deletionsconfigure.ac
- dlls/Makefile.in 13 additions, 0 deletionsdlls/Makefile.in
- dlls/riched20/.cvsignore 3 additions, 0 deletionsdlls/riched20/.cvsignore
- dlls/riched20/Makefile.in 25 additions, 0 deletionsdlls/riched20/Makefile.in
- dlls/riched20/caret.c 959 additions, 0 deletionsdlls/riched20/caret.c
- dlls/riched20/context.c 37 additions, 0 deletionsdlls/riched20/context.c
- dlls/riched20/editor.c 998 additions, 0 deletionsdlls/riched20/editor.c
- dlls/riched20/editor.h 209 additions, 0 deletionsdlls/riched20/editor.h
- dlls/riched20/editstr.h 245 additions, 0 deletionsdlls/riched20/editstr.h
- dlls/riched20/list.c 191 additions, 0 deletionsdlls/riched20/list.c
- dlls/riched20/paint.c 359 additions, 0 deletionsdlls/riched20/paint.c
- dlls/riched20/para.c 358 additions, 0 deletionsdlls/riched20/para.c
- dlls/riched20/riched20.spec 9 additions, 0 deletionsdlls/riched20/riched20.spec
- dlls/riched20/richole.c 36 additions, 0 deletionsdlls/riched20/richole.c
- dlls/riched20/row.c 84 additions, 0 deletionsdlls/riched20/row.c
- dlls/riched20/run.c 672 additions, 0 deletionsdlls/riched20/run.c
- dlls/riched20/string.c 318 additions, 0 deletionsdlls/riched20/string.c
- dlls/riched20/style.c 397 additions, 0 deletionsdlls/riched20/style.c
- dlls/riched20/undo.c 261 additions, 0 deletionsdlls/riched20/undo.c
dlls/riched20/.cvsignore
0 → 100644
dlls/riched20/Makefile.in
0 → 100644
dlls/riched20/caret.c
0 → 100644
This diff is collapsed.
dlls/riched20/context.c
0 → 100644
dlls/riched20/editor.c
0 → 100644
This diff is collapsed.
dlls/riched20/editor.h
0 → 100644
dlls/riched20/editstr.h
0 → 100644
dlls/riched20/list.c
0 → 100644
dlls/riched20/paint.c
0 → 100644
dlls/riched20/para.c
0 → 100644
dlls/riched20/riched20.spec
0 → 100644
dlls/riched20/richole.c
0 → 100644
dlls/riched20/row.c
0 → 100644
dlls/riched20/run.c
0 → 100644
dlls/riched20/string.c
0 → 100644
dlls/riched20/style.c
0 → 100644
dlls/riched20/undo.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment