Reduced unnecessary painting; delete/recreate caret as WIN32 requires

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-10-21 20:04:53 +00:00
parent a027779a10
commit c59f6793fb
4 changed files with 126 additions and 68 deletions

View File

@@ -45,8 +45,8 @@ IMPROVEMENTS:
- Improve image support: margins, resizing, storage of image as native format
data (e.g. JPEG) so no lossiness.
- Ensure read-only mode works.
- Make more efficient, e.g. don't try to draw lines outside the client area;
don't store whole paragraph in Undo stack if just changing the paragraph's style.
- Don't store whole paragraph in Undo stack if just changing the paragraph's style.
- Use binary chop to find character position for (x,y).
- Allow specification of word separators, and whether hyphenation will be done
(language-dependent).