- made string operations consistent wrt whitespace handling (which
authorKrzysztof Foltman <wdev@foltman.com>
Sat, 19 Mar 2005 17:06:17 +0000 (17:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 19 Mar 2005 17:06:17 +0000 (17:06 +0000)
commit810b26117540155cd71827cc508886b4da10e328
tree70a25d8f09e7d9ab7bf3331f9514f88ac2e42a50
parent16779f1e5e797f492e0ca07058c48a17202202dd
- made string operations consistent wrt whitespace handling (which
  should greatly improve stability of the wrap code and eliminate
  regressions of the most recent versions)
- completely new scrollbar handling (much more reliable) and related
  redraw fixes
- Page Down handler (no Page Up yet, fixing wrap/redraw/scrollbar bugs
  was of higher priority)
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/editstr.h
dlls/riched20/paint.c
dlls/riched20/run.c
dlls/riched20/string.c
dlls/riched20/wrap.c