Sweden-Number/dlls/riched20
Phil Krylov d82af6f711 riched20: Speed up text insertion.
Optimized reading large texts into RichEdit to be an O(n) order
algorythm instead of O(n^2) by removing extraneous conversions of
character offsets to run offsets.
2006-01-10 12:10:49 +01:00
..
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Added rules for building import libraries in the individual dll 2005-05-09 14:42:30 +00:00
caret.c riched20: Speed up text insertion. 2006-01-10 12:10:49 +01:00
context.c Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling. 2005-08-15 09:47:14 +00:00
editor.c riched20: Fixed calculation of left indent and first indent paragraph 2006-01-09 17:12:51 +01:00
editor.h riched20: Speed up text insertion. 2006-01-10 12:10:49 +01:00
editstr.h Cache background color brush instead of recreating it at each screen 2005-11-03 11:33:24 +00:00
list.c - Style trace information is written to different debug channel (it's 2005-10-12 21:05:52 +00:00
paint.c Cache background color brush instead of recreating it at each screen 2005-11-03 11:33:24 +00:00
para.c riched20: Speed up text insertion. 2006-01-10 12:10:49 +01:00
reader.c riched20: Add newlines to ERR macro output. 2005-12-31 13:14:12 +01:00
riched20.spec Initial implementation of riched20. 2005-03-05 11:19:14 +00:00
richole.c gcc 4.0 warning fixes for Interlocked* functions. 2005-08-03 11:03:05 +00:00
row.c - Reimplementation of EM_LINELENGTH. 2005-09-29 10:30:50 +00:00
rtf.h Convert all RTFPanic and RTFMsg calls to ERR calls. 2005-11-02 10:55:45 +00:00
run.c riched20: Speed up text insertion. 2006-01-10 12:10:49 +01:00
string.c riched20: Simplified logic in ME_StrRelPos(). 2006-01-09 17:12:34 +01:00
style.c - Style trace information is written to different debug channel (it's 2005-10-12 21:05:52 +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 Added support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE 2005-11-03 09:52:29 +00:00
writer.c Fixed encoding of non-ASCII chars. 2005-10-11 19:56:03 +00:00