Don't use double buffering on platforms that do it automatically.
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 14:00:04 +0000 (14:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Oct 2006 14:00:04 +0000 (14:00 +0000)
commit3e3a754f9c09014b4efaeff04f307338058d23a6
tree4f83589aeb386771ad0c9218f41cef9abf197389
parent59509217cd3c0411e218a5e0d65b0f5065348d72
Don't use double buffering on platforms that do it automatically.

Filters out unrecognised keycodes in OnChar, and added numeric
keypad navigation keycodes.

Added SetStyleEx which takes flags for specifying option such
as optimization (only apply necessary styles), char/para style
only, and use undo. Used SetStyleEx when applying styles to
avoid applying character styles to paragraph objects, and vice versa.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtext/richtextctrl.h
src/richtext/richtextctrl.cpp